10 Commits

Author SHA1 Message Date
ab33312ce8 Merge version_6 into main
Merge version_6 into main
2026-04-29 11:02:43 +00:00
526f834cb7 Merge version_5 into main
Merge version_5 into main
2026-04-29 11:02:40 +00:00
aa6aacc6da Update src/app/page.tsx 2026-04-29 11:02:37 +00:00
9c2996f831 Merge version_4 into main
Merge version_4 into main
2026-04-29 11:02:35 +00:00
9630a2f298 Update src/app/page.tsx 2026-04-29 11:02:32 +00:00
39b6403056 Merge version_6 into main
Merge version_6 into main
2026-04-29 11:02:19 +00:00
190b38d9bb Merge version_5 into main
Merge version_5 into main
2026-04-29 11:02:16 +00:00
b3aedd2350 Update src/app/page.tsx 2026-04-29 11:02:12 +00:00
12bec02020 Merge version_4 into main
Merge version_4 into main
2026-04-29 11:02:11 +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"
@@ -188,9 +189,9 @@ export default function WebAgency2Page() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "projects", value: "100+", title: "Projects", description: "Successfully delivered across all industries", icon: Award },
{ id: "satisfaction", value: "99%", title: "Satisfaction", description: "Client satisfaction rate and counting", icon: Users },
{ id: "years", value: "8+", title: "Years", description: "Of crafting exceptional digital experiences", icon: TrendingUp },
{ id: "projects", value: "$10M+", title: "Revenue Generated", description: "Directly generated for our clients through high-conversion web solutions", icon: Award },
{ id: "satisfaction", value: "99%", title: "Retention Rate", description: "Clients choose to scale their business with us long-term", icon: Users },
{ id: "years", value: "8+", title: "Market Impact", description: "Years of consistently helping brands dominate their niche", icon: TrendingUp },
]}
/>
<FeatureCardSixteen
@@ -280,4 +281,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}