Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user