diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 130b99e..22fc197 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { Sparkles } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Mail } from 'lucide-react'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ console.log('Quote Request Form Data:', data)} + /> +
-
- -
- - +
); -} +} \ No newline at end of file