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