diff --git a/src/app/page.tsx b/src/app/page.tsx index 111b326..6b55209 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { ShieldCheck, Zap, Warehouse } from "lucide-react"; export default function LandingPage() { return ( @@ -31,23 +32,23 @@ export default function LandingPage() {