From 018417051b362b84e412f2af2e507231bf931737 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:49:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdbc7b7..25cfed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Bottle2, Package, Smoke, UtensilsCrossed, Wine } from "lucide-react"; +import { Package, UtensilsCrossed, Wine, Cigarette } from "lucide-react"; export default function LandingPage() { return ( @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Wine List", description: "Curated selection of Eastern European and international wines to complement your meal.", button: { text: "View Wine", href: "#" } }, { - icon: Bottle2, + icon: Package, title: "Bar", description: "Handcrafted cocktails, traditional vodka selections, and local beverages.", button: { text: "View Bar", href: "#" } }, { @@ -92,7 +92,7 @@ export default function LandingPage() { title: "Takeaway", description: "Enjoy our cuisine at home with convenient takeaway options and meal packages.", button: { text: "Order Now", href: "#" } }, { - icon: Smoke, + icon: Cigarette, title: "Lounge Zone", description: "Premium hookah experience in our relaxing lounge with ethnic ambiance and terrace views.", button: { text: "Book Lounge", href: "#contact" } } ]}