diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1902883..bb8c75f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactFormThree from '@/components/sections/contact/ContactFormThree'; import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSimple from '@/components/sections/hero/HeroSimple'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -42,7 +40,7 @@ export default function LandingPage() {