diff --git a/src/app/page.tsx b/src/app/page.tsx index 55bc70f..2352176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -68,7 +67,6 @@ export default function LandingPage() {