diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 328d167..f19bb06 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,131 +2,74 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import LegalSection from '@/components/sections/legal/LegalSection'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); -} +} \ No newline at end of file