From bf5c4e471b64b17e1eecdbb97607cae5c27fead4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:00:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) 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"}} /> -
+