diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 52fe26c..e820065 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -6,7 +6,6 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { MessageCircle } from "lucide-react"; -import Link from "next/link"; export default function FAQPage() { const navItems = [ @@ -52,20 +51,6 @@ export default function FAQPage() { }, ]; - const CustomNavbarWrapper = () => ( - - ); - return ( - +