Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4017108a8d | |||
| 5677315495 | |||
| 8ffc2b5ef7 | |||
| 1c0d4abf5e |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Find Courts Now", href: "contact" },
|
||||
{ text: "Watch Demo", href: "#" },
|
||||
{ text: "Book Your First Court", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
testimonials={[
|
||||
@@ -76,10 +76,10 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Why athletes choose CourtHub for their booking needs and facility management"
|
||||
metrics={[
|
||||
{ icon: Zap, label: "Instant Bookings", value: "100%" },
|
||||
{ icon: Clock, label: "Avg Booking Time", value: "30 sec" },
|
||||
{ icon: MapPin, label: "Facilities Nearby", value: "500+" },
|
||||
{ icon: Users, label: "Active Players", value: "50K+" },
|
||||
{ icon: Clock, label: "Avg Booking Time", value: "30 sec" },
|
||||
{ icon: Zap, label: "Instant Bookings", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user