Update src/app/shop/page.tsx

This commit is contained in:
2026-02-17 17:06:52 +00:00
parent 61c06f3288
commit 43547218d8

View File

@@ -35,12 +35,11 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay
brandName="Follow Trade"
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "FAQ", id: "faq" },
{ name: "Shop", id: "/shop" }
{ name: "FAQ", id: "faq" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
@@ -106,12 +105,11 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay
brandName="Follow Trade"
navItems={[
{ name: "Home", id: "/" },
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Features", id: "features" },
{ name: "Pricing", id: "pricing" },
{ name: "FAQ", id: "faq" },
{ name: "Shop", id: "/shop" }
{ name: "FAQ", id: "faq" }
]}
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>