diff --git a/src/app/configure/page.tsx b/src/app/configure/page.tsx index 918ca8b..3bb077c 100644 --- a/src/app/configure/page.tsx +++ b/src/app/configure/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function ConfigurePage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file