Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 09:50:22 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Experience", name: "Experience", id: "#experience"},
id: "#experience",
},
{ {
name: "Accommodations", name: "Accommodations", id: "#suites"},
id: "#suites",
},
{ {
name: "Dining", name: "Dining", id: "#dining"},
id: "#dining",
},
{ {
name: "Concierge", name: "Concierge", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Marine Bay Mumbai" brandName="Marine Bay Mumbai"
/> />
@@ -55,108 +47,63 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Where Mumbai Meets Timeless Luxury" title="Where Mumbai Meets Timeless Luxury"
description="Experience unparalleled boutique hospitality overlooking the Arabian Sea in Mumbais historic district." description="Experience unparalleled boutique hospitality overlooking the Arabian Sea in Mumbais historic district."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", imageAlt: "Sea View Suite"},
imageAlt: "Sea View Suite",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", imageAlt: "Presidential Suite"},
imageAlt: "Presidential Suite",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11526.jpg?_wi=1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11526.jpg", imageAlt: "Rooftop Pool"},
imageAlt: "Rooftop Pool",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dinner-table-hotel_1150-11071.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dinner-table-hotel_1150-11071.jpg", imageAlt: "Fine Dining"},
imageAlt: "Fine Dining",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-walking-water-surface-infinity-pool-expensive-rich-luxury-villa-mountain-with-sea-view_343596-2993.jpg", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-walking-water-surface-infinity-pool-expensive-rich-luxury-villa-mountain-with-sea-view_343596-2993.jpg", imageAlt: "Sunset Terrace"},
imageAlt: "Sunset Terrace",
},
]} ]}
rightCarouselItems={[ rightCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-diverse-young-people-being-digital-nomads-working-remotely-from-dreamy-locations_23-2151187843.jpg", imageSrc: "http://img.b2bpic.net/free-photo/scene-with-diverse-young-people-being-digital-nomads-working-remotely-from-dreamy-locations_23-2151187843.jpg", imageAlt: "Concierge Service"},
imageAlt: "Concierge Service",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-round-table-some-chairs-fireplace-plants_140725-8034.jpg", imageAlt: "Bar View"},
imageAlt: "Bar View",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/city-near-lake_1127-3558.jpg", imageSrc: "http://img.b2bpic.net/free-photo/city-near-lake_1127-3558.jpg", imageAlt: "Architecture Detail"},
imageAlt: "Architecture Detail",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497261.jpg", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497261.jpg", imageAlt: "Room Detail"},
imageAlt: "Room Detail",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-bistro-medium-shot_23-2149366463.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-bistro-medium-shot_23-2149366463.jpg", imageAlt: "Pool Night"},
imageAlt: "Pool Night",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Reserve Your Stay", text: "Reserve Your Stay", href: "#booking"},
href: "#booking",
},
{ {
text: "Call Concierge", text: "Call Concierge", href: "tel:+912200000000"},
href: "tel:+912200000000",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/buildings-edge-river_1353-87.jpg", src: "http://img.b2bpic.net/free-photo/buildings-edge-river_1353-87.jpg", alt: "Guest 1"},
alt: "Guest 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/miami_649448-1470.jpg", src: "http://img.b2bpic.net/free-photo/miami_649448-1470.jpg", alt: "Guest 2"},
alt: "Guest 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/chinese-park-night_1127-4190.jpg", src: "http://img.b2bpic.net/free-photo/chinese-park-night_1127-4190.jpg", alt: "Guest 3"},
alt: "Guest 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/orlando-downtown-architecture_649448-4667.jpg", src: "http://img.b2bpic.net/free-photo/orlando-downtown-architecture_649448-4667.jpg", alt: "Guest 4"},
alt: "Guest 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/beautiful-landscape-outdoor-swimming-pool-with-umbrella-deck-chair-hotel-resort-relax-tra_74190-8022.jpg", src: "http://img.b2bpic.net/free-photo/beautiful-landscape-outdoor-swimming-pool-with-umbrella-deck-chair-hotel-resort-relax-tra_74190-8022.jpg", alt: "Guest 5"},
alt: "Guest 5",
},
]} ]}
avatarText="Trusted by 1,000+ luxury travelers" avatarText="Trusted by 1,000+ luxury travelers"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Forbes 5-Star Rated"},
text: "Forbes 5-Star Rated",
},
{ {
type: "text", type: "text", text: "Best Ocean View Mumbai"},
text: "Best Ocean View Mumbai",
},
{ {
type: "text", type: "text", text: "World-Class Concierge"},
text: "World-Class Concierge",
},
{ {
type: "text", type: "text", text: "Art Deco Heritage"},
text: "Art Deco Heritage",
},
{ {
type: "text", type: "text", text: "Fine Culinary Arts"},
text: "Fine Culinary Arts",
},
]} ]}
/> />
</div> </div>
@@ -168,54 +115,27 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "1", id: "1", badge: "Oceanfront", price: "Suite Collection", subtitle: "Starting from ₹35,000", features: [
badge: "Oceanfront", "Sea view balcony", "Art Deco design", "Smart room tech", "Luxury chauffeur"],
price: "Suite Collection",
subtitle: "Starting from ₹35,000",
features: [
"Sea view balcony",
"Art Deco design",
"Smart room tech",
"Luxury chauffeur",
],
buttons: [ buttons: [
{ {
text: "Book Suite", text: "Book Suite"},
},
], ],
}, },
{ {
id: "2", id: "2", badge: "Signature", price: "Presidential Collection", subtitle: "Starting from ₹75,000", features: [
badge: "Signature", "Panoramic Arabian Sea view", "Private dining", "24/7 Butler", "Airport transfer"],
price: "Presidential Collection",
subtitle: "Starting from ₹75,000",
features: [
"Panoramic Arabian Sea view",
"Private dining",
"24/7 Butler",
"Airport transfer",
],
buttons: [ buttons: [
{ {
text: "Book Suite", text: "Book Suite"},
},
], ],
}, },
{ {
id: "3", id: "3", badge: "Business", price: "Executive Stays", subtitle: "Starting from ₹25,000", features: [
badge: "Business", "High speed WiFi", "Workstation", "Business lounge", "Express check-in"],
price: "Executive Stays",
subtitle: "Starting from ₹25,000",
features: [
"High speed WiFi",
"Workstation",
"Business lounge",
"Express check-in",
],
buttons: [ buttons: [
{ {
text: "Book Suite", text: "Book Suite"},
},
], ],
}, },
]} ]}
@@ -231,40 +151,22 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Infinity Rooftop Pool", title: "Infinity Rooftop Pool", description: "Soak in the Mumbai skyline while relaxing in our heated infinity pool.", phoneOne: {
description: "Soak in the Mumbai skyline while relaxing in our heated infinity pool.", imageSrc: "http://img.b2bpic.net/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/patio-balcony-with-chair-around-sea-ocean-view_74190-6864.jpg",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-around-balcony-with-pattaya-city-view_74190-10506.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-happy-smile-around-balcony-with-pattaya-city-view_74190-10506.jpg"},
},
imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=2",
imageAlt: "rooftop bar Mumbai luxury",
}, },
{ {
title: "Fine Dining", title: "Fine Dining", description: "World-class culinary journeys featuring authentic Mumbai flavors and international cuisine.", phoneOne: {
description: "World-class culinary journeys featuring authentic Mumbai flavors and international cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/waiter-is-serving-dinner-two-pretty-friends-women-elegant-restaurant_8353-10575.jpg",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-fillet-served-with-bulgur-vegetables-white-wine_141793-2435.jpg"},
},
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg?_wi=2",
imageAlt: "rooftop bar Mumbai luxury",
}, },
{ {
title: "Art Deco Suites", title: "Art Deco Suites", description: "Indulge in spacious, ocean-facing suites meticulously designed for your comfort.", phoneOne: {
description: "Indulge in spacious, ocean-facing suites meticulously designed for your comfort.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-hotel-room-with-rug_1203-1495.jpg"},
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/spacious-hotel-room-with-rug_1203-1495.jpg",
},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2238.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2238.jpg"},
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11526.jpg?_wi=2",
imageAlt: "rooftop bar Mumbai luxury",
}, },
]} ]}
showStepNumbers={false} showStepNumbers={false}
@@ -280,17 +182,11 @@ export default function LandingPage() {
description="From private airport transfers to rooftop sunsets, every detail is orchestrated to create memorable hospitality moments." description="From private airport transfers to rooftop sunsets, every detail is orchestrated to create memorable hospitality moments."
metrics={[ metrics={[
{ {
value: "5*", value: "5*", title: "Luxury Standard"},
title: "Luxury Standard",
},
{ {
value: "1.4k+", value: "1.4k+", title: "Guest Reviews"},
title: "Guest Reviews",
},
{ {
value: "100%", value: "100%", title: "Concierge Rating"},
title: "Concierge Rating",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11530.jpg" imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxes-leisure-around-swimming-pool_74190-11530.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -306,59 +202,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", brand: "Suite", name: "Ocean Deluxe", price: "₹35,000", rating: 5,
brand: "Suite", reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-with-coffee-cup-omelette-plate-hotel-room_176474-3020.jpg"},
name: "Ocean Deluxe",
price: "₹35,000",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-with-coffee-cup-omelette-plate-hotel-room_176474-3020.jpg",
},
{ {
id: "2", id: "2", brand: "Suite", name: "Marine Suite", price: "₹45,000", rating: 5,
brand: "Suite", reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2255.jpg"},
name: "Marine Suite",
price: "₹45,000",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2255.jpg",
},
{ {
id: "3", id: "3", brand: "Suite", name: "Grand Panorama", price: "₹65,000", rating: 5,
brand: "Suite", reviewCount: "54", imageSrc: "http://img.b2bpic.net/free-photo/modern-clean-interior-design_23-2151929377.jpg"},
name: "Grand Panorama",
price: "₹65,000",
rating: 5,
reviewCount: "54",
imageSrc: "http://img.b2bpic.net/free-photo/modern-clean-interior-design_23-2151929377.jpg",
},
{ {
id: "4", id: "4", brand: "Suite", name: "Presidential", price: "₹75,000", rating: 5,
brand: "Suite", reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-big-bed_1203-1494.jpg"},
name: "Presidential",
price: "₹75,000",
rating: 5,
reviewCount: "23",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-big-bed_1203-1494.jpg",
},
{ {
id: "5", id: "5", brand: "Suite", name: "Terrace View", price: "₹55,000", rating: 5,
brand: "Suite", reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/house-apartment-light-decoration-white_1203-4402.jpg"},
name: "Terrace View",
price: "₹55,000",
rating: 5,
reviewCount: "41",
imageSrc: "http://img.b2bpic.net/free-photo/house-apartment-light-decoration-white_1203-4402.jpg",
},
{ {
id: "6", id: "6", brand: "Suite", name: "Boutique Room", price: "₹25,000", rating: 4,
brand: "Suite", reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg"},
name: "Boutique Room",
price: "₹25,000",
rating: 4,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg",
},
]} ]}
title="Exquisite Accommodations" title="Exquisite Accommodations"
description="Discover a blend of contemporary smart technology and timeless Mumbai heritage." description="Discover a blend of contemporary smart technology and timeless Mumbai heritage."
@@ -371,20 +231,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Can I reserve a private dinner?", content: "Absolutely. Our concierge is ready to assist with private rooftop dining arrangements."},
title: "Can I reserve a private dinner?",
content: "Absolutely. Our concierge is ready to assist with private rooftop dining arrangements.",
},
{ {
id: "2", id: "2", title: "Are there vegetarian options?", content: "Our dining menus are curated to include diverse gourmet vegetarian options inspired by local cuisine."},
title: "Are there vegetarian options?",
content: "Our dining menus are curated to include diverse gourmet vegetarian options inspired by local cuisine.",
},
{ {
id: "3", id: "3", title: "Is the bar open to public?", content: "The rooftop bar is accessible to our guests and via prior reservation for non-staying guests."},
title: "Is the bar open to public?",
content: "The rooftop bar is accessible to our guests and via prior reservation for non-staying guests.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/side-view-chopped-vegetable-salad-with-chicken-pineapple-plate-table_140725-11500.jpg" imageSrc="http://img.b2bpic.net/free-photo/side-view-chopped-vegetable-salad-with-chicken-pineapple-plate-table_140725-11500.jpg"
title="Curated Experiences" title="Curated Experiences"
@@ -401,45 +252,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Jenkins", role: "Travel Blogger", company: "Global Luxe", rating: 5,
name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg"},
role: "Travel Blogger",
company: "Global Luxe",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
},
{ {
id: "2", id: "2", name: "Marcus Thorne", role: "CEO", company: "Tech Ventures", rating: 5,
name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-happy-man-bar-counter_23-2148016762.jpg"},
role: "CEO",
company: "Tech Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-kissing-happy-man-bar-counter_23-2148016762.jpg",
},
{ {
id: "3", id: "3", name: "Elena Rossi", role: "Designer", company: "Vogue Interiors", rating: 5,
name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6365.jpg"},
role: "Designer",
company: "Vogue Interiors",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6365.jpg",
},
{ {
id: "4", id: "4", name: "James Wilson", role: "Executive", company: "Finance Inc", rating: 5,
name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-waiting-checkin_482257-85271.jpg"},
role: "Executive",
company: "Finance Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-waiting-checkin_482257-85271.jpg",
},
{ {
id: "5", id: "5", name: "Priya Sharma", role: "Influencer", company: "Mumbai Styles", rating: 5,
name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/women-with-champagne-glasses_23-2147931311.jpg"},
role: "Influencer",
company: "Mumbai Styles",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-with-champagne-glasses_23-2147931311.jpg",
},
]} ]}
title="Guest Testimonials" title="Guest Testimonials"
description="Trusted by travelers worldwide for our unparalleled attention to detail and luxury standards." description="Trusted by travelers worldwide for our unparalleled attention to detail and luxury standards."
@@ -453,28 +279,17 @@ export default function LandingPage() {
description="Reach out directly for personalized inquiries, special event bookings, or VIP service requests." description="Reach out directly for personalized inquiries, special event bookings, or VIP service requests."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "phone", name: "phone", type: "tel", placeholder: "Phone Number", required: true,
type: "tel",
placeholder: "Phone Number",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email", required: true,
type: "email",
placeholder: "Email",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your stay requirements..."}}
placeholder: "Tell us about your stay requirements...",
}}
imageSrc="http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg" imageSrc="http://img.b2bpic.net/free-photo/abandoned-sanitarium_181624-18703.jpg"
/> />
</div> </div>
@@ -483,13 +298,9 @@ export default function LandingPage() {
<FooterLogoReveal <FooterLogoReveal
logoText="Marine Bay Mumbai" logoText="Marine Bay Mumbai"
leftLink={{ leftLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>