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