Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-13 16:28:02 +00:00
2 changed files with 2 additions and 4 deletions

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>

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}