From d13715f52443913ee74f11562c9f323859048f36 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:52:21 +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 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} -- 2.49.1