diff --git a/src/app/page.tsx b/src/app/page.tsx index fafd676..a1dabfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,16 +30,14 @@ export default function LandingPage() { @@ -215,18 +213,16 @@ export default function LandingPage() { { title: "Quick Links", items: [ { label: "Home", href: "/" }, - { label: "About", href: "#about" }, - { label: "Features", href: "#features" }, - { label: "Events", href: "#events" }, - { label: "Shop", href: "/shop" }, - { label: "Products", href: "/products" }, - { label: "Blog", href: "/blog" } + { label: "About", href: "/#about" }, + { label: "Features", href: "/#features" }, + { label: "Events", href: "/#events" }, + { label: "Products", href: "/products" } ], }, { title: "Resources", items: [ - { label: "FAQ", href: "#faq" }, - { label: "Contact", href: "#contact" }, + { label: "FAQ", href: "/#faq" }, + { label: "Contact", href: "/#contact" }, ], }, {