diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a0b99b..f524d4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Clock, Leaf, Palette, Star, Truck } from "lucide-react"; +import { Clipboard, Clock, Leaf, Palette, Star, Truck, ChefHat } from "lucide-react"; export default function LandingPage() { return ( @@ -30,18 +30,9 @@ export default function LandingPage() {