From 3d7f68dcbdec4afe7c07fd09ee2e7357f020aafa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:44:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58646b5..e4cb94e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "CTO, TechVenture", testimonial: "This AI automation platform reduced our operational costs by 60% in just three months. Incredible impact.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-portrait-of-a-tech-1773243812387-a0009f9d.png?_wi=1" }, { name: "Michael Rodriguez", handle: "CEO, CloudScale Inc", testimonial: "The intelligent agents learned our workflows faster than expected. Seamless integration across all systems.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-woman-busines-1773243812400-d87a332d.png?_wi=1" }, { name: "James Liu", handle: "COO, DataFlow Systems", testimonial: "Finally, a solution that truly understands our business needs. The AI continuously improves.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-man-entrepren-1773243812368-d382c418.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-man-entrepren-1773243812368-d382c418.png?_wi=1" }, { name: "Emma Watson", handle: "VP Operations, Global Tech", testimonial: "We've automated 80% of our manual processes. The time savings are extraordinary.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-diverse-busin-1773243812115-849b5ab0.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlDtGm40AzPLbS3eN5Ks7lI3PN/professional-headshot-of-a-diverse-busin-1773243812115-849b5ab0.png?_wi=1" } ]} testimonialRotationInterval={5000} @@ -166,12 +166,12 @@ export default function LandingPage() {