From 0fb98753370b06448440d82b5eaebcff43034620 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 20:48:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e69c0f9..c14a013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Book Now", href: "#contact" }, { text: "Call (209) 777-4739", href: "tel:2097774739" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2390.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2390.jpg?_wi=1" /> @@ -71,13 +71,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-checking-oil-level-car-engine_1170-1456.jpg", imageAlt: "clean engine bay detailing"}, { title: "Interior Detail", description: "Vacuum, wipe down, and air freshener.", buttonIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2390.jpg", imageAlt: "clean engine bay detailing"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2390.jpg?_wi=2", imageAlt: "clean engine bay detailing"}, { title: "Engine Bay", description: "Full degreasing and shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193590.jpg", buttonIcon: Shield, }, { title: "Seat Shampoo", description: "Deep clean for carpets and seats.", buttonIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130139.jpg", imageAlt: "clean engine bay detailing"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130139.jpg?_wi=1", imageAlt: "clean engine bay detailing"}, ]} title="Professional Services" description="Comprehensive detailing services tailored to your vehicle's needs." @@ -119,7 +119,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Amazing Job", quote: "Car looked brand new!", name: "Sarah J.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130139.jpg" }, + { id: "1", title: "Amazing Job", quote: "Car looked brand new!", name: "Sarah J.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130139.jpg?_wi=2" }, { id: "2", title: "Super Convenient", quote: "They came to my work.", name: "Mike B.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-choosing-car-car-showroom_1303-26769.jpg" }, { id: "3", title: "Highly Recommend", quote: "Best detail ever.", name: "Amanda P.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30584.jpg" }, { id: "4", title: "Great Results", quote: "Detailed my engine perfectly.", name: "David L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/young-family-buying-car_1303-13742.jpg" },