diff --git a/src/app/page.tsx b/src/app/page.tsx index 315a283..74a4a80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Clock, Feather, Moon, Sparkles, Utensils } from "lucide-react"; +import { ChefHat, Chair, Clock, Feather, Lamp, Moon, Sparkles, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -84,7 +84,6 @@ export default function LandingPage() {