diff --git a/src/app/page.tsx b/src/app/page.tsx index 036f035..ab01b38 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 ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TextAbout from '@/components/sections/about/TextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { CheckCircle } from "lucide-react"; export default function LandingPage() { @@ -43,35 +43,38 @@ export default function LandingPage() {