Update src/app/about/page.tsx

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

View File

@@ -27,7 +27,6 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Clubs", id: "/" },
{ name: "Landing Pages", id: "/landings" },
{ name: "About Us", id: "/about" },
{ name: "Contacts", id: "/contacts" },
]}
@@ -55,7 +54,7 @@ export default function AboutPage() {
<div id="about-metric" data-section="about-metric">
<AboutMetric
title="Key Milestones"
metrics={[{ icon: Zap, value: "10+" }, { icon: Users, value: "500+" }]}
metrics={[{ label: "Years", value: "10+" }, { label: "Players", value: "500+" }]}
useInvertedBackground={false}
/>
</div>