diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 27582df..5c0bac5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import Link from 'next/link'; import { MessageCircle } from 'lucide-react'; export default function ContactPage() { @@ -12,7 +11,7 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "Find Workers", id: "/workers" }, { name: "Cities", id: "/cities" }, - { name: "How It Works", id: "/features" }, + { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]; @@ -34,41 +33,29 @@ export default function ContactPage() { navItems={navItems} brandName="FindWorker" button={{ - text: "Post a Job", - href: "https://findworker.example.com/post-job", - }} + text: "Post a Job", href: "https://findworker.example.com/post-job"}} /> -
+