From ca075107200e6b0e62bb74a2c6c436d26f16acaf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:34:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e45990..a696ffa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,13 +140,13 @@ export default function LandingPage() { id: "1", title: "500+", subtitle: "Successful Campaigns & Projects", category: "Experience", value: "7+ Years" }, { - id: "2", title: "300%", subtitle: "Average Social Media Engagement Growth", category: "Social Media", value: "In 3 Months" + id: "2", title: "95%", subtitle: "Client Retention Rate", category: "Satisfaction", value: "Industry Leading" }, { - id: "3", title: "450%", subtitle: "Average Organic Traffic Increase", category: "SEO", value: "First Year" + id: "3", title: "300%", subtitle: "Average Social Media Engagement Growth", category: "Social Media", value: "In 3 Months" }, { - id: "4", title: "95%", subtitle: "Client Retention Rate", category: "Satisfaction", value: "Industry Leading" + id: "4", title: "450%", subtitle: "Average Organic Traffic Increase", category: "SEO", value: "First Year" }, { id: "5", title: "$50M+", subtitle: "Total Revenue Generated for Clients", category: "Results", value: "Lifetime" -- 2.49.1