Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user