Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-07 06:02:44 +00:00

View File

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