diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c1a9e4..78cef3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Bride", testimonial: "Absolutely stunning arrangements! Every detail was perfect for our wedding day.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gn1y34", imageAlt: "Sarah Mitchell" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gn1y34&_wi=1", imageAlt: "Sarah Mitchell" }, { name: "James Chen", handle: "Corporate Client", testimonial: "Professional, creative, and delivered beyond expectations. Highly recommend!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=abe8db", imageAlt: "James Chen" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=abe8db&_wi=1", imageAlt: "James Chen" }, { name: "Emma Rodriguez", handle: "Event Planner", testimonial: "The floral installations transformed our venue completely. Simply breathtaking.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64eacf", imageAlt: "Emma Rodriguez" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64eacf&_wi=1", imageAlt: "Emma Rodriguez" }, { name: "Michael Thompson", handle: "Private Client", testimonial: "Elegant, timeless designs that brought joy to our celebration. Thank you!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kylb97", imageAlt: "Michael Thompson" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kylb97&_wi=1", imageAlt: "Michael Thompson" } ]} testimonialRotationInterval={6000} @@ -172,16 +172,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Bride", testimonial: "Our wedding flowers were absolutely stunning. Every arrangement exceeded our expectations and made our day truly magical. Thank you for bringing our vision to life!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gn1y34", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Bride", testimonial: "Our wedding flowers were absolutely stunning. Every arrangement exceeded our expectations and made our day truly magical. Thank you for bringing our vision to life!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gn1y34&_wi=2", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Chen", role: "Corporate Event Director", testimonial: "Professional, creative, and incredibly attentive to detail. The floral installations elevated our corporate gala beyond what we imagined possible. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=abe8db", imageAlt: "James Chen" + id: "2", name: "James Chen", role: "Corporate Event Director", testimonial: "Professional, creative, and incredibly attentive to detail. The floral installations elevated our corporate gala beyond what we imagined possible. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=abe8db&_wi=2", imageAlt: "James Chen" }, { - id: "3", name: "Emma Rodriguez", role: "Event Planner", testimonial: "Working with this studio transformed our venue. Their botanical expertise and artistic vision created an unforgettable atmosphere for all our guests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64eacf", imageAlt: "Emma Rodriguez" + id: "3", name: "Emma Rodriguez", role: "Event Planner", testimonial: "Working with this studio transformed our venue. Their botanical expertise and artistic vision created an unforgettable atmosphere for all our guests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=64eacf&_wi=2", imageAlt: "Emma Rodriguez" }, { - id: "4", name: "Michael Thompson", role: "Private Client", testimonial: "Elegant, timeless, and absolutely beautiful. The team understood exactly what we wanted and delivered beyond our expectations. We use them for all our celebrations!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kylb97", imageAlt: "Michael Thompson" + id: "4", name: "Michael Thompson", role: "Private Client", testimonial: "Elegant, timeless, and absolutely beautiful. The team understood exactly what we wanted and delivered beyond our expectations. We use them for all our celebrations!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kylb97&_wi=2", imageAlt: "Michael Thompson" } ]} />