Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-02-24 17:18:48 +00:00
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

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>

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>