diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index dd1b127..e33ad3a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -31,16 +31,14 @@ export default function BlogPage() { @@ -70,18 +68,16 @@ export default function BlogPage() { { 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" }, ], }, {