From 65b05ed9ee7130529e074791d4c077485ca5d20d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:38:10 +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 76ee60c..83ad003 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Star, Users, Bed, Utensils, Spa, Calendar } from "lucide-react"; +import { Award, Star, Users, Bed, Utensils, Calendar, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -91,7 +91,7 @@ export default function LandingPage() { title: "Fine Dining", description: "Culinary experiences crafted by master chefs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", buttonIcon: Utensils, }, { - title: "Spa & Wellness", description: "Revitalize your body and mind in our serene spa.", imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_1203-2693.jpg", buttonIcon: Spa, + title: "Spa & Wellness", description: "Revitalize your body and mind in our serene spa.", imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_1203-2693.jpg", buttonIcon: Coffee, }, { title: "Event Spaces", description: "Versatile venues for meetings and celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/patients-entering-office-attend-aa-therapy-meeting-rehabilitation-with-therapist-people-with-addiction-talking-about-alcoholism-recovery-with-psychiatrist-circle-rehab-program_482257-37067.jpg", buttonIcon: Calendar, -- 2.49.1