From a48f08326e5106b8d2fad1b1bd9fcf7c3e337aeb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:18:40 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 380e725..390a4f1 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -34,7 +34,7 @@ export default function BlogPage() { { name: "Testimonial", id: "testimonial-section" }, { name: "Contact", id: "contact-section" } ]} - brandName="Luxury Auto & Truck Inspections" + brandName="Advantage Houston Motors" button={{ text: "Schedule Inspection", href: "#contact-section" }} From 0312df1517995cb018fa73cdae5e9f5af360cf5c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:18:41 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f69afd..d714124 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Testimonial", id: "testimonial-section" }, { name: "Contact", id: "contact-section" } ]} - brandName="Luxury Auto & Truck Inspections" + brandName="Advantage Houston Motors" button={{ text: "Schedule Inspection", href: "#contact-section" }} From d27f4807132e944c268c4d0d2db5d6f6ab80c24e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:18:42 +0000 Subject: [PATCH 3/4] 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) }} /> From ccfedbb7fb856a6a6ed6dd2a894e3d240d935683 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 17:18:43 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 81d63aa..26bc59d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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") }} /> @@ -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") }} />