diff --git a/src/app/page.tsx b/src/app/page.tsx index 06dfe02..c45fec3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,25 +51,25 @@ export default function LandingPage() { testimonials={[ { name: "John Doe", handle: "@johndoe", testimonial: "The best wash I've ever had, fast and thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg", imageAlt: "modern carwash professional equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg?_wi=1", imageAlt: "modern carwash professional equipment"}, { name: "Jane Smith", handle: "@janesmith", testimonial: "My car looks brand new every single time!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg", imageAlt: "friendly carwash staff team"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg?_wi=1", imageAlt: "friendly carwash staff team"}, { name: "Mike Ross", handle: "@mikeross", testimonial: "Professional service and friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "car wash soap bubble foam"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=1", imageAlt: "car wash soap bubble foam"}, { name: "Sarah Lee", handle: "@sarahlee", testimonial: "Great value and even better results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", imageAlt: "interior car vacuum cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg?_wi=1", imageAlt: "interior car vacuum cleaning"}, { name: "Tom Baker", handle: "@tombaker", testimonial: "I wouldn't trust anyone else with my car.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", imageAlt: "car tire rim cleaning treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=1", imageAlt: "car tire rim cleaning treatment"}, ]} buttons={[ { text: "View Our Services", href: "#features"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg" + imageSrc="http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg?_wi=2" imageAlt="Professional carwash facility" avatars={[ { @@ -100,7 +100,7 @@ export default function LandingPage() { { value: "99%", title: "Satisfaction Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -113,26 +113,26 @@ export default function LandingPage() { features={[ { title: "Exterior Wash", description: "High-pressure wash and eco-friendly soap for a spotless shine.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "exterior wash" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=2", imageAlt: "exterior wash" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", imageAlt: "exterior wash" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=3", imageAlt: "exterior wash" }, }, { title: "Interior Detail", description: "Full vacuum and deep clean of all interior surfaces.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", imageAlt: "interior wash" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg?_wi=2", imageAlt: "interior wash" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", imageAlt: "interior wash" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg?_wi=3", imageAlt: "interior wash" }, }, { title: "Rim & Tire Care", description: "Specialized cleaning to make your wheels shine like new.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", imageAlt: "rim care" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=2", imageAlt: "rim care" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", imageAlt: "rim care" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=3", imageAlt: "rim care" }, }, ]}