diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc587fa..d434765 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Coffee } from "lucide-react";
+import { Coffee, Heart, Bowl, EggFried } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,83 +32,51 @@ export default function LandingPage() {