From d27f4807132e944c268c4d0d2db5d6f6ab80c24e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:18:42 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f3b4cc3..ae19cde 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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) }} /> @@ -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) }} /> @@ -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) }} />