From 33ac600bf848cce4529c92ba175a3aa2c5f886e2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 11:54:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e892566..8a0001d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Compass, Scroll, Users, Crown } from 'lucide-react'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -28,70 +29,35 @@ export default function LandingPage() {
@@ -256,38 +150,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "About", - href: "#about", - }, - { - label: "Store", - href: "#store", - }, + { label: "About", href: "#about" }, + { label: "Store", href: "#store" }, ], }, { items: [ - { - label: "Rules", - href: "#rules", - }, - { - label: "Help", - href: "#", - }, + { label: "Rules", href: "#rules" }, + { label: "Help", href: "#" }, ], }, { items: [ - { - label: "Discord", - href: "#", - }, - { - label: "IP: play.mctauta.lt", - href: "#", - }, + { label: "Discord", href: "#" }, + { label: "IP: play.mctauta.lt", href: "#" }, ], }, ]} -- 2.49.1