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