Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-24 17:18:47 +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: "Testimonial", id: "testimonial-section" },
{ name: "Contact", id: "contact-section" } { name: "Contact", id: "contact-section" }
]} ]}
brandName="Luxury Auto & Truck Inspections" brandName="Advantage Houston Motors"
button={{ button={{
text: "Schedule Inspection", href: "#contact-section" text: "Schedule Inspection", href: "#contact-section"
}} }}

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ name: "Testimonial", id: "testimonial-section" }, { name: "Testimonial", id: "testimonial-section" },
{ name: "Contact", id: "contact-section" } { name: "Contact", id: "contact-section" }
]} ]}
brandName="Luxury Auto & Truck Inspections" brandName="Advantage Houston Motors"
button={{ button={{
text: "Schedule Inspection", href: "#contact-section" text: "Schedule Inspection", href: "#contact-section"
}} }}

View File

@@ -94,7 +94,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"}, {"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
brandName="Luxury Auto & Truck Inspections" brandName="Advantage Houston Motors"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
@@ -127,7 +127,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"}, {"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
brandName="Luxury Auto & Truck Inspections" brandName="Advantage Houston Motors"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>
@@ -167,7 +167,7 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"}, {"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"} {"name":"Shop","id":"/shop"}
]} ]}
brandName="Luxury Auto & Truck Inspections" brandName="Advantage Houston Motors"
button={{ text: "Cart", onClick: () => setCartOpen(true) }} button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/> />
</div> </div>

View File

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