|
|
|
@@ -158,19 +158,16 @@ export default function HomePage() {
|
|
|
|
<div id="cta" data-section="cta">
|
|
|
|
<div id="cta" data-section="cta">
|
|
|
|
<ProductCardThree
|
|
|
|
<ProductCardThree
|
|
|
|
title="READY TO MAKE YOUR CAR SHINE?"
|
|
|
|
title="READY TO MAKE YOUR CAR SHINE?"
|
|
|
|
description="Book your mobile detail today. Same-week availability across all 801 areas."
|
|
|
|
description="Select your preferred contact method below"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="split-actions"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
products={[
|
|
|
|
buttons={[
|
|
|
|
{
|
|
|
|
{ text: "Book Now", href: "/booking" },
|
|
|
|
id: "cta-1", name: "Book Now", price: "Start Today", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg?_wi=2", imageAlt: "Call to action"},
|
|
|
|
{ text: "Call (801) XXX-XXXX", href: "tel:+18015551234" },
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "cta-2", name: "Call (801) XXX-XXXX", price: "Direct Line", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg?_wi=3", imageAlt: "Phone contact"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "cta-3", name: "Follow @utahssportsdetails", price: "On Instagram", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg?_wi=4", imageAlt: "Social media"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
|
|
|
|
products={[]}
|
|
|
|
containerClassName="bg-gradient-to-b from-[#07080A] to-[#0F1117]"
|
|
|
|
containerClassName="bg-gradient-to-b from-[#07080A] to-[#0F1117]"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -185,4 +182,4 @@ export default function HomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|