Files
upiecep-website/src/pages/shop.astro
T
2026-04-29 01:21:58 +08:00

11 lines
195 B
Plaintext

---
import Layout from '../layouts/Layout.astro';
---
<Layout title="Shop | UP IECEP">
<section class="shop-section">
<h1>Shop</h1>
<strong>Coming soon</strong>
</section>
</Layout>