Merge version_1 into main #4
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Explore Suites", href: "#rooms" }
|
{ text: "Explore Suites", href: "#rooms" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
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"
|
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"
|
imageAlt="Luxury beachfront suite with ocean view at Hotel El Bay"
|
||||||
mediaAnimation="slide-up"
|
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."
|
description="Discover the perfect blend of relaxation and indulgence with our premium offerings designed for discerning travelers."
|
||||||
tag="What We Offer"
|
tag="What We Offer"
|
||||||
features={[
|
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,
|
icon: UtensilsCrossed,
|
||||||
title: "Fine Dining", description: "Savor exquisite cuisine at our award-winning restaurant featuring locally sourced ingredients and innovative coastal flavors."
|
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,
|
icon: Waves,
|
||||||
title: "Infinity Pool", description: "Lounge in our heated infinity pool with seamless ocean views and personalized cabana service throughout the day."
|
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,
|
icon: Wifi,
|
||||||
title: "High-Speed Connectivity", description: "Stay connected with complimentary premium WiFi, business center access, and seamless digital integration throughout the resort."
|
title: "High-Speed Connectivity", description: "Stay connected with complimentary premium WiFi, business center access, and seamless digital integration throughout the resort."
|
||||||
|
|||||||
Reference in New Issue
Block a user