diff --git a/src/app/page.tsx b/src/app/page.tsx
index da21b54..65cf179 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,33 +43,13 @@ export default function LandingPage() {
@@ -336,29 +192,15 @@ export default function LandingPage() {
logoText="Cosmic Synapses"
columns={[
{
- title: "Project",
- items: [
- {
- label: "Neurons",
- href: "#about",
- },
- {
- label: "Research",
- href: "#pricing",
- },
+ title: "Project", items: [
+ { label: "Neurons", href: "#about" },
+ { label: "Research", href: "#pricing" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Data Usage",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy Policy", href: "#" },
+ { label: "Data Usage", href: "#" },
],
},
]}