2 Commits

Author SHA1 Message Date
9630a2f298 Update src/app/page.tsx 2026-04-29 11:02:32 +00:00
dc103e62ca Update src/app/page.tsx 2026-04-29 11:02:08 +00:00

View File

@@ -170,7 +170,7 @@ 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="Webild completely transformed our online presence, delivering a high-impact website that achieved a remarkable 100% increase in ROI, effectively doubling our conversion rate."
rating={5}
author="— Maria Santos, CEO at Luxuria Travel"
avatars={[
@@ -179,6 +179,7 @@ export default function WebAgency2Page() {
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
testimonialClassName="font-semibold text-primary"
/>
<MetricCardOne
title="Trusted by Industry Leaders"
@@ -205,7 +206,7 @@ export default function WebAgency2Page() {
}}
positiveCard={{
items: [
"Results-Driven Development: Metrics-focused strategy", "ROI-Centric design to convert visitors", "Performance-first builds for growth", "Conversion optimization as standard", "Measurable impact on your bottom line"],
"Custom designs tailored to your brand", "Lightning-fast performance on all devices", "Built-in SEO to drive organic traffic", "Modern design that builds trust", "Dedicated support and maintenance"],
}}
/>
<TeamCardFive
@@ -280,4 +281,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}