From 6beaffd9f500f249d2ae4b4d659d3224a4ef8d13 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c777320..f8fc0f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { UtensilsCrossed, Waves, Wifi, Dumbbell } from "lucide-react"; +import { UtensilsCrossed, Waves, Wifi, Dumbbell, Spa, Concierge } from "lucide-react"; export default function LandingPage() { return ( @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explore Suites", href: "#rooms" } ]} buttonAnimation="slide-up" - background={{ variant: "sparkles-gradient" }} + background={{ variant: "blurBottom" }} imageSrc="http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg" imageAlt="Luxury beachfront suite with ocean view at Hotel El Bay" mediaAnimation="slide-up" @@ -80,6 +80,10 @@ export default function LandingPage() { description="Discover the perfect blend of relaxation and indulgence with our premium offerings designed for discerning travelers." tag="What We Offer" features={[ + { + icon: Spa, + title: "Spa & Wellness", description: "Rejuvenate with our full-service spa featuring holistic treatments, yoga classes, and meditation spaces overlooking the ocean." + }, { icon: UtensilsCrossed, title: "Fine Dining", description: "Savor exquisite cuisine at our award-winning restaurant featuring locally sourced ingredients and innovative coastal flavors." @@ -88,6 +92,10 @@ export default function LandingPage() { icon: Waves, title: "Infinity Pool", description: "Lounge in our heated infinity pool with seamless ocean views and personalized cabana service throughout the day." }, + { + icon: Concierge, + title: "Concierge Service", description: "Our dedicated team arranges bespoke experiences, private events, and tailored activities for unforgettable memories." + }, { icon: Wifi, title: "High-Speed Connectivity", description: "Stay connected with complimentary premium WiFi, business center access, and seamless digital integration throughout the resort." -- 2.49.1