diff --git a/src/app/page.tsx b/src/app/page.tsx index a99ea26..977f886 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee } from "lucide-react"; +import { Coffee, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,11 @@ export default function LandingPage() { +
+ +
+
@@ -271,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file