Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:24:56 +00:00
parent 6592cd8df1
commit 5f22bec262

View File

@@ -32,36 +32,20 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Rooms",
id: "rooms",
},
{
name: "Dining",
id: "dining",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Rooms", id: "rooms" },
{ name: "Dining", id: "dining" },
{ name: "Contact", id: "contact" },
]}
brandName="FIVE Jumeirah Village"
button={{ text: "Book Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "rotated-rays-static",
}}
background={{ variant: "rotated-rays-static" }}
title="FIVE Jumeirah Village"
description="Redefining luxury living in Dubai. Experience the ultimate lifestyle hotel where indulgence meets design."
imageSrc="http://img.b2bpic.net/free-photo/modern-architecture-urban-center_1359-745.jpg"
@@ -89,26 +73,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
tag: "Relax",
title: "Rooftop Pools",
subtitle: "Sky High",
description: "Relax in our stunning rooftop swimming pools with panoramic city views.",
imageSrc: "http://img.b2bpic.net/free-photo/summertime-theme_53876-31842.jpg",
},
tag: "Relax", title: "Rooftop Pools", subtitle: "Sky High", description: "Relax in our stunning rooftop swimming pools with panoramic city views.", imageSrc: "http://img.b2bpic.net/free-photo/summertime-theme_53876-31842.jpg"},
{
tag: "Stay",
title: "Luxury Suites",
subtitle: "Perfect Rest",
description: "Designed for maximum comfort, every room reflects contemporary luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg",
},
tag: "Stay", title: "Luxury Suites", subtitle: "Perfect Rest", description: "Designed for maximum comfort, every room reflects contemporary luxury.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-dark-wood-european-classic-bedroom-suite-hotel_105762-2164.jpg"},
{
tag: "Wellness",
title: "Rejuvenating Spa",
subtitle: "True Serenity",
description: "Indulge in our world-class spa treatments for complete peace of mind.",
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg",
},
tag: "Wellness", title: "Rejuvenating Spa", subtitle: "True Serenity", description: "Indulge in our world-class spa treatments for complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg"},
]}
title="Unrivalled Experience"
description="Immerse yourself in amenities designed to enhance your stay."
@@ -123,47 +92,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Sky Suite",
price: "AED 1,200",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-twin-welcome-coffee-cup-white-bed-hotel-room-hotel-well-hospitality-vacation-travel-concept_1150-13594.jpg",
},
id: "1", name: "Sky Suite", price: "AED 1,200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-twin-welcome-coffee-cup-white-bed-hotel-room-hotel-well-hospitality-vacation-travel-concept_1150-13594.jpg"},
{
id: "2",
name: "Penthouse",
price: "AED 3,500",
variant: "Ultra-Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
},
id: "2", name: "Penthouse", price: "AED 3,500", variant: "Ultra-Luxury", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg"},
{
id: "3",
name: "Junior Room",
price: "AED 850",
variant: "Deluxe",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-from-back-relaxed-woman-brown-outfit-photo-glad-stylish-lady-posing-near-big-window_197531-11387.jpg",
},
id: "3", name: "Junior Room", price: "AED 850", variant: "Deluxe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-from-back-relaxed-woman-brown-outfit-photo-glad-stylish-lady-posing-near-big-window_197531-11387.jpg"},
{
id: "4",
name: "Family Suite",
price: "AED 1,800",
variant: "Spacious",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg",
},
id: "4", name: "Family Suite", price: "AED 1,800", variant: "Spacious", imageSrc: "http://img.b2bpic.net/free-photo/side-view-rich-woman-sitting-couch_23-2149722603.jpg"},
{
id: "5",
name: "Classic King",
price: "AED 950",
variant: "Cozy",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg",
},
id: "5", name: "Classic King", price: "AED 950", variant: "Cozy", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg"},
{
id: "6",
name: "Studio Suite",
price: "AED 750",
variant: "Modern",
imageSrc: "http://img.b2bpic.net/free-photo/interior-bedroom-white-creamy-tones_181624-16134.jpg",
},
id: "6", name: "Studio Suite", price: "AED 750", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/interior-bedroom-white-creamy-tones_181624-16134.jpg"},
]}
title="Your Sanctuary"
description="Browse our range of luxurious suites and rooms tailored for every lifestyle."
@@ -177,26 +116,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "15+",
title: "Dining Outlets",
description: "A diverse array of global cuisines.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-tanned-sporty-slim-woman-relaxing-swimming-pool-spa-creative-white-hat-bikini-hot-summer-day-bright-sunny-light_231208-6846.jpg",
},
id: "m1", value: "15+", title: "Dining Outlets", description: "A diverse array of global cuisines.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-tanned-sporty-slim-woman-relaxing-swimming-pool-spa-creative-white-hat-bikini-hot-summer-day-bright-sunny-light_231208-6846.jpg"},
{
id: "m2",
value: "24/7",
title: "Service",
description: "Always ready to cater to your palate.",
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
},
id: "m2", value: "24/7", title: "Service", description: "Always ready to cater to your palate.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg"},
{
id: "m3",
value: "Award",
title: "Winner",
description: "Best dining destination in JVC.",
imageSrc: "http://img.b2bpic.net/free-photo/rolled-spa-towels-table-clean-minimalist-interior_169016-69194.jpg",
},
id: "m3", value: "Award", title: "Winner", description: "Best dining destination in JVC.", imageSrc: "http://img.b2bpic.net/free-photo/rolled-spa-towels-table-clean-minimalist-interior_169016-69194.jpg"},
]}
title="Culinary Excellence"
description="Savor authentic flavors from around the world at our signature restaurants."
@@ -209,45 +133,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Amazing Stay",
quote: "The best experience in Dubai. Truly luxury at its finest.",
name: "Sarah Miller",
role: "Travel Blogger",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13210.jpg",
},
id: "1", title: "Amazing Stay", quote: "The best experience in Dubai. Truly luxury at its finest.", name: "Sarah Miller", role: "Travel Blogger", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13210.jpg"},
{
id: "2",
title: "Perfect Location",
quote: "Absolutely stunning views and great service all around.",
name: "David Wang",
role: "Executive",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-with-backpack-hiking-alone-bakota-area_7502-7810.jpg",
},
id: "2", title: "Perfect Location", quote: "Absolutely stunning views and great service all around.", name: "David Wang", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-with-backpack-hiking-alone-bakota-area_7502-7810.jpg"},
{
id: "3",
title: "Will be Back",
quote: "The rooftop pool is the highlight! Unforgettable memories.",
name: "Eliza D.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/people-take-selfie_1321-1529.jpg",
},
id: "3", title: "Will be Back", quote: "The rooftop pool is the highlight! Unforgettable memories.", name: "Eliza D.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/people-take-selfie_1321-1529.jpg"},
{
id: "4",
title: "Top Notch",
quote: "Impeccable service and modern rooms. Everything was perfect.",
name: "John Doe",
role: "Entrepreneur",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
},
id: "4", title: "Top Notch", quote: "Impeccable service and modern rooms. Everything was perfect.", name: "John Doe", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "5",
title: "So Relaxing",
quote: "Best spa treatment I've ever had. Highly recommend it.",
name: "Alice Z.",
role: "Consultant",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg",
},
id: "5", title: "So Relaxing", quote: "Best spa treatment I've ever had. Highly recommend it.", name: "Alice Z.", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-guy-tourist-showing-peace-sign-summer-vacation-enjoying-tropical-holidays_1258-173867.jpg"},
]}
title="Guest Experiences"
description="What our guests say about their stay at FIVE."
@@ -259,20 +153,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Is parking available?",
content: "Yes, we provide complimentary valet parking.",
},
id: "q1", title: "Is parking available?", content: "Yes, we provide complimentary valet parking."},
{
id: "q2",
title: "Are pets allowed?",
content: "We currently do not accommodate pets.",
},
id: "q2", title: "Are pets allowed?", content: "We currently do not accommodate pets."},
{
id: "q3",
title: "What is the check-in time?",
content: "Check-in is from 3:00 PM.",
},
id: "q3", title: "What is the check-in time?", content: "Check-in is from 3:00 PM."},
]}
sideTitle="Your Questions"
sideDescription="Everything you need to know about staying at FIVE."
@@ -283,9 +168,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Contact Us"
title="Book Your Stay"
description="Ready to experience the ultimate luxury? Get in touch today."
@@ -301,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}