From 3c926757fd66bd54af92612b8b04dbf702cf832f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:21:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e0404f..5f0818e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ import { Leaf, BarChart3, Headphones, + Clock, } from "lucide-react"; export default function LandingPage() { @@ -204,6 +205,9 @@ export default function LandingPage() { { id: "3", value: "89%", title: "Customer Retention", description: "Improved customer satisfaction and repeat business rates", icon: Users, }, + { + id: "4", value: "48 Hours", title: "Average Setup Time", description: "Rapid onboarding that gets your team productive from day one", icon: Clock, + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -395,4 +399,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1