8 Commits

Author SHA1 Message Date
3712b72ae6 Merge version_4 into main
Merge version_4 into main
2026-05-10 03:12:09 +00:00
73ae5f1840 Update src/app/page.tsx 2026-05-10 03:12:05 +00:00
3f22c231d2 Merge version_3 into main
Merge version_3 into main
2026-05-10 03:11:03 +00:00
830859d3a4 Update src/app/page.tsx 2026-05-10 03:10:59 +00:00
b44b550771 Merge version_2 into main
Merge version_2 into main
2026-05-10 03:10:00 +00:00
876cc7a336 Update src/app/page.tsx 2026-05-10 03:09:57 +00:00
c780c7e742 Merge version_1 into main
Merge version_1 into main
2026-05-10 03:09:15 +00:00
cb80883cfb Merge version_1 into main
Merge version_1 into main
2026-05-10 03:08:42 +00:00

View File

@@ -124,7 +124,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "$150", subtitle: "Basic maintenance package", features: ["Hand Wash", "Interior Vacuum", "Window Cleaning"], buttons: [{ text: "Select", href: "#contact" }] },
{ id: "pro", badge: "Advanced", price: "$300", subtitle: "Full detailing service", features: ["All Basic Features", "Ceramic Sealant", "Leather Conditioning"], buttons: [{ text: "Select", href: "#contact" }] },
{ id: "pro", badge: "Best Value", price: "$300", subtitle: "Full detailing service", features: ["All Basic Features", "Ceramic Sealant", "Leather Conditioning"], buttons: [{ text: "Select", href: "#contact" }] },
{ id: "elite", badge: "Elite", price: "$550", subtitle: "Ultimate preservation", features: ["All Advanced Features", "Paint Correction", "Engine Bay Detail"], buttons: [{ text: "Select", href: "#contact" }] }
]}
title="Service Packages"
@@ -169,7 +169,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Booking"
title="Ready for a shine?"
description="Send us a message to schedule your detailing session today."
description="Book now to secure your spot for this week's cleaning schedule and give your car the care it deserves."
buttons={[{ text: "Book Now", href: "#contact" }]}
/>
</div>