diff --git a/src/app/page.tsx b/src/app/page.tsx index a170d3a..a685255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ChefHat, Zap, Smile, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -28,22 +29,9 @@ export default function LandingPage() {