Update src/app/page.tsx

This commit is contained in:
2026-05-13 16:27:58 +00:00
parent 44f264a0b5
commit c2b6950868

View File

@@ -30,7 +30,6 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Clubs", id: "/" },
{ name: "Landing Pages", id: "/landings" },
{ name: "About Us", id: "/about" },
{ name: "Contacts", id: "/contacts" },
]}
@@ -100,7 +99,7 @@ export default function LandingPage() {
<MetricCardSeven
title="Our Impact"
description="Statistics and milestones of our community."
metrics={[{ icon: Zap, value: "50+" }, { icon: Users, value: "10k+" }]}
metrics={[{ label: "Clubs", value: "50+" }, { label: "Players", value: "10k+" }]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}