diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index fe87048..aacabba 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterCard from '@/components/sections/footer/FooterCard'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + + +
); -} +} \ No newline at end of file