diff --git a/src/app/page.tsx b/src/app/page.tsx index 73e61e7..da4e06d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { return ( @@ -28,14 +27,10 @@ export default function LandingPage() {