diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b0ee046..b8c718f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -75,7 +75,6 @@ export default function BlogPage() { { title: "Company", items: [ { label: "About Us", href: "/#about" }, - { label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, ], },