diff --git a/src/app/page.tsx b/src/app/page.tsx index 65eba76..80346f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,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} @@ -193,13 +193,13 @@ export default function LandingPage() {