Update src/app/shop/[id]/page.tsx

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

View File

@@ -85,12 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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: () => setCartOpen(true) }}
/>
@@ -157,12 +156,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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: () => setCartOpen(true) }}
/>
@@ -236,12 +234,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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: () => setCartOpen(true) }}
/>