diff --git a/src/app/page.tsx b/src/app/page.tsx index c644dfd..43a3c33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Shield, Star, Briefcase } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +65,6 @@ export default function LandingPage() {