Update src/app/page.tsx

This commit is contained in:
2026-04-15 03:41:29 +00:00
parent 4a98e49654
commit 0a3c33cf18

View File

@@ -42,21 +42,23 @@ export default function WebAgency2Page() {
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp?_wi=2" }
]}
/>
<TestimonialCardSix
title="What Our Clients Say"
description="Real feedback from our partners."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Maria Santos", handle: "@luxuria", testimonial: "Amazing work!"
},
{
id: "2", name: "James Chen", handle: "@techflow", testimonial: "Highly recommended."
}
]}
/>
<div id="testimonials" data-section="testimonial">
<TestimonialCardSix
title="What Our Clients Say"
description="Real feedback from our partners."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Maria Santos", handle: "@luxuria", testimonial: "The team overhauled our conversion funnel, resulting in a 45% increase in lead generation within the first three months. Their attention to UX detail is unmatched."
},
{
id: "2", name: "James Chen", handle: "@techflow", testimonial: "We saw a 3x boost in site engagement metrics. Their strategic approach to performance and design turned our platform into a high-converting asset."
}
]}
/>
</div>
<FooterMedia
logoText="Webild"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp"