Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user