diff --git a/src/app/page.tsx b/src/app/page.tsx index bf1b85b..b1bf6a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,19 +46,14 @@ export default function LandingPage() {
@@ -256,15 +178,13 @@ export default function LandingPage() { @@ -274,33 +194,21 @@ export default function LandingPage() { logoText="AI POWER" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Lower Tier", - href: "#pricing", - }, + label: "Lower Tier", href: "#pricing"}, { - label: "Middle Tier", - href: "#pricing", - }, + label: "Middle Tier", href: "#pricing"}, { - label: "Upper Tier", - href: "#pricing", - }, + label: "Upper Tier", href: "#pricing"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, ]} @@ -309,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file