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" />