diff --git a/src/app/page.tsx b/src/app/page.tsx index 2176922..f7f9438 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { { text: "Get Instant Quote", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg", imageAlt: "Luxury black SUV detailing" }, - { imageSrc: "http://img.b2bpic.net/free-photo/painted-textured-background-with-bubbles_23-2147876106.jpg", imageAlt: "Ceramic coating water beading" }, + { imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg?_wi=1", imageAlt: "Luxury black SUV detailing" }, + { imageSrc: "http://img.b2bpic.net/free-photo/painted-textured-background-with-bubbles_23-2147876106.jpg?_wi=1", imageAlt: "Ceramic coating water beading" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", imageAlt: "Interior cleaning detail" }, ]} mediaAnimation="slide-up" @@ -137,8 +137,8 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah Johnson", handle: "Jeep Owner", testimonial: "Amazing work — double value for the money. Great people.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg" }, - { id: "2", name: "Michael Chen", handle: "Jetta Owner", testimonial: "My Jetta looked showroom new again. Genuine pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg" }, - { id: "3", name: "Emily Rodriguez", handle: "Truck Owner", testimonial: "The ceramic coating turned out incredible. Amazing service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/painted-textured-background-with-bubbles_23-2147876106.jpg" }, + { id: "2", name: "Michael Chen", handle: "Jetta Owner", testimonial: "My Jetta looked showroom new again. Genuine pricing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg?_wi=2" }, + { id: "3", name: "Emily Rodriguez", handle: "Truck Owner", testimonial: "The ceramic coating turned out incredible. Amazing service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/painted-textured-background-with-bubbles_23-2147876106.jpg?_wi=2" }, ]} showRating={true} title="Client Success Stories"