Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:12:01 +00:00
2 changed files with 8 additions and 11 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -158,19 +158,16 @@ export default function HomePage() {
<div id="cta" data-section="cta">
<ProductCardThree
title="READY TO MAKE YOUR CAR SHINE?"
description="Book your mobile detail today. Same-week availability across all 801 areas."
textboxLayout="default"
description="Select your preferred contact method below"
textboxLayout="split-actions"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
products={[
{
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"},
{
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"},
buttons={[
{ text: "Book Now", href: "/booking" },
{ text: "Call (801) XXX-XXXX", href: "tel:+18015551234" },
]}
products={[]}
containerClassName="bg-gradient-to-b from-[#07080A] to-[#0F1117]"
/>
</div>
@@ -185,4 +182,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}