diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4be7253..a34a46f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,9 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function ContactPage() { @@ -34,24 +33,14 @@ export default function ContactPage() { /> -
- + -
- -