From 555a03df1b125e98f82c42dbd866a9ca63ea74c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:40:29 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 105 +++++++++++++++++++++++++---------------------- 1 file changed, 57 insertions(+), 48 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4db929c..0c44edb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,43 +14,6 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Flag, History, Trophy } from "lucide-react"; -const navItems = [ - { name: "Home", id: "/" }, - { name: "Archives", id: "/archives" }, - { name: "Search", id: "/search" }, { name: "Top Scorers", id: "/top-scorers" }, - { name: "About", id: "/#about" }, - { name: "Matches", id: "/#matches" }, - { name: "Stats", id: "/#stats" }, - { name: "Fans Say", id: "/#testimonials" }, - { name: "FAQ", id: "/#faq" }, - { name: "Contact", id: "/#contact" }, - { name: "Theme", id: "/theme" } -]; - -const footerColumns = [ - { - title: "Navigate", items: [ - { label: "Home", href: "/" }, - { label: "Matches", href: "/#matches" }, - { label: "Stats", href: "/#stats" }, - { label: "Archives", href: "/archives" }, - ], - }, - { - title: "Resources", items: [ - { label: "FAQ", href: "/#faq" }, - { label: "About Us", href: "/#about" }, - { label: "Contact", href: "/#contact" }, - ], - }, - { - title: "Legal", items: [ - { label: "Privacy Policy", href: "/privacy" }, - { label: "Terms of Service", href: "/terms" }, - ], - }, -]; - export default function LandingPage() { return (