diff --git a/src/app/page.tsx b/src/app/page.tsx index cc813b2..e45d723 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( @@ -29,358 +29,113 @@ export default function LandingPage() { >
-
- + />
-
-
-
-
-