Update src/app/shop/page.tsx

This commit is contained in:
2026-02-17 10:59:57 +00:00
parent 6ddca18bef
commit f2c1c005dd

View File

@@ -42,6 +42,9 @@ export default function ShopPage() {
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
button={{
text: "Cart", href: "#cart"
}}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -84,6 +87,9 @@ export default function ShopPage() {
{"name":"Contact","id":"contact"},
{"name":"Shop","id":"/shop"}
]}
button={{
text: "Cart", href: "#cart"
}}
/>
</div>
<div id="productCatalog" data-section="productCatalog">
@@ -107,4 +113,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}