diff --git a/src/app/page.tsx b/src/app/page.tsx index 97889d1..a298df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ 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 FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import AboutMetric from '@/components/sections/about/AboutMetric'; export default function LandingPage() { @@ -95,15 +95,14 @@ export default function LandingPage() {