Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:27:19 +00:00
parent e19a3915de
commit 3aba712fa7

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Zap, Users } from 'lucide-react';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
@@ -99,7 +100,7 @@ export default function LandingPage() {
<MetricCardSeven
title="Our Impact"
description="Statistics and milestones of our community."
metrics={[{ label: "Courts", value: "50+" }, { label: "Players", value: "10k+" }]}
metrics={[{ icon: Zap, value: "50+" }, { icon: Users, value: "10k+" }]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}