Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f93f83b74 | |||
| 3c926757fd | |||
| 0796412b1a |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user