Update src/app/page.tsx

This commit is contained in:
2026-05-08 23:17:29 +00:00
parent 9176bed19b
commit a4edb3d047

View File

@@ -168,12 +168,10 @@ export default function WebAgency2Page() {
]}
/>
<TestimonialCardFifteen
testimonial="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
testimonial="Our diverse portfolio ranges from tech startups to traditional healthcare, all seeing a 50% increase in lead generation post-launch."
rating={5}
author="— Maria Santos, CEO at Luxuria Travel"
avatars={[
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
]}
author="— Diverse Industry Portfolio Lead"
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
@@ -278,4 +276,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}