diff --git a/src/app/page.tsx b/src/app/page.tsx index 1421b98..3840186 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -147,34 +146,14 @@ export default function LandingPage() {
-