Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
}}
|
||||
|
||||
@@ -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"
|
||||
}}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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