From cd784c16e3e538048e95bafc249ffe34c9470eef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:04:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea9d3da..b5a3903 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction and retention rate", icon: Award }, { - id: "3", value: "2.5", title: "sec", description: "Average site load time for our projects", icon: Zap + id: "3", value: "2.5", title: "sec", description: "Average site load time (industry avg: 5+ sec)", icon: Zap }, { id: "4", value: "500", title: "M+", description: "Total monthly visitors served", icon: TrendingUp @@ -236,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1