Added Shop page

This commit is contained in:
Kent Joseph T. Palima
2026-04-29 23:16:03 +08:00
parent 80d9b7268e
commit 90f778fda4
2 changed files with 49 additions and 2 deletions
+15 -2
View File
@@ -5,6 +5,19 @@ import Layout from '../layouts/Layout.astro';
<Layout title="Shop | UP IECEP">
<section class="shop-section">
<h1>Shop</h1>
<strong>Coming soon</strong>
<p>Check out our latest merchandise and updates directly from our page!</p>
<div class="fb-embed-container">
<iframe
src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61579906016704&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
width="340"
height="500"
style="border:none;overflow:hidden"
scrolling="no"
frameborder="0"
allowfullscreen="true"
allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share">
</iframe>
</div>
</section>
</Layout>
</Layout>