Merge version_1 into main #1
186
src/app/page.tsx
186
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Suites",
|
||||
id: "product",
|
||||
},
|
||||
name: "Suites", id: "product"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Aura Luxury"
|
||||
/>
|
||||
@@ -56,35 +48,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unrivaled Elegance Awaits"
|
||||
description="Discover a sanctuary of refined comfort and exceptional service at Aura Luxury."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg",
|
||||
imageAlt: "Luxury Lobby",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg", imageAlt: "Luxury Lobby"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg",
|
||||
imageAlt: "Grand Suite",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-salon-with-beach-view_53876-31335.jpg", imageAlt: "Grand Suite"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8478.jpg",
|
||||
imageAlt: "Resort Pool",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8478.jpg", imageAlt: "Resort Pool"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg",
|
||||
imageAlt: "Fine Dining",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg", imageAlt: "Fine Dining"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg",
|
||||
imageAlt: "Relaxing Spa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-apartment-with-elegant-wood-flooring-generated-by-ai_188544-36597.jpg", imageAlt: "Relaxing Spa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg",
|
||||
imageAlt: "Hotel Gardens",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-windows-reflect-formal-garden-peacefulness-night-generated-by-ai_188544-9837.jpg", imageAlt: "Hotel Gardens"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,17 +76,11 @@ export default function LandingPage() {
|
||||
description="Rooted in decades of tradition, Aura Luxury brings together world-class comfort and bespoke service to create unforgettable guest experiences."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "24/7 Concierge",
|
||||
description: "Personalized assistance for every request.",
|
||||
},
|
||||
title: "24/7 Concierge", description: "Personalized assistance for every request."},
|
||||
{
|
||||
title: "Gourmet Dining",
|
||||
description: "Michelin-starred chefs crafting local flavors.",
|
||||
},
|
||||
title: "Gourmet Dining", description: "Michelin-starred chefs crafting local flavors."},
|
||||
{
|
||||
title: "Wellness Sanctuary",
|
||||
description: "Rejuvenating treatments in our signature spa.",
|
||||
},
|
||||
title: "Wellness Sanctuary", description: "Rejuvenating treatments in our signature spa."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wide-view-palace-parliament-bucharest-romania_1268-19804.jpg"
|
||||
/>
|
||||
@@ -121,19 +94,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Elite Suites",
|
||||
description: "Opulence in every square foot.",
|
||||
},
|
||||
title: "Elite Suites", description: "Opulence in every square foot."},
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Heated Pool",
|
||||
description: "Year-round relaxation by the water.",
|
||||
},
|
||||
title: "Heated Pool", description: "Year-round relaxation by the water."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Exclusive Tours",
|
||||
description: "Private guided local explorations.",
|
||||
},
|
||||
title: "Exclusive Tours", description: "Private guided local explorations."},
|
||||
]}
|
||||
title="Experience Beyond Expectations"
|
||||
description="From high-end amenities to curated experiences, every detail is meticulously planned for your stay."
|
||||
@@ -148,47 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Presidential Suite",
|
||||
price: "$1,200",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-big-bed_1203-1494.jpg",
|
||||
},
|
||||
id: "1", name: "Presidential Suite", price: "$1,200", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/elegant-hotel-room-with-big-bed_1203-1494.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Junior Suite",
|
||||
price: "$850",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
|
||||
},
|
||||
id: "2", name: "Junior Suite", price: "$850", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deluxe Family Suite",
|
||||
price: "$950",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg",
|
||||
},
|
||||
id: "3", name: "Deluxe Family Suite", price: "$950", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151118971.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Executive Studio",
|
||||
price: "$650",
|
||||
variant: "Modern",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg",
|
||||
},
|
||||
id: "4", name: "Executive Studio", price: "$650", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-bedroom-suite-bathroom_105762-1936.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Oceanfront Grand",
|
||||
price: "$1,500",
|
||||
variant: "Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-walking-water-surface-infinity-pool-expensive-rich-luxury-villa-mountain-with-sea-view_343596-2986.jpg",
|
||||
},
|
||||
id: "5", name: "Oceanfront Grand", price: "$1,500", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-walking-water-surface-infinity-pool-expensive-rich-luxury-villa-mountain-with-sea-view_343596-2986.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Penthouse Suite",
|
||||
price: "$2,500",
|
||||
variant: "Ultimate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-bedroom_23-2150315630.jpg",
|
||||
},
|
||||
id: "6", name: "Penthouse Suite", price: "$2,500", variant: "Ultimate", imageSrc: "http://img.b2bpic.net/free-photo/shot-panoramic-composition-bedroom_23-2150315630.jpg"},
|
||||
]}
|
||||
title="Our Signature Suites"
|
||||
description="Choose from a range of exquisitely appointed rooms, each designed to offer panoramic views and serenity."
|
||||
@@ -202,40 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Traveler",
|
||||
testimonial: "The best stay of my life. Staff was impeccable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Jenkins", role: "Traveler", testimonial: "The best stay of my life. Staff was impeccable.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Executive",
|
||||
testimonial: "Perfect for business trips. Seamless workflow.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-front-office-building_23-2148018575.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Executive", testimonial: "Perfect for business trips. Seamless workflow.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-front-office-building_23-2148018575.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Blogger",
|
||||
testimonial: "Every corner of this hotel is a masterpiece.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Blogger", testimonial: "Every corner of this hotel is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-smiling-selfie_23-2148631389.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Guest",
|
||||
testimonial: "My kids loved the pool. Truly family friendly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215797.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Guest", testimonial: "My kids loved the pool. Truly family friendly.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149215797.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Peterson",
|
||||
role: "Traveler",
|
||||
testimonial: "Quiet, peaceful, and absolutely beautiful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-relaxing-pool_23-2151178233.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Peterson", role: "Traveler", testimonial: "Quiet, peaceful, and absolutely beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-relaxing-pool_23-2151178233.jpg"},
|
||||
]}
|
||||
title="Guest Stories"
|
||||
description="See why travelers choose Aura Luxury time and time again."
|
||||
@@ -250,22 +162,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15K+",
|
||||
description: "Happy Guests",
|
||||
},
|
||||
id: "1", value: "15K+", description: "Happy Guests"},
|
||||
{
|
||||
id: "2",
|
||||
value: "5 Stars",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "2", value: "5 Stars", description: "Average Rating"},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
description: "Concierge Care",
|
||||
},
|
||||
id: "3", value: "24/7", description: "Concierge Care"},
|
||||
]}
|
||||
title="Our Milestone Figures"
|
||||
description="Consistent excellence across our hospitality services."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -274,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, complimentary underground parking.",
|
||||
},
|
||||
id: "1", title: "Is parking available?", content: "Yes, complimentary underground parking."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer airport transport?",
|
||||
content: "Absolutely, private transfers are bookable.",
|
||||
},
|
||||
id: "2", title: "Do you offer airport transport?", content: "Absolutely, private transfers are bookable."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are pets allowed?",
|
||||
content: "Yes, we are a pet-friendly establishment.",
|
||||
},
|
||||
id: "3", title: "Are pets allowed?", content: "Yes, we are a pet-friendly establishment."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -298,8 +193,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Inquiry"
|
||||
title="Start Your Journey"
|
||||
description="Have questions about our suites? Contact us today to start planning your visit."
|
||||
@@ -311,13 +205,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Aura Luxury"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user