3 Commits

Author SHA1 Message Date
c97ee789ea Update src/app/page.tsx 2026-05-08 19:25:02 +00:00
b5884179cb Merge version_2 into main
Merge version_2 into main
2026-05-08 19:24:22 +00:00
ac3b8267c0 Merge version_2 into main
Merge version_2 into main
2026-05-08 19:23:50 +00:00

View File

@@ -55,9 +55,9 @@ export default function LandingPage() {
{ text: "Get a Free Quote", href: "#contact" }, { text: "Get a Free Quote", href: "#contact" },
]} ]}
mediaItems={[ mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0t4mc7", imageAlt: "luxury car detailing shop premium" }, { imageSrc: "https://images.unsplash.com/photo-1607860108855-64acf2078ed9?q=80&w=2000", imageAlt: "luxury white sports car detailing studio finish" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dlt3zh", imageAlt: "shiny car exterior reflection" }, { imageSrc: "https://images.unsplash.com/photo-1596702673847-156372c0552b?q=80&w=2000", imageAlt: "professional auto ceramic coating application" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=piujk8", imageAlt: "expert car detailing team working" }, { imageSrc: "https://images.unsplash.com/photo-1621351185038-0609356617a2?q=80&w=2000", imageAlt: "luxury vehicle interior premium cleaning detail" },
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -70,9 +70,9 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
showStepNumbers={false} showStepNumbers={false}
features={[ features={[
{ title: "Interior Deep Cleaning", description: "Complete rejuvenation for your vehicle interior.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pi39l1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y6jfm1" } }, { title: "Interior Deep Cleaning", description: "Complete rejuvenation for your vehicle interior.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1618843479313-40f8afb4b4d8?q=80&w=1000" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1616781333734-850550186908?q=80&w=1000" } },
{ title: "Exterior Shine", description: "High-gloss paint protection and treatment.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=68he8k" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dj8meo" } }, { title: "Exterior Shine", description: "High-gloss paint protection and treatment.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552930294-6b39bd65a677?q=80&w=1000" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1636220506380-30a2f7c3642e?q=80&w=1000" } },
{ title: "Engine Bay Care", description: "Detailed cleansing of engine components.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3xfm39" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ghyu4" } }, { title: "Engine Bay Care", description: "Detailed cleansing of engine components.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1583121274602-3e2820c66888?q=80&w=1000" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1502161254066-6c7478679b1b?q=80&w=1000" } },
]} ]}
title="Comprehensive Automotive Care" title="Comprehensive Automotive Care"
description="Our premium services guarantee your vehicle looks and feels brand new." description="Our premium services guarantee your vehicle looks and feels brand new."
@@ -84,7 +84,7 @@ export default function LandingPage() {
title="The Squeaky Clean Difference" title="The Squeaky Clean Difference"
description="Detailing is an art form. We combine professional expertise with high-end care to ensure your vehicle stands out on the road." description="Detailing is an art form. We combine professional expertise with high-end care to ensure your vehicle stands out on the road."
metrics={[{ value: "1000+", title: "Vehicles Serviced" }, { value: "500+", title: "Satisfied Clients" }, { value: "10+", title: "Years Experience" }]} metrics={[{ value: "1000+", title: "Vehicles Serviced" }, { value: "500+", title: "Satisfied Clients" }, { value: "10+", title: "Years Experience" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=45w8x9" imageSrc="https://images.unsplash.com/photo-1581092160607-ee22530868a7?q=80&w=2000"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -100,8 +100,8 @@ export default function LandingPage() {
title="Before & After Gallery" title="Before & After Gallery"
description="Witness the stunning transformations achieved in our shop." description="Witness the stunning transformations achieved in our shop."
products={[ products={[
{ id: "r1", name: "Interior", price: "Deep Clean", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5pajop" }, { id: "r1", name: "Interior", price: "Deep Clean", variant: "", imageSrc: "https://images.unsplash.com/photo-1589129140807-6c2e37905cfc?q=80&w=1200" },
{ id: "r2", name: "Exterior", price: "Correction", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mdtsqp" }, { id: "r2", name: "Exterior", price: "Correction", variant: "", imageSrc: "https://images.unsplash.com/photo-1520369536906-ad07d94b8e05?q=80&w=1200" },
]} ]}
/> />
</div> </div>
@@ -115,8 +115,8 @@ export default function LandingPage() {
title="Client Reviews" title="Client Reviews"
description="See why car owners trust us with their vehicles." description="See why car owners trust us with their vehicles."
testimonials={[ testimonials={[
{ id: "1", name: "Sarah M.", handle: "@sara", testimonial: "Best detail in town, hands down.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xsh7wd" }, { id: "1", name: "Sarah M.", handle: "@sara", testimonial: "Best detail in town, hands down.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=400" },
{ id: "2", name: "Robert D.", handle: "@robd", testimonial: "Extremely professional and efficient.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=besiru" }, { id: "2", name: "Robert D.", handle: "@robd", testimonial: "Extremely professional and efficient.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=400" },
]} ]}
/> />
</div> </div>
@@ -154,7 +154,7 @@ export default function LandingPage() {
tag="Book Your Appointment" tag="Book Your Appointment"
title="Ready for a Transformation?" title="Ready for a Transformation?"
description="Get in touch for a free estimate or to schedule your visit today." description="Get in touch for a free estimate or to schedule your visit today."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=e2uwvh" imageSrc="https://images.unsplash.com/photo-1509114397022-ed747cca3f65?q=80&w=2000"
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "plain" }} background={{ variant: "plain" }}
/> />