From 87e5d82e27dbd536d449e839a3cf82b933c5069c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:38:34 +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 d4b7a0d..f5c1988 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, Zap, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,7 @@ export default function LandingPage() { features={[ { title: "Luxury Suites", description: "Spacious rooms with premium bedding.", imageSrc: "http://img.b2bpic.net/free-photo/white-towel-bed_74190-4536.jpg", buttonIcon: Bed }, { title: "Fine Dining", description: "Culinary experiences 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 in our serene spa.", imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_1203-2693.jpg", buttonIcon: Spa }, + { title: "Spa & Wellness", description: "Revitalize in our serene spa.", imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_1203-2693.jpg", buttonIcon: Zap }, { title: "Event Spaces", description: "Versatile venues for 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 }, ]} title="Experience Excellence" -- 2.49.1