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

This commit is contained in:
2026-02-23 05:14:48 +00:00
parent 6be738988a
commit 330dfec3d1

View File

@@ -96,7 +96,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Shop", id: "/shop" },
]}
brandName="North Star Lab"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
bottomLeftText="© 2026 North Star Marketing Lab."
bottomRightText="hello@northstarlab.com"
/>
@@ -111,7 +110,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Process", href: "#process" }, { label: "Contact", href: "#id-contact" }] }
]}
copyrightText="© 2026 North Star Marketing Lab. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -141,7 +139,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Shop", id: "/shop" },
]}
brandName="North Star Lab"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
bottomLeftText="© 2026 North Star Marketing Lab."
bottomRightText="hello@northstarlab.com"
/>
@@ -164,7 +161,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Process", href: "#process" }, { label: "Contact", href: "#id-contact" }] }
]}
copyrightText="© 2026 North Star Marketing Lab. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>
@@ -193,7 +189,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ name: "Shop", id: "/shop" },
]}
brandName="North Star Lab"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
bottomLeftText="© 2026 North Star Marketing Lab."
bottomRightText="hello@northstarlab.com"
/>
@@ -241,7 +236,6 @@ function ProductPageContent({ params }: ProductPageProps) {
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Our Process", href: "#process" }, { label: "Contact", href: "#id-contact" }] }
]}
copyrightText="© 2026 North Star Marketing Lab. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>