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 +}