From 33b1ae12e82cc6d87c13b4fd45fa999982664672 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:17:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1f6061..9213c2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "CEO, TechFlow Inc", testimonial: "Webild Studio completely transformed our online presence. The website they created exceeded our expectations and has already driven a 45% increase in leads.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-female-ceo-wi-1772583407153-7dc3f796.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-female-ceo-wi-1772583407153-7dc3f796.png?_wi=1" }, { name: "Michael Chen", handle: "Founder, StartupXYZ", testimonial: "Working with this team was a game-changer. They understood our vision, delivered on time, and created something truly remarkable. Highly recommended!", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-male-founder--1772583407491-60a7a38c.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-male-founder--1772583407491-60a7a38c.png?_wi=1" } ]} testimonialRotationInterval={5000} @@ -155,10 +155,10 @@ export default function LandingPage() { textboxLayout="default" testimonials={[ { - id: "1", title: "Exceeded Our Expectations", quote: "The team at Webild Studio went above and beyond. They didn't just build a website; they built a strategic asset for our business. Our conversion rates have never been better.", name: "Sarah Mitchell", role: "CEO, TechFlow Inc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-female-ceo-wi-1772583407153-7dc3f796.png", imageAlt: "Sarah Mitchell" + id: "1", title: "Exceeded Our Expectations", quote: "The team at Webild Studio went above and beyond. They didn't just build a website; they built a strategic asset for our business. Our conversion rates have never been better.", name: "Sarah Mitchell", role: "CEO, TechFlow Inc", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-female-ceo-wi-1772583407153-7dc3f796.png?_wi=2", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "True Partners in Success", quote: "From discovery to launch, every step was professional and collaborative. The design is beautiful, performant, and has been a major driver of our growth.", name: "Michael Chen", role: "Founder, StartupXYZ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-male-founder--1772583407491-60a7a38c.png", imageAlt: "Michael Chen" + id: "2", title: "True Partners in Success", quote: "From discovery to launch, every step was professional and collaborative. The design is beautiful, performant, and has been a major driver of our growth.", name: "Michael Chen", role: "Founder, StartupXYZ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-male-founder--1772583407491-60a7a38c.png?_wi=2", imageAlt: "Michael Chen" }, { id: "3", title: "Remarkable Results", quote: "We were impressed by their attention to detail and commitment to our success. The website has transformed how our customers perceive our brand.", name: "Emily Rodriguez", role: "Marketing Director, GrowthCo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASQBCXAJggR9koNwhkQlBYBFyD/professional-headshot-of-a-female-market-1772583407566-99a5a83f.png", imageAlt: "Emily Rodriguez" -- 2.49.1