diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 131ef1a..c0a473a 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -64,13 +64,11 @@ function ShopPageContent() { setCartOpen(true) }} @@ -104,13 +102,11 @@ function ShopPageContent() { setCartOpen(true) }} @@ -150,18 +146,16 @@ function ShopPageContent() { { 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" }, ], }, {