Merge version_2 into main #9

Merged
bender merged 1 commits from version_2 into main 2026-03-20 05:50:16 +00:00

View File

@@ -162,8 +162,8 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<HeroSplitDualMedia
title="What Our Clients Say"
description="Real feedback from businesses we've partnered with to transform their digital presence."
title="Meet The Team "
description=""
background={{ variant: "plain" }}
tag="Testimonials"
tagIcon={Heart}
@@ -174,15 +174,15 @@ 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?_wi=1", imageAlt: "Client testimonial profile"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/uploaded-1773985708462-207g5z92.jpg", 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"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BCEVo2ef8MB45aG7KuCo2SIndA/uploaded-1773985795234-e10rvbyp.jpg", imageAlt: "Client testimonial profile"
}
]}
mediaAnimation="slide-up"
rating={5}
ratingText="5.0 from 200+ reviews"
ratingText=""
ariaLabel="Client testimonials section"
/>
</div>