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: "#" },
],
},
]}