Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-22 04:37:31 +00:00
2 changed files with 51 additions and 206 deletions

View File

@@ -25,26 +25,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Rooms",
id: "/rooms",
},
{
name: "Amenities",
id: "/amenities",
},
{
name: "Dining",
id: "/dining",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Rooms", id: "/rooms" },
{ name: "Amenities", id: "/amenities" },
{ name: "Dining", id: "/dining" },
{ name: "Contact", id: "/contact" },
]}
brandName="AURA HOTEL"
/>
@@ -53,43 +38,20 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardNine
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
title: "Wellness Spa",
description: "Rejuvenate in our curated thermal circuit.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-gym_23-2148503087.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2681.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg?_wi=2",
imageAlt: "modern luxury swimming pool hotel",
title: "Wellness Spa", description: "Rejuvenate in our curated thermal circuit.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-gym_23-2148503087.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2681.jpg" },
},
{
title: "Infinity Oasis",
description: "Swim among the clouds in our heated pool.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/sky-outdoor-garden-pool-summer_1203-5165.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg?_wi=2",
imageAlt: "modern luxury swimming pool hotel",
title: "Infinity Oasis", description: "Swim among the clouds in our heated pool.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sky-outdoor-garden-pool-summer_1203-5165.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg" },
},
{
title: "Fine Dining",
description: "Taste the craft of local seasonal produce.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114233.jpg",
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2669.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=2",
imageAlt: "modern luxury swimming pool hotel",
title: "Fine Dining", description: "Taste the craft of local seasonal produce.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114233.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2669.jpg" },
},
]}
showStepNumbers={false}
@@ -108,19 +70,9 @@ export default function LandingPage() {
description="Immersive facilities crafted for relaxation."
features={[
{
title: "Swimming Pool",
description: "Heated infinity pool.",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993703.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2831.jpg",
buttonText: "View",
},
title: "Swimming Pool", description: "Heated infinity pool.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993703.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-2831.jpg", buttonText: "View"},
{
title: "Fitness Club",
description: "Advanced equipment suite.",
imageSrc: "http://img.b2bpic.net/free-photo/man-running-treadmill-modern-gym_1098-15195.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-women-prepare-running-treadmill-gym_1150-16460.jpg",
buttonText: "Train",
},
title: "Fitness Club", description: "Advanced equipment suite.", imageSrc: "http://img.b2bpic.net/free-photo/man-running-treadmill-modern-gym_1098-15195.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-fitness-women-prepare-running-treadmill-gym_1150-16460.jpg", buttonText: "Train"},
]}
/>
</div>
@@ -128,14 +80,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="AURA HOTEL"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>

View File

