diff --git a/src/app/page.tsx b/src/app/page.tsx index 3228531..60ca94d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,8 +5,7 @@ import ReactLenis from "lenis/react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -70,34 +69,28 @@ export default function LandingPage() {