diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 0f734fd..adb5c09 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -7,6 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Star, Mail } from "lucide-react"; +import Link from "next/link"; export default function FaqPage() { return ( @@ -28,13 +29,19 @@ export default function FaqPage() { navItems={[ { name: "Home", id: "/" }, { name: "Products", id: "/products" }, - { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> +