diff --git a/src/app/page.tsx b/src/app/page.tsx index 07c6fa7..b3ba458 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 ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -121,21 +121,22 @@ export default function LandingPage() {