diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b614da5..85f14d8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,8 +5,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from 'next/link'; -import { Envelope, HelpCircle } from 'lucide-react'; +import { Mail, HelpCircle } from 'lucide-react'; export default function ContactPage() { return ( @@ -32,8 +31,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Book Consultation", - href: "/contact" + text: "Book Consultation", href: "/contact" }} /> @@ -41,7 +39,7 @@ export default function ContactPage() {