diff --git a/src/app/page.tsx b/src/app/page.tsx index 14129b4..4cb2459 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { CheckCircle, Globe, Zap } from "lucide-react"; +import { CheckCircle, Globe, Zap, Truck, Settings, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -31,26 +31,11 @@ export default function LandingPage() {