diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 11386c6..59c7ccf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,9 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Mail } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function ContactPage() { return ( @@ -34,22 +33,34 @@ export default function ContactPage() {