Update src/app/page.tsx

This commit is contained in:
2026-03-20 05:43:58 +00:00
parent 47589cf6af
commit 744df97c14

View File

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