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

This commit is contained in:
2026-02-24 04:46:22 +00:00
parent d9b78d9710
commit dfe7d545e9

View File

@@ -101,7 +101,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Webild"
brandName="North Star Marketing Lab "
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -140,7 +140,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Webild"
brandName="North Star Marketing Lab "
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -186,7 +186,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Shop","id":"/shop"}
]}
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="Webild"
brandName="North Star Marketing Lab "
/>
</div>
<div id="productDetailCard" data-section="productDetailCard">