From 799330c491c4d404d2ef0c1b2074bd392a03914a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:28:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c84abf..9b8ab27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "James Kimani", handle: "Taxi Driver, Nairobi", testimonial: "Swift telephone response and quick delivery. Always genuine parts!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businesswoman-black-dress-eyeglasses-talking-cellphone-thoughtfully-looking-documents-while-sitting-wheel-car_574295-4954.jpg", imageAlt: "taxi driver portrait professional headshot" + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businesswoman-black-dress-eyeglasses-talking-cellphone-thoughtfully-looking-documents-while-sitting-wheel-car_574295-4954.jpg?_wi=1", imageAlt: "taxi driver portrait professional headshot" }, { name: "Peter Mwangi", handle: "Mechanic, Kasarani", testimonial: "Reliable supplier with competitive pricing and honest service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-customer-talking-mobile_1170-1571.jpg", imageAlt: "mechanic professional portrait workshop background" + imageSrc: "http://img.b2bpic.net/free-photo/female-customer-talking-mobile_1170-1571.jpg?_wi=1", imageAlt: "mechanic professional portrait workshop background" }, { name: "Sarah Ochieng", handle: "Fleet Manager", testimonial: "Best spare parts dealer in Nairobi. Always available when we need them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "fleet manager professional business portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=1", imageAlt: "fleet manager professional business portrait" } ]} buttons={[ @@ -129,15 +129,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Kimani", role: "Taxi Driver", company: "Individual Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businesswoman-black-dress-eyeglasses-talking-cellphone-thoughtfully-looking-documents-while-sitting-wheel-car_574295-4954.jpg", imageAlt: "taxi driver portrait professional headshot" + imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businesswoman-black-dress-eyeglasses-talking-cellphone-thoughtfully-looking-documents-while-sitting-wheel-car_574295-4954.jpg?_wi=2", imageAlt: "taxi driver portrait professional headshot" }, { id: "2", name: "Peter Mwangi", role: "Mechanic & Workshop Owner", company: "Kasarani Auto Repair", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-customer-talking-mobile_1170-1571.jpg", imageAlt: "mechanic professional portrait workshop background" + imageSrc: "http://img.b2bpic.net/free-photo/female-customer-talking-mobile_1170-1571.jpg?_wi=2", imageAlt: "mechanic professional portrait workshop background" }, { id: "3", name: "Sarah Ochieng", role: "Fleet Manager", company: "Nairobi Transport Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "fleet manager professional business portrait" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg?_wi=2", imageAlt: "fleet manager professional business portrait" }, { id: "4", name: "David Kipchoge", role: "Car Owner", company: "Individual", rating: 5, -- 2.49.1