diff --git a/src/app/page.tsx b/src/app/page.tsx
index 50fb54b..bc4a937 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Coffee } from "lucide-react";
+import { Coffee, Cocktail, Beer, Sandwich, Tv, Billiards, Scan, Football } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,56 +33,37 @@ export default function LandingPage() {