From 070942588aa6a1f785e219a5be0a8e27e46fa8d2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:14:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 595c473..e8cf921 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,7 @@ export default function LandingPage() { metrics={[ { id: "1", value: "227", title: "%", description: "Average traffic increase within 6 months", icon: TrendingUp }, { id: "2", value: "78", title: "%", description: "Improvement in conversion rates", icon: Target }, - { id: "3", value: "8.1", title: "x", description: "Average ROI multiple delivered", icon: Zap }, + { id: "3", value: "8", title: "x", description: "Average ROI multiple delivered", icon: Zap }, { id: "4", value: "95", title: "%", description: "Client satisfaction and retention rate", icon: Award } ]} /> -- 2.49.1