From 9325a8c19520192bf1c6769fd64e120c55b84a87 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:41:17 +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 08a5467..72f00c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building, HelpCircle, Quote, Sparkles, Star, Users, BedDouble, Utensils, PartyPopper, Lotus } from "lucide-react"; +import { Building, HelpCircle, Quote, Sparkles, Star, Users, BedDouble, Utensils, PartyPopper, Spa } from "lucide-react"; export default function LandingPage() { return ( @@ -125,7 +125,7 @@ export default function LandingPage() { title: "Gourmet Dining", description: "Experience our farm-fresh ingredients, innovative menus, and exquisite ambiance at our acclaimed restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/chef-cooking-kitchen-while-wearing-professional-attire_23-2151208286.jpg", imageAlt: "Gourmet dining experience", buttonIcon: Utensils, }, { - title: "Wellness & Spa", description: "Rejuvenate your body and mind with bespoke treatments and state-of-the-art facilities at our serene wellness spa.", imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg", imageAlt: "Hotel spa and wellness area", buttonIcon: Lotus, + title: "Wellness & Spa", description: "Rejuvenate your body and mind with bespoke treatments and state-of-art facilities at our serene wellness spa.", imageSrc: "http://img.b2bpic.net/free-photo/serene-minimalist-spa-pool-meditation-space_23-2151935126.jpg", imageAlt: "Hotel spa and wellness area", buttonIcon: Spa, }, { title: "Event Spaces", description: "Host unforgettable events in our versatile venues, perfect for weddings, conferences, and special celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-set-up_23-2151858536.jpg", imageAlt: "Elegant event space", buttonIcon: PartyPopper, -- 2.49.1