Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 17:18:43 +00:00
parent d27f480713
commit ccfedbb7fb

View File

@@ -37,7 +37,7 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
brandName="Luxury Auto & Truck Inspections"
brandName="Advantage Houston Motors"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
@@ -69,7 +69,7 @@ function ShopPageContent() {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
brandName="Luxury Auto & Truck Inspections"
brandName="Advantage Houston Motors"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>