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: "#"},
],
},
]}