From 80c3d30735e0fa8bc3debcac1f86ef1c3dd8e987 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:33:25 +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 194b4e2..d1a5744 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Founder, TechFlow", testimonial: "Studio transformed our brand vision into reality. The attention to detail was exceptional.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-female-ceo-ap-1773232365978-b2559f12.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-female-ceo-ap-1773232365978-b2559f12.png?_wi=1" }, { name: "Michael Chen", handle: "CEO, InnovateLab", testimonial: "Working with Studio elevated our entire digital strategy. Highly recommended.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-male-tech-fou-1773232366541-64f5afc8.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-male-tech-fou-1773232366541-64f5afc8.png?_wi=1" } ]} testimonialRotationInterval={5000} @@ -190,10 +190,10 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj - TechFlow CEO", testimonial: "Studio completely transformed how we present our brand. The results exceeded all expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-female-ceo-ap-1773232365978-b2559f12.png" + id: "1", name: "Sarah Johnson", handle: "@sarahj - TechFlow CEO", testimonial: "Studio completely transformed how we present our brand. The results exceeded all expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-female-ceo-ap-1773232365978-b2559f12.png?_wi=2" }, { - id: "2", name: "Michael Chen", handle: "@mchen - InnovateLab", testimonial: "Professional, creative, and results-driven. Studio is a true partner in our success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-male-tech-fou-1773232366541-64f5afc8.png" + id: "2", name: "Michael Chen", handle: "@mchen - InnovateLab", testimonial: "Professional, creative, and results-driven. Studio is a true partner in our success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-male-tech-fou-1773232366541-64f5afc8.png?_wi=2" }, { id: "3", name: "Emily Rodriguez", handle: "@erodriguez - GrowthCo", testimonial: "The team's attention to detail and strategic thinking really set them apart from others.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AndWDoo7QxhzdnYIt6UTl7moQT/professional-headshot-of-a-woman-approx--1773232366340-9e7a5370.png" -- 2.49.1