Merge version_1 into main #1
@@ -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"
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -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"
|
||||||
}}
|
}}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user