diff --git a/src/app/page.tsx b/src/app/page.tsx index e7908e1..1caeb0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -142,40 +142,30 @@ export default function LandingPage() {