Merge version_1 into main #1
375
src/app/page.tsx
375
src/app/page.tsx
@@ -34,42 +34,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Rooms",
|
||||
id: "#rooms-suites",
|
||||
},
|
||||
name: "Rooms", id: "#rooms-suites"},
|
||||
{
|
||||
name: "Dining",
|
||||
id: "#dining",
|
||||
},
|
||||
name: "Dining", id: "#dining"},
|
||||
{
|
||||
name: "Meetings",
|
||||
id: "#business-hospitality",
|
||||
},
|
||||
name: "Meetings", id: "#business-hospitality"},
|
||||
{
|
||||
name: "Celebrations",
|
||||
id: "#weddings-celebrations",
|
||||
},
|
||||
name: "Celebrations", id: "#weddings-celebrations"},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "#",
|
||||
},
|
||||
name: "Offers", id: "#"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#",
|
||||
},
|
||||
name: "Gallery", id: "#"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#guest-love",
|
||||
},
|
||||
name: "Reviews", id: "#guest-love"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact-cta",
|
||||
},
|
||||
name: "Contact", id: "#contact-cta"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact-cta",
|
||||
}}
|
||||
text: "Book Now", href: "#contact-cta"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/feminist-with-crown-vector_53876-43582.jpg"
|
||||
logoAlt="The Regenza by Tunga Logo"
|
||||
brandName="THE REGENZA BY TUNGA"
|
||||
@@ -79,34 +61,23 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="THE LUXURY OF FEELING LOOKED AFTER."
|
||||
description="Modern comfort, thoughtful service, and a calm retreat in the heart of Navi Mumbai."
|
||||
kpis={[
|
||||
{
|
||||
value: "★★★★★",
|
||||
label: "Trusted by families, business travellers and returning guests.",
|
||||
},
|
||||
value: "★★★★★", label: "Trusted by families, business travellers and returning guests."},
|
||||
{
|
||||
value: "Spacious",
|
||||
label: "Rooms",
|
||||
},
|
||||
value: "Spacious", label: "Rooms"},
|
||||
{
|
||||
value: "Prompt",
|
||||
label: "Service",
|
||||
},
|
||||
value: "Prompt", label: "Service"},
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact-cta",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact-cta"},
|
||||
{
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms-suites",
|
||||
},
|
||||
text: "Explore Rooms", href: "#rooms-suites"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-showing-his-boarding-pass-check-counter_107420-85111.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/smiling-couple-interacting-with-each-other-waiting-area_107420-95818.jpg"
|
||||
@@ -114,48 +85,28 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-travel-bag-airport_1303-20342.jpg",
|
||||
alt: "Happy businesswoman looking at her passport while standing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-with-travel-bag-airport_1303-20342.jpg", alt: "Happy businesswoman looking at her passport while standing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-holding-boarding-pass-passport_107420-85093.jpg",
|
||||
alt: "Happy businessman looking at his passport while standing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-holding-boarding-pass-passport_107420-85093.jpg", alt: "Happy businessman looking at his passport while standing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/receptionists-elegant-suits-work-hours_23-2149714442.jpg",
|
||||
alt: "Receptionist in elegant suit at work with customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/receptionists-elegant-suits-work-hours_23-2149714442.jpg", alt: "Receptionist in elegant suit at work with customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-tourist-man-holding-passport-flight-tickets-sitting-with-suitcase_1258-270495.jpg",
|
||||
alt: "Attractive young man checkin at the airport with his passport",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-tourist-man-holding-passport-flight-tickets-sitting-with-suitcase_1258-270495.jpg", alt: "Attractive young man checkin at the airport with his passport"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-taking-notes_23-2147821303.jpg",
|
||||
alt: "Smiling female staff standing at check in desk",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-taking-notes_23-2147821303.jpg", alt: "Smiling female staff standing at check in desk"},
|
||||
]}
|
||||
avatarText="Join our 10,000+ satisfied guests."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Exquisite Dining",
|
||||
},
|
||||
type: "text", text: "Exquisite Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Prime Location",
|
||||
},
|
||||
type: "text", text: "Prime Location"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Concierge",
|
||||
},
|
||||
type: "text", text: "24/7 Concierge"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern Amenities",
|
||||
},
|
||||
type: "text", text: "Modern Amenities"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Personalized Service",
|
||||
},
|
||||
type: "text", text: "Personalized Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,44 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "elegance",
|
||||
label: "RENOVATED ELEGANCE",
|
||||
title: "Beautifully refreshed spaces designed for today's traveller.",
|
||||
items: [
|
||||
"Contemporary design",
|
||||
"Comfort-focused amenities",
|
||||
"Modern finishes",
|
||||
],
|
||||
id: "elegance", label: "RENOVATED ELEGANCE", title: "Beautifully refreshed spaces designed for today's traveller.", items: [
|
||||
"Contemporary design", "Comfort-focused amenities", "Modern finishes"],
|
||||
},
|
||||
{
|
||||
id: "service",
|
||||
label: "SERVICE THAT RESPONDS",
|
||||
title: "Extra beds. Late-night requests. In-room dining. Thoughtfully handled.",
|
||||
items: [
|
||||
"24/7 room service",
|
||||
"Personalized concierge",
|
||||
"Anticipatory care",
|
||||
],
|
||||
id: "service", label: "SERVICE THAT RESPONDS", title: "Extra beds. Late-night requests. In-room dining. Thoughtfully handled.", items: [
|
||||
"24/7 room service", "Personalized concierge", "Anticipatory care"],
|
||||
},
|
||||
{
|
||||
id: "location",
|
||||
label: "CALM, CONNECTED LOCATION",
|
||||
title: "Close to shopping, business districts and city conveniences.",
|
||||
items: [
|
||||
"Prime Navi Mumbai location",
|
||||
"Easy access to business hubs",
|
||||
"Proximity to leisure spots",
|
||||
],
|
||||
id: "location", label: "CALM, CONNECTED LOCATION", title: "Close to shopping, business districts and city conveniences.", items: [
|
||||
"Prime Navi Mumbai location", "Easy access to business hubs", "Proximity to leisure spots"],
|
||||
},
|
||||
{
|
||||
id: "heart",
|
||||
label: "HOSPITALITY WITH HEART",
|
||||
title: "The little gestures guests remember long after checkout.",
|
||||
items: [
|
||||
"Warm, attentive staff",
|
||||
"Genuine care",
|
||||
"Memorable interactions",
|
||||
],
|
||||
id: "heart", label: "HOSPITALITY WITH HEART", title: "The little gestures guests remember long after checkout.", items: [
|
||||
"Warm, attentive staff", "Genuine care", "Memorable interactions"],
|
||||
},
|
||||
]}
|
||||
title="The Regenza Difference"
|
||||
@@ -217,55 +144,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sanjana Mehru",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-sitting-office-chair-desk-with-laptop-posing-with-clasped-hands_1098-17571.jpg",
|
||||
imageAlt: "Sanjana Mehru",
|
||||
quote: "Modern, comfortable and perfect for us.",
|
||||
id: "1", name: "Sanjana Mehru", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-sitting-office-chair-desk-with-laptop-posing-with-clasped-hands_1098-17571.jpg", imageAlt: "Sanjana Mehru"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Tripadvisor Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tourist-man-packing-suitcase-with-clothes-passport-holding-mobile-phone-showing-his_1258-270318.jpg",
|
||||
imageAlt: "Tripadvisor Guest",
|
||||
quote: "The staff are very friendly and welcoming.",
|
||||
id: "2", name: "Tripadvisor Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-tourist-man-packing-suitcase-with-clothes-passport-holding-mobile-phone-showing-his_1258-270318.jpg", imageAlt: "Tripadvisor Guest"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikrant D",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-bathrobe-works-laptop-bed_169016-22524.jpg",
|
||||
imageAlt: "Vikrant D",
|
||||
quote: "Prompt service. Calm, luxurious vibe.",
|
||||
id: "3", name: "Vikrant D", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-bathrobe-works-laptop-bed_169016-22524.jpg", imageAlt: "Vikrant D"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pushkar Kulkarni",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-stirring-coffee_1262-1785.jpg",
|
||||
imageAlt: "Pushkar Kulkarni",
|
||||
quote: "A comfortable and pleasant experience.",
|
||||
id: "4", name: "Pushkar Kulkarni", imageSrc: "http://img.b2bpic.net/free-photo/content-middle-aged-businessman-stirring-coffee_1262-1785.jpg", imageAlt: "Pushkar Kulkarni"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-young-woman-pink-tender-bathrobe-drink-tea-looking-out-window_273443-3086.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
quote: "The location is perfect for both business and leisure. Always a pleasure to stay here.",
|
||||
id: "5", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/fresh-young-woman-pink-tender-bathrobe-drink-tea-looking-out-window_273443-3086.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anil Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-indian-man-posing-studio_23-2150692695.jpg",
|
||||
imageAlt: "Anil Singh",
|
||||
quote: "Consistently excellent service and a truly relaxing atmosphere. Highly recommended.",
|
||||
},
|
||||
id: "6", name: "Anil Singh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-indian-man-posing-studio_23-2150692695.jpg", imageAlt: "Anil Singh"
|
||||
}
|
||||
]}
|
||||
cardTitle="Guest Love"
|
||||
cardTag="Rave Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read More Reviews", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -279,65 +180,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "lumiere",
|
||||
brand: "MOST LOVED",
|
||||
name: "LUMIERE ROOMS",
|
||||
price: "Starting from ₹9,000",
|
||||
rating: 5,
|
||||
reviewCount: "240 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-modern-elegance-illuminated-naturally-generated-by-ai_188544-18309.jpg",
|
||||
imageAlt: "Lumiere Room",
|
||||
},
|
||||
id: "lumiere", brand: "MOST LOVED", name: "LUMIERE ROOMS", price: "Starting from ₹9,000", rating: 5,
|
||||
reviewCount: "240 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/luxury-hotel-suite-modern-elegance-illuminated-naturally-generated-by-ai_188544-18309.jpg", imageAlt: "Lumiere Room"},
|
||||
{
|
||||
id: "club",
|
||||
brand: "",
|
||||
name: "CLUB ROOMS",
|
||||
price: "Starting from ₹12,000",
|
||||
rating: 5,
|
||||
reviewCount: "180 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
imageAlt: "Club Room",
|
||||
},
|
||||
id: "club", brand: "", name: "CLUB ROOMS", price: "Starting from ₹12,000", rating: 5,
|
||||
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", imageAlt: "Club Room"},
|
||||
{
|
||||
id: "suites",
|
||||
brand: "",
|
||||
name: "SUITES",
|
||||
price: "Starting from ₹18,000",
|
||||
rating: 5,
|
||||
reviewCount: "95 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg",
|
||||
imageAlt: "Luxury Suite",
|
||||
},
|
||||
id: "suites", brand: "", name: "SUITES", price: "Starting from ₹18,000", rating: 5,
|
||||
reviewCount: "95 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg", imageAlt: "Luxury Suite"},
|
||||
{
|
||||
id: "deluxe",
|
||||
brand: "",
|
||||
name: "DELUXE ROOMS",
|
||||
price: "Starting from ₹8,000",
|
||||
rating: 4,
|
||||
reviewCount: "310 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bellboy-providing-services-client-lounge-area-before-registering-front-desk-hotel-guest-waiting-couch-talking-african-american-bellhop-summer-vacation-handheld-shot_482257-72657.jpg",
|
||||
imageAlt: "Deluxe Room",
|
||||
},
|
||||
id: "deluxe", brand: "", name: "DELUXE ROOMS", price: "Starting from ₹8,000", rating: 4,
|
||||
reviewCount: "310 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/bellboy-providing-services-client-lounge-area-before-registering-front-desk-hotel-guest-waiting-couch-talking-african-american-bellhop-summer-vacation-handheld-shot_482257-72657.jpg", imageAlt: "Deluxe Room"},
|
||||
{
|
||||
id: "executive",
|
||||
brand: "",
|
||||
name: "EXECUTIVE ROOMS",
|
||||
price: "Starting from ₹15,000",
|
||||
rating: 4,
|
||||
reviewCount: "120 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg",
|
||||
imageAlt: "Executive Room",
|
||||
},
|
||||
id: "executive", brand: "", name: "EXECUTIVE ROOMS", price: "Starting from ₹15,000", rating: 4,
|
||||
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg", imageAlt: "Executive Room"},
|
||||
{
|
||||
id: "premier",
|
||||
brand: "",
|
||||
name: "PREMIER SUITES",
|
||||
price: "Starting from ₹25,000",
|
||||
rating: 5,
|
||||
reviewCount: "60 Reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-home-decor-details-close-up-foreground-against-blurred-room-space_169016-9786.jpg",
|
||||
imageAlt: "Premier Suite",
|
||||
},
|
||||
id: "premier", brand: "", name: "PREMIER SUITES", price: "Starting from ₹25,000", rating: 5,
|
||||
reviewCount: "60 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-home-decor-details-close-up-foreground-against-blurred-room-space_169016-9786.jpg", imageAlt: "Premier Suite"}
|
||||
]}
|
||||
title="Rooms & Suites"
|
||||
description="Discover your ideal sanctuary, from beautifully renovated spaces to generous layouts for every stay."
|
||||
@@ -351,9 +210,7 @@ export default function LandingPage() {
|
||||
description="From leisurely breakfasts to comforting in-room favourites, every meal is thoughtfully prepared. Enjoy a delightful culinary journey with our diverse offerings.\n\nHighlights:\n- Breakfast Buffet\n- All-Day Dining\n- 24-hour Room Service\n- Signature Club Sandwich"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Dining",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Dining", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-dessert-shot_1304-4062.jpg"
|
||||
imageAlt="Elegant dining setup with various dishes at The Regenza by Tunga"
|
||||
@@ -365,14 +222,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"GlobalTech Solutions",
|
||||
"Innovate Ventures",
|
||||
"City Financial Group",
|
||||
"Dynamic Consulting",
|
||||
"Future Foods Inc.",
|
||||
"Zenith Pharma",
|
||||
"NextGen Analytics",
|
||||
]}
|
||||
"GlobalTech Solutions", "Innovate Ventures", "City Financial Group", "Dynamic Consulting", "Future Foods Inc.", "Zenith Pharma", "NextGen Analytics"]}
|
||||
title="Business Travel, Reimagined."
|
||||
description="Efficiency without sacrificing warmth. Whether for meetings, conferences or extended stays, The Regenza delivers personalised hospitality with business-ready convenience.\n\nFeatures: Meeting Spaces, Corporate Rates, Airport Transfers, Dedicated Support, High-Speed Connectivity."
|
||||
speed={25}
|
||||
@@ -385,20 +235,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "venues",
|
||||
title: "What kind of venues do you offer?",
|
||||
content: "Our elegant venues range from intimate banquet halls perfect for small gatherings to spacious ballrooms for grand celebrations, all equipped with modern amenities and customizable decor options.",
|
||||
},
|
||||
id: "venues", title: "What kind of venues do you offer?", content: "Our elegant venues range from intimate banquet halls perfect for small gatherings to spacious ballrooms for grand celebrations, all equipped with modern amenities and customizable decor options."},
|
||||
{
|
||||
id: "catering",
|
||||
title: "Can you customize the catering menu?",
|
||||
content: "Absolutely. Our culinary team works closely with you to create a bespoke menu tailored to your preferences, dietary needs, and event theme, ensuring exceptional cuisine for all your guests.",
|
||||
},
|
||||
id: "catering", title: "Can you customize the catering menu?", content: "Absolutely. Our culinary team works closely with you to create a bespoke menu tailored to your preferences, dietary needs, and event theme, ensuring exceptional cuisine for all your guests."},
|
||||
{
|
||||
id: "planning",
|
||||
title: "Do you provide event planning support?",
|
||||
content: "Yes, our dedicated event specialists offer comprehensive planning support, from initial consultation and vendor coordination to execution, ensuring a seamless and stress-free experience for your celebration.",
|
||||
},
|
||||
id: "planning", title: "Do you provide event planning support?", content: "Yes, our dedicated event specialists offer comprehensive planning support, from initial consultation and vendor coordination to execution, ensuring a seamless and stress-free experience for your celebration."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wedding-reception_627829-11990.jpg"
|
||||
imageAlt="Elegant wedding setup in a hotel ballroom"
|
||||
@@ -416,47 +257,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "arrive",
|
||||
icon: Car,
|
||||
title: "ARRIVE",
|
||||
value: "Effortless Arrival",
|
||||
},
|
||||
id: "arrive", icon: Car,
|
||||
title: "ARRIVE", value: "Effortless Arrival"},
|
||||
{
|
||||
id: "welcome",
|
||||
icon: Bell,
|
||||
title: "BE WELCOMED",
|
||||
value: "Warm Reception",
|
||||
},
|
||||
id: "welcome", icon: Bell,
|
||||
title: "BE WELCOMED", value: "Warm Reception"},
|
||||
{
|
||||
id: "unwind",
|
||||
icon: Droplet,
|
||||
title: "UNWIND",
|
||||
value: "Relaxing Comfort",
|
||||
},
|
||||
id: "unwind", icon: Droplet,
|
||||
title: "UNWIND", value: "Relaxing Comfort"},
|
||||
{
|
||||
id: "dine",
|
||||
icon: Utensils,
|
||||
title: "DINE",
|
||||
value: "Curated Flavors",
|
||||
},
|
||||
id: "dine", icon: Utensils,
|
||||
title: "DINE", value: "Curated Flavors"},
|
||||
{
|
||||
id: "sleep",
|
||||
icon: Home,
|
||||
title: "SLEEP BEAUTIFULLY",
|
||||
value: "Restful Nights",
|
||||
},
|
||||
id: "sleep", icon: Home,
|
||||
title: "SLEEP BEAUTIFULLY", value: "Restful Nights"},
|
||||
{
|
||||
id: "refreshed",
|
||||
icon: Coffee,
|
||||
title: "LEAVE REFRESHED",
|
||||
value: "Energized Departure",
|
||||
},
|
||||
id: "refreshed", icon: Coffee,
|
||||
title: "LEAVE REFRESHED", value: "Energized Departure"},
|
||||
{
|
||||
id: "return",
|
||||
icon: LifeBuoy,
|
||||
title: "RETURN AGAIN",
|
||||
value: "Cherished Memories",
|
||||
},
|
||||
id: "return", icon: LifeBuoy,
|
||||
title: "RETURN AGAIN", value: "Cherished Memories"},
|
||||
]}
|
||||
title="Your Seamless Guest Journey"
|
||||
description="Experience hospitality designed for effortless comfort from arrival to departure, and beyond."
|
||||
@@ -467,16 +287,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Your Perfect Stay Awaits"
|
||||
title="Why Book Direct? The Memorable Stays Care."
|
||||
description="Unlock exclusive direct booking benefits and experience the quiet confidence of hospitality done right.\n\nBenefits include: Best Available Rates, Priority Requests, Exclusive Offers, Flexible Assistance, Personalised Service, Late Check-Out Requests."
|
||||
buttons={[
|
||||
{
|
||||
text: "RESERVE DIRECT",
|
||||
href: "#",
|
||||
},
|
||||
text: "RESERVE DIRECT", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -489,57 +306,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Rooms & Suites",
|
||||
href: "#rooms-suites",
|
||||
},
|
||||
label: "Rooms & Suites", href: "#rooms-suites"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#dining",
|
||||
},
|
||||
label: "Dining", href: "#dining"},
|
||||
{
|
||||
label: "Meetings",
|
||||
href: "#business-hospitality",
|
||||
},
|
||||
label: "Meetings", href: "#business-hospitality"},
|
||||
{
|
||||
label: "Weddings",
|
||||
href: "#weddings-celebrations",
|
||||
},
|
||||
label: "Weddings", href: "#weddings-celebrations"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Guest Love",
|
||||
href: "#guest-love",
|
||||
},
|
||||
label: "Guest Love", href: "#guest-love"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact-cta",
|
||||
},
|
||||
label: "Contact Us", href: "#contact-cta"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Sitemap",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sitemap", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user