diff --git a/src/app/page.tsx b/src/app/page.tsx index 84b3c6b..ca52b0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -130,25 +130,30 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file