From 9fc25eecc89c168b784121eefb8078a94b82054b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:09:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 436 ++++++++++------------------------------------- 1 file changed, 92 insertions(+), 344 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 501fc93..af78a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -549,58 +320,35 @@ export default function LandingPage() { logoText="BuySmartly" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Home", - href: "#home", - }, + label: "Home", href: "#home"}, { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Opportunities", - href: "#opportunities", - }, + label: "Opportunities", href: "#opportunities"}, { - label: "Membership", - href: "#membership", - }, + label: "Membership", href: "#membership"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Contact", - href: "#join", - }, + label: "Contact", href: "#join"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, ], }, ]} -- 2.49.1