Files
upiecep-website/src/pages/shop.astro
T
2026-04-29 23:47:11 +08:00

23 lines
830 B
Plaintext

---
import Layout from '../layouts/Layout.astro';
---
<Layout title="Shop | UP IECEP">
<section class="shop-section">
<h1>Shop</h1>
<p>Check out our latest updates directly from our Facebook 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=500&height=600&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
width="500"
height="600"
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>