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

This commit is contained in:
2026-02-24 17:18:42 +00:00
parent 0312df1517
commit d27f480713

View File

@@ -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>