From 21661304467f4a8af1d4c94af1c2025406d8d0cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:25:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 692f8e5..8172f0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "📞 Call Now", href: "tel:0411844388" }, { text: "Get Free Quote", href: "#contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg" imageAlt="Premium car detailing result" showDimOverlay={true} /> @@ -76,7 +76,7 @@ export default function LandingPage() { tag="Services" 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?_wi=1", 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", 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" @@ -85,10 +85,10 @@ 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: "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" + 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" } ]} - gridVariant="uniform-4-items" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" @@ -105,13 +105,13 @@ export default function LandingPage() { tag="Gallery" 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Complete detailing result" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1