diff --git a/src/app/page.tsx b/src/app/page.tsx
index fef69a3..007a826 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -63,33 +45,13 @@ export default function LandingPage() {
@@ -348,32 +176,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182559.jpg"
logoText="GameVault"
columns={[
- {
- title: "Platform",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Games",
- href: "#features",
- },
- ],
- },
- {
- title: "Resources",
- items: [
- {
- label: "FAQ",
- href: "#faq",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
+ { title: "Platform", items: [{ label: "About", href: "#about" }, { label: "Games", href: "#features" }] },
+ { title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
]}
/>