Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-11 20:21:30 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}