diff --git a/src/app/page.tsx b/src/app/page.tsx index 32cee26..24c4adf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -30,30 +31,11 @@ export default function LandingPage() { - -
- -
- -
-
@@ -285,4 +118,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file