diff --git a/src/app/page.tsx b/src/app/page.tsx index 27e2a2d..d3fea16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,35 +57,35 @@ export default function LandingPage() { handle: "@arjun", testimonial: "Best service in town! My engine runs smoother than ever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg?_wi=1", }, { name: "Priya Sharma", handle: "@priya", testimonial: "Very professional and transparent about all costs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg?_wi=1", }, { name: "Vikram Mehta", handle: "@vikram", testimonial: "Quick turnaround and excellent quality of work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg?_wi=1", }, { name: "Ananya Reddy", handle: "@ananya", testimonial: "Highly recommended for all car maintenance needs!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg?_wi=1", }, { name: "Rohan Das", handle: "@rohan", testimonial: "Dependable and reliable service every time I visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg?_wi=2", }, ]} imageSrc="http://img.b2bpic.net/free-photo/bearded-expert-mechanic-dressed-uniform-standing-with-crowbar-hand-against-car-lift-garage_613910-18004.jpg" @@ -146,7 +146,7 @@ export default function LandingPage() { handle: "@arjun", testimonial: "Exceptional service, clearly explained.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1565.jpg?_wi=3", }, { id: "2", @@ -154,7 +154,7 @@ export default function LandingPage() { handle: "@priya", testimonial: "Very honest and fair prices.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg?_wi=2", }, { id: "3", @@ -162,7 +162,7 @@ export default function LandingPage() { handle: "@vikram", testimonial: "Fixed my car in record time!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-blue-sweater-helping-friend-choosing-vehicle_651396-1203.jpg?_wi=2", }, { id: "4", @@ -170,7 +170,7 @@ export default function LandingPage() { handle: "@ananya", testimonial: "Wonderful experience every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-dressed-elegant-costume_23-2149184245.jpg?_wi=2", }, { id: "5", @@ -178,7 +178,7 @@ export default function LandingPage() { handle: "@sneha", testimonial: "Polite staff and high-quality repairs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-buying-car_1303-13714.jpg?_wi=3", }, ]} showRating={true}