From 712e66b2c4365d2d92b6076516f489258cba4806 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:01:05 +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 0742ee4..f34a479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,15 +60,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Found my dream car in minutes. The transparent pricing and easy financing made the entire process stress-free!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg", imageAlt: "Sarah Mitchell happy car buyer" + imageSrc: "http://img.b2bpic.net/free-photo/he-is-confident-small-business-owner_637285-9324.jpg?_wi=1", imageAlt: "Sarah Mitchell happy car buyer" }, { name: "James Rodriguez", handle: "@jamesrodriguez", testimonial: "Best car buying experience ever. Great inventory selection and the support team was incredibly helpful throughout.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg", imageAlt: "James Rodriguez satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/business-man-buying-car-showroom_1303-13558.jpg?_wi=1", imageAlt: "James Rodriguez satisfied customer" }, { name: "Emily Chen", handle: "@emilychen", testimonial: "The financing options are amazing. Got approved instantly and drove home the same day!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg", imageAlt: "Emily Chen delighted customer" + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=1", imageAlt: "Emily Chen delighted customer" } ]} testimonialRotationInterval={5000} @@ -178,13 +178,13 @@ export default function LandingPage() {