diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f6c80a..ab8b7ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Facebook, Home, Instagram, Linkedin, MessageSquare, Shield, Sparkles, TrendingUp } from "lucide-react"; +import { Facebook, Home, Instagram, Linkedin, MessageSquare, Shield, Sparkles, TrendingUp } from "lucide-react"; export default function LandingPage() { return (