diff --git a/src/app/page.tsx b/src/app/page.tsx index f4e8f4a..c143101 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,81 +34,46 @@ export default function LandingPage() {
@@ -439,49 +267,31 @@ export default function LandingPage() { { items: [ { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Why ProjexHive", - href: "#why-projexhive", - }, + label: "Why ProjexHive", href: "#why-projexhive"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, ], }, { items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Contact Support", - href: "#contact", - }, + label: "Contact Support", href: "#contact"}, ], }, ]}