diff --git a/src/app/page.tsx b/src/app/page.tsx index dfb6423..dd759a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; export default function LandingPage() { return ( @@ -54,43 +54,39 @@ export default function LandingPage() {