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

This commit is contained in:
2026-02-20 14:14:15 +00:00
parent 350630112a
commit 2173dfc4d0

View File

@@ -83,11 +83,10 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -98,7 +97,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>
@@ -123,11 +121,10 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -146,7 +143,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>
@@ -170,11 +166,10 @@ export default function ProductPage({ params }: ProductPageProps) {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleFullscreen
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }, { "name": "Shop", "id": "/shop" }]}
navItems={[{ "name": "Home", "id": "/" }, { "name": "About", "id": "about" }, { "name": "Features", "id": "features" }, { "name": "Solutions", "id": "solutions" }, { "name": "Contact", "id": "contact" }]}
brandName="InDark"
bottomLeftText="Innovating the Future"
bottomRightText="hello@indark.com"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="product-detail-card" data-section="product-detail-card">
@@ -218,7 +213,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>