From 83fb08587bb0a868360ebd786b6cbc40285f2d04 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:44:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4675add..13be6b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,10 +174,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-confident-mal-1773984743823-14699edc.png", imageAlt: "Client testimonial profile" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-confident-mal-1773984743823-14699edc.png?_wi=1", imageAlt: "Client testimonial profile" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-confident-mal-1773984743823-14699edc.png", imageAlt: "Client testimonial profile" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/professional-headshot-of-a-confident-mal-1773984743823-14699edc.png?_wi=2", imageAlt: "Client testimonial profile" } ]} mediaAnimation="slide-up" -- 2.49.1