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