4 Commits

Author SHA1 Message Date
4017108a8d Merge version_3 into main
Merge version_3 into main
2026-03-07 06:04:59 +00:00
5677315495 Update src/app/page.tsx 2026-03-07 06:04:55 +00:00
8ffc2b5ef7 Merge version_2 into main
Merge version_2 into main
2026-03-07 06:02:44 +00:00
1c0d4abf5e Update src/app/page.tsx 2026-03-07 06:02:40 +00:00

View File

@@ -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}