diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e5684c..9c83bbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { LineChart, Navigation, Scan, CheckCircle, ShieldCheck, BookOpen } from "lucide-react"; +import { LineChart, Navigation, Scan } from "lucide-react"; export default function LandingPage() { return ( @@ -105,6 +105,7 @@ export default function LandingPage() {