Update src/app/shop/page.tsx

This commit is contained in:
2026-02-18 23:16:58 +00:00
parent c4a51a8146
commit 1a4eb0ef1a

View File

@@ -40,8 +40,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -108,8 +107,7 @@ export default function ShopPage() {
{ name: "Portfolio", id: "portfolio" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Team", id: "team" },
{ name: "Shop", id: "/shop" }
{ name: "Team", id: "team" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>