Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user