diff --git a/src/app/page.tsx b/src/app/page.tsx index 92dcc8b..9367b42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Headphones, Package, Shield, ShieldCheck, TrendingDown, Truck } from "lucide-react"; @@ -32,26 +31,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file