From 744df97c141cb41c18fcea36d3cfe70c3d44e544 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:43:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb5dff1..4fadec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,11 +171,17 @@ export default function LandingPage() { { text: "View All Testimonials", href: "#" } ]} buttonAnimation="slide-up" - layoutOrder="default" - 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" + 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", imageAlt: "Client testimonial profile" + } + ]} mediaAnimation="slide-up" - frameStyle="card" + rating={5} + ratingText="5.0 from 200+ reviews" ariaLabel="Client testimonials section" /> -- 2.49.1