From effdc0990d6d065bfab2670152706c0f4920937c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:32:06 +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 daedf57..54a2e55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "CEO, TechCorp", testimonial: "This chatbot has transformed how we interact with customers. Remarkable.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-confident-bus-1772613087301-aa41f353.png", imageAlt: "Sarah Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-confident-bus-1772613087301-aa41f353.png?_wi=1", imageAlt: "Sarah Chen"}, { name: "Michael Rodriguez", handle: "CTO, InnovateLabs", testimonial: "The sophistication combined with ease of use is unmatched in the market.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-tech-industry-1772613087666-4484edf6.png", imageAlt: "Michael Rodriguez"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-tech-industry-1772613087666-4484edf6.png?_wi=1", imageAlt: "Michael Rodriguez"}, { name: "Emily Park", handle: "Product Lead, StartupXYZ", testimonial: "Our customers love it. Integration was seamless and support is excellent.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-creative-prof-1772613087131-1824c585.png", imageAlt: "Emily Park"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-creative-prof-1772613087131-1824c585.png?_wi=1", imageAlt: "Emily Park"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -132,13 +132,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "CEO", company: "TechVenture", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-confident-bus-1772613087301-aa41f353.png", imageAlt: "Sarah Johnson"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-confident-bus-1772613087301-aa41f353.png?_wi=2", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "CTO", company: "CloudScale", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-tech-industry-1772613087666-4484edf6.png", imageAlt: "Michael Chen"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-tech-industry-1772613087666-4484edf6.png?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Product Lead", company: "GrowthIO", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-creative-prof-1772613087131-1824c585.png", imageAlt: "Emily Rodriguez"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-creative-prof-1772613087131-1824c585.png?_wi=2", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", role: "Founder", company: "NextGen Labs", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATO8RIjhwKmrZjyVBxVCTcZ3XB/professional-headshot-of-a-corporate-man-1772613087362-b25e5188.png", imageAlt: "David Kim"}, -- 2.49.1