diff --git a/src/app/page.tsx b/src/app/page.tsx index aabd339..9913534 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { AlertCircle, Search, Smartphone } from "lucide-react"; export default function LandingPage() { @@ -49,9 +48,6 @@ export default function LandingPage() {