Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -94,7 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Luxury Auto & Truck Inspections"
|
||||
brandName="Advantage Houston Motors"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,7 +127,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Luxury Auto & Truck Inspections"
|
||||
brandName="Advantage Houston Motors"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,7 +167,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Luxury Auto & Truck Inspections"
|
||||
brandName="Advantage Houston Motors"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user