diff --git a/src/app/page.tsx b/src/app/page.tsx index c0595f7..5fda2e5 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 ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -106,15 +106,15 @@ export default function LandingPage() {
-
-
-