Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-03 12:23:49 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
{ text: "📞 Call Now", href: "tel:0411844388" }, { text: "📞 Call Now", href: "tel:0411844388" },
{ text: "Get Free Quote", href: "#contact" } { text: "Get Free Quote", href: "#contact" }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg" imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1"
imageAlt="Premium car detailing result" imageAlt="Premium car detailing result"
showDimOverlay={true} showDimOverlay={true}
/> />
@@ -76,7 +76,7 @@ export default function LandingPage() {
tag="Services" tag="Services"
features={[ features={[
{ {
id: "1", title: "Interior Detailing", description: "Deep clean seats, carpets, dash, stain removal, and odor treatment to restore your car's interior to showroom condition.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Professional interior detailing" id: "1", title: "Interior Detailing", description: "Deep clean seats, carpets, dash, stain removal, and odor treatment to restore your car's interior to showroom condition.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Professional interior detailing"
}, },
{ {
id: "2", title: "Exterior Detailing", description: "Hand wash, clay bar treatment, polish, and protection coating for a flawless exterior finish.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Professional exterior hand wash" id: "2", title: "Exterior Detailing", description: "Hand wash, clay bar treatment, polish, and protection coating for a flawless exterior finish.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Professional exterior hand wash"
@@ -85,7 +85,7 @@ export default function LandingPage() {
id: "3", title: "Paint Correction", description: "Advanced machine polishing to remove scratches, swirl marks, and imperfections from your car's paint.", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26059.jpg", imageAlt: "Paint correction machine polishing" id: "3", title: "Paint Correction", description: "Advanced machine polishing to remove scratches, swirl marks, and imperfections from your car's paint.", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26059.jpg", imageAlt: "Paint correction machine polishing"
}, },
{ {
id: "4", title: "Ceramic Coating", description: "Long-lasting protective coating that enhances gloss, repels water, and keeps your car looking pristine.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Ceramic coating application" id: "4", title: "Ceramic Coating", description: "Long-lasting protective coating that enhances gloss, repels water, and keeps your car looking pristine.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Ceramic coating application"
} }
]} ]}
gridVariant="uniform-4-items" gridVariant="uniform-4-items"
@@ -105,13 +105,13 @@ export default function LandingPage() {
tag="Gallery" tag="Gallery"
products={[ products={[
{ {
id: "1", name: "Interior Restoration", price: "Starting $150", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior before and after" id: "1", name: "Interior Restoration", price: "Starting $150", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior before and after"
}, },
{ {
id: "2", name: "Exterior Polish", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Exterior before and after" id: "2", name: "Exterior Polish", price: "Starting $200", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Exterior before and after"
}, },
{ {
id: "3", name: "Full Detailing", price: "Starting $350", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Complete detailing result" id: "3", name: "Full Detailing", price: "Starting $350", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=2", imageAlt: "Complete detailing result"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"