diff --git a/src/app/page.tsx b/src/app/page.tsx index bfcec7e..918538c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,39 +34,23 @@ export default function LandingPage() { @@ -75,84 +59,44 @@ export default function LandingPage() { @@ -516,62 +297,37 @@ export default function LandingPage() { logoText="DesignFlow" columns={[ { - title: "Products", - items: [ + title: "Products", items: [ { - label: "Canva Templates", - href: "#products", - }, + label: "Canva Templates", href: "#products"}, { - label: "Logos", - href: "#products", - }, + label: "Logos", href: "#products"}, { - label: "Social Media Kits", - href: "#products", - }, + label: "Social Media Kits", href: "#products"}, { - label: "Banners & Flyers", - href: "#products", - }, + label: "Banners & Flyers", href: "#products"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "Pricing", - href: "#pricing", - }, + label: "Pricing", href: "#pricing"}, { - 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: "#"}, { - label: "Refund Policy", - href: "#", - }, + label: "Refund Policy", href: "#"}, ], }, ]}