From 472216ebe4eed00538e81fb0255870548a1c387c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:37:26 +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 20b629b..39b7217 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: "Finally found an online store that matches my values. Quality and sustainability in every purchase!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqwuzb", imageAlt: "Sarah Mitchell profile" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rqwuzb&_wi=1", imageAlt: "Sarah Mitchell profile" }, { name: "James Chen", handle: "@jchen", testimonial: "The product selection is incredible. Every item feels thoughtfully chosen.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uckxpe", imageAlt: "James Chen profile" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uckxpe&_wi=1", imageAlt: "James Chen profile" }, { name: "Emma Rodriguez", handle: "@emmarod", testimonial: "Best online shopping experience. Great customer service and fast delivery!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sos9tp", imageAlt: "Emma Rodriguez profile" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sos9tp&_wi=1", imageAlt: "Emma Rodriguez profile" } ]} testimonialRotationInterval={5000} @@ -194,13 +194,13 @@ export default function LandingPage() {