diff --git a/src/app/page.tsx b/src/app/page.tsx index ba5e2e9..8cc934b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,34 +31,20 @@ export default function LandingPage() { @@ -66,19 +52,14 @@ export default function LandingPage() {
@@ -299,46 +193,29 @@ export default function LandingPage() { logoText="Your Company" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Services", - href: "#features", - }, + label: "Our Services", href: "#features"}, { - label: "Success Stories", - href: "#testimonials", - }, + label: "Success Stories", href: "#testimonials"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}