From f27f9219b74e01e45630d0022435dd2baccb0b5d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 08:19:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64d8ebe..7075470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { DollarSign, Sparkles, Cocktail, Cake, Wine } from "lucide-react"; +import { DollarSign, Sparkles, Martini, Cake, Wine } from "lucide-react"; export default function LandingPage() { return ( @@ -100,7 +100,7 @@ export default function LandingPage() { title: "Perfectly Grilled Steaks", description: "Our prime cuts are expertly grilled to your preference, served with classic sides and house-made sauces.", imageSrc: "http://img.b2bpic.net/free-photo/lamb-steak-slices-served-with-mashed-potato_140725-5854.jpg", imageAlt: "Grilled steak with vegetables", buttonIcon: Sparkles, }, { - title: "Crafted Cocktails", description: "Sip on innovative and classic cocktails, meticulously prepared by our skilled mixologists.", imageSrc: "http://img.b2bpic.net/free-photo/crystal-glass-cold-cocktail-garnished-with-dried-orange-slice-served-smoked-bucket_140725-5998.jpg", imageAlt: "Artisanal cocktail being prepared", buttonIcon: Cocktail, + title: "Crafted Cocktails", description: "Sip on innovative and classic cocktails, meticulously prepared by our skilled mixologists.", imageSrc: "http://img.b2bpic.net/free-photo/crystal-glass-cold-cocktail-garnished-with-dried-orange-slice-served-smoked-bucket_140725-5998.jpg", imageAlt: "Artisanal cocktail being prepared", buttonIcon: Martini, }, { title: "Decadent Desserts", description: "End your meal on a sweet note with our selection of rich and exquisite Western desserts.", imageSrc: "http://img.b2bpic.net/free-photo/cracker-cake-with-cranberries-top-inside-purple-plate-with-brownies_140725-29944.jpg", imageAlt: "Chocolate lava cake dessert", buttonIcon: Cake,