3 Commits

Author SHA1 Message Date
9f93f83b74 Merge version_3 into main
Merge version_3 into main
2026-03-11 20:21:30 +00:00
3c926757fd Update src/app/page.tsx 2026-03-11 20:21:20 +00:00
0796412b1a Merge version_2 into main
Merge version_2 into main
2026-03-11 20:17:45 +00:00

View File

@@ -34,6 +34,7 @@ import {
Leaf, Leaf,
BarChart3, BarChart3,
Headphones, Headphones,
Clock,
} from "lucide-react"; } from "lucide-react";
export default function LandingPage() { 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: "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" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"