@@ -28,26 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Rooms",
id: "/rooms",
},
{
name: "Amenities",
id: "/amenities",
},
{
name: "Dining",
id: "/dining",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Rooms", id: "/rooms" },
{ name: "Amenities", id: "/amenities" },
{ name: "Dining", id: "/dining" },
{ name: "Contact", id: "/contact" },
]}
brandName="AURA HOTEL"
/>
@@ -55,55 +40,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Escape to Cinematic Serenity"
description="Experience the art of minimalism in the heart of the city. Aura Hotel defines luxury with understated elegance and warm architectural details."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-cozy-bed-arrangement-with-tea_23-2150326119.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/lesbian-couple-enjoying-time-together_23-2148661088.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/relaxed-young-caucasian-brunette-girl-with-closed-eyes-touches-hair-sitting-chair-outdoors-people-sincere-emotions-lifestyle-concept_197531-32592.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-from-cup-tea_641386-6.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg",
alt: "Guest 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", alt: "Guest 1" },
{ src: "http://img.b2bpic.net/free-photo/lesbian-couple-enjoying-time-together_23-2148661088.jpg", alt: "Guest 2" },
{ src: "http://img.b2bpic.net/free-photo/relaxed-young-caucasian-brunette-girl-with-closed-eyes-touches-hair-sitting-chair-outdoors-people-sincere-emotions-lifestyle-concept_197531-32592.jpg", alt: "Guest 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-man-drinking-from-cup-tea_641386-6.jpg", alt: "Guest 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", alt: "Guest 5" },
]}
marqueeItems={[
{
type: "text",
text: "Minimalist Design",
},
{
type: "text",
text: "Sustainable Luxury",
},
{
type: "text",
text: "City Center Calm",
},
{
type: "text",
text: "Curated Experiences",
},
{
type: "text",
text: "Timeless Elegance",
},
{ type: "text", text: "Minimalist Design" },
{ type: "text", text: "Sustainable Luxury" },
{ type: "text", text: "City Center Calm" },
{ type: "text", text: "Curated Experiences" },
{ type: "text", text: "Timeless Elegance" },
]}
/>
</div>
@@ -113,7 +66,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Where Simplicity Meets Grandeur"
description="Aura Hotel is designed for those who appreciate the quiet power of refined living. Every detail, from the textured materials to the soft natural lighting, is curated for your complete peace."
imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797728.jpg"
/>
</div>
@@ -121,47 +74,23 @@ export default function LandingPage() {
<TestimonialCardThirteen
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Elena M.",
handle: "@traveler",
testimonial: "The perfect balance of minimalist aesthetics and comfort.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-stylish-young-woman-standing-restaurant_23-2147936182.jpg",
},
id: "1", name: "Elena M.", handle: "@traveler", testimonial: "The perfect balance of minimalist aesthetics and comfort.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-stylish-young-woman-standing-restaurant_23-2147936182.jpg"},
{
id: "2",
name: "Julian S.",
handle: "@business",
testimonial: "A sanctuary in the middle of a chaotic city.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
},
id: "2", name: "Julian S.", handle: "@business", testimonial: "A sanctuary in the middle of a chaotic city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg"},
{
id: "3",
name: "Sarah P.",
handle: "@design",
testimonial: "Every detail feels intentional. True luxury.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575127.jpg",
},
id: "3", name: "Sarah P.", handle: "@design", testimonial: "Every detail feels intentional. True luxury.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-fun-white-party_23-2149575127.jpg"},
{
id: "4",
name: "Mark L.",
handle: "@luxury",
testimonial: "The best stay I've had in years. Incredible staff.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg",
},
id: "4", name: "Mark L.", handle: "@luxury", testimonial: "The best stay I've had in years. Incredible staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-chambermaid-standing-hotel-bedroom_23-2148033269.jpg"},
{
id: "5",
name: "Chloe T.",
handle: "@lifestyle",
testimonial: "Stunning architecture and serene atmosphere.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg",
},
id: "5", name: "Chloe T.", handle: "@lifestyle", testimonial: "Stunning architecture and serene atmosphere.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charismatic-male-pondering-while-holding-cup-coffee-his-hand_23-2148112118.jpg"},
]}
showRating={true}
title="Voices of Calm"
@@ -179,17 +108,9 @@ export default function LandingPage() {
description="The dedicated team behind Aura Hotel's commitment to minimalist excellence."
members={[
{
id: "m1",
name: "Aria Vance",
role: "General Manager",
imageSrc: "http://img.b2bpic.net/free-photo/confident-mature-entrepreneur_1098-21464.jpg",
},
id: "m1", name: "Aria Vance", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/confident-mature-entrepreneur_1098-21464.jpg"},
{
id: "m2",
name: "Marcus Thorne",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businessman-sitting-office-lobby_1262-2042.jpg",
},
id: "m2", name: "Marcus Thorne", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-businessman-sitting-office-lobby_1262-2042.jpg"},
]}
/>
</div>
@@ -203,25 +124,9 @@ export default function LandingPage() {
description="Explore the philosophy behind our design and the latest news from our sanctuary."
blogs={[
{
id: "b1",
category: "Design",
title: "The Soul of Minimalism",
excerpt: "Why less is truly more in modern luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg",
authorName: "Aria Vance",
authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg",
date: "Oct 2024",
},
id: "b1", category: "Design", title: "The Soul of Minimalism", excerpt: "Why less is truly more in modern luxury.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv-chandelier_105762-2156.jpg", authorName: "Aria Vance", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5923.jpg", date: "Oct 2024"},
{
id: "b2",
category: "Lifestyle",
title: "Morning Rituals at Aura",
excerpt: "How to start your day with intention.",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-bedroom-with-comfortable-bedding-lighting-generated-by-ai_188544-18280.jpg",
authorName: "Marcus Thorne",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg",
date: "Sep 2024",
},
id: "b2", category: "Lifestyle", title: "Morning Rituals at Aura", excerpt: "How to start your day with intention.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-modern-bedroom-with-comfortable-bedding-lighting-generated-by-ai_188544-18280.jpg", authorName: "Marcus Thorne", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", date: "Sep 2024"},
]}
/>
</div>
@@ -229,14 +134,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="AURA HOTEL"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Terms of Service", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>