diff --git a/src/app/page.tsx b/src/app/page.tsx index 481a7cf..4c6c819 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { return ( @@ -30,10 +29,10 @@ export default function LandingPage() {
-