diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b83ec7..32b4d4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,13 +97,13 @@ export default function LandingPage() { id: "1", title: "Full Exterior Detail", description: "Hand wash, clay bar, and protective wax.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=1", }, { id: "2", title: "Interior Deep Clean", description: "Complete sanitation and upholstery shampoo.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194099.jpg?_wi=2", }, { id: "3", @@ -135,7 +135,7 @@ export default function LandingPage() { handle: "@fran", testimonial: "Best detailing in Bunbury. Jason is a true master.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg?_wi=1", }, { id: "2", @@ -167,7 +167,7 @@ export default function LandingPage() { handle: "@markj", testimonial: "Fantastic results, my car has never looked this good.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-repairing-workshop_23-2150171284.jpg?_wi=2", }, ]} showRating={true}