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