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