diff --git a/src/app/page.tsx b/src/app/page.tsx index 2acc4ec..2e1171e 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 ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -140,35 +140,37 @@ export default function LandingPage() {
-
-