diff --git a/src/app/page.tsx b/src/app/page.tsx
index 39b70ff..463196f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,17 +41,10 @@ export default function LandingPage() {
@@ -267,29 +143,15 @@ export default function LandingPage() {
logoText="Gamerz Tag"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "Home",
- href: "#hero",
- },
- {
- label: "Pricing",
- href: "#pricing",
- },
+ title: "Navigation", items: [
+ { label: "Home", href: "#hero" },
+ { label: "Pricing", href: "#pricing" },
],
},
{
- title: "Socials",
- items: [
- {
- label: "Twitter",
- href: "#",
- },
- {
- label: "Instagram",
- href: "#",
- },
+ title: "Socials", items: [
+ { label: "Twitter", href: "#" },
+ { label: "Instagram", href: "#" },
],
},
]}
@@ -299,4 +161,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file