Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-07 05:48:18 +00:00

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Rooms",
id: "rooms",
},
{
name: "Facilities",
id: "facilities",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "Rooms", id: "rooms" },
{ name: "Facilities", id: "facilities" },
{ name: "Contact", id: "contact" },
]}
brandName="AURELIA RESORT"
/>
@@ -52,100 +40,33 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Aurelia Resort: Where Elegance Meets Serenity"
description="Experience the pinnacle of luxury at our 5-star haven. Impeccable service, stunning vistas, and unparalleled comfort await you."
testimonials={[
{
name: "Elena V.",
handle: "@elena_v",
testimonial: "The service was impeccable. Truly the best stay of my life.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg?_wi=1",
},
{
name: "Marcus S.",
handle: "@marcus_s",
testimonial: "Stunning views and an even better spa experience.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ttractive-couple-holds-coconut-with-tube-posing-beach-near-palm-bush-enjoys-vacation-beautiful-island_613910-20015.jpg",
},
{
name: "Sophie M.",
handle: "@sophie_m",
testimonial: "Everything from the linens to the food was perfection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-young-business-lady-sitting-office_1098-20742.jpg",
},
{
name: "Julian D.",
handle: "@julian_d",
testimonial: "The infinity pool is simply magical at sunset.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-glass-wine-seashore-sits-chair_169016-22446.jpg",
},
{
name: "Clara B.",
handle: "@clara_b",
testimonial: "A truly transformative weekend. The spa is divine.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg?_wi=2",
},
]}
buttons={[
{
text: "Book Your Escape",
href: "#contact",
},
{ name: "Elena V.", handle: "@elena_v", testimonial: "The service was impeccable. Truly the best stay of my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg" },
{ name: "Marcus S.", handle: "@marcus_s", testimonial: "Stunning views and an even better spa experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/ttractive-couple-holds-coconut-with-tube-posing-beach-near-palm-bush-enjoys-vacation-beautiful-island_613910-20015.jpg" },
{ name: "Sophie M.", handle: "@sophie_m", testimonial: "Everything from the linens to the food was perfection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiling-young-business-lady-sitting-office_1098-20742.jpg" },
{ name: "Julian D.", handle: "@julian_d", testimonial: "The infinity pool is simply magical at sunset.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-glass-wine-seashore-sits-chair_169016-22446.jpg" },
{ name: "Clara B.", handle: "@clara_b", testimonial: "A truly transformative weekend. The spa is divine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg" }
]}
buttons={[{ text: "Book Your Escape", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
imageAlt="Luxurious lobby interior of Aurelia Resort"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg",
alt: "Guest 1",
},
{
src: "http://img.b2bpic.net/free-photo/ttractive-couple-holds-coconut-with-tube-posing-beach-near-palm-bush-enjoys-vacation-beautiful-island_613910-20015.jpg",
alt: "Guest 2",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-smiling-young-business-lady-sitting-office_1098-20742.jpg",
alt: "Guest 3",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-glass-wine-seashore-sits-chair_169016-22446.jpg",
alt: "Guest 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg",
alt: "Guest 5",
},
{ src: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg", alt: "Guest 1" },
{ src: "http://img.b2bpic.net/free-photo/ttractive-couple-holds-coconut-with-tube-posing-beach-near-palm-bush-enjoys-vacation-beautiful-island_613910-20015.jpg", alt: "Guest 2" },
{ src: "http://img.b2bpic.net/free-photo/side-view-smiling-young-business-lady-sitting-office_1098-20742.jpg", alt: "Guest 3" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-glass-wine-seashore-sits-chair_169016-22446.jpg", alt: "Guest 4" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-sitting-floor-barefoot-pale-dress-smiling_285396-6207.jpg", alt: "Guest 5" }
]}
marqueeItems={[
{
type: "text",
text: "5-Star Luxury",
},
{
type: "text",
text: "Private Beach",
},
{
type: "text",
text: "World-Class Spa",
},
{
type: "text",
text: "Gourmet Dining",
},
{
type: "text",
text: "Elite Service",
},
{ type: "text", text: "5-Star Luxury" },
{ type: "text", text: "Private Beach" },
{ type: "text", text: "World-Class Spa" },
{ type: "text", text: "Gourmet Dining" },
{ type: "text", text: "Elite Service" }
]}
/>
</div>
@@ -157,48 +78,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "room-deluxe",
name: "Deluxe City View",
price: "$890/night",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-seen-from-foot-bed_1203-42.jpg?_wi=1",
},
{
id: "room-executive",
name: "Executive Suite",
price: "$1,250/night",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg?_wi=1",
},
{
id: "room-presidential",
name: "Presidential Villa",
price: "$2,800/night",
variant: "Elite",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119016.jpg?_wi=1",
},
{
id: "room-poolside",
name: "Poolside Sanctuary",
price: "$950/night",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-seen-from-foot-bed_1203-42.jpg?_wi=2",
},
{
id: "room-balcony",
name: "Ocean Balcony Suite",
price: "$1,100/night",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg?_wi=2",
},
{
id: "room-loft",
name: "Panorama Loft",
price: "$1,500/night",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119016.jpg?_wi=2",
},
{ id: "room-deluxe", name: "Deluxe City View", price: "$890/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-seen-from-foot-bed_1203-42.jpg" },
{ id: "room-executive", name: "Executive Suite", price: "$1,250/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg" },
{ id: "room-presidential", name: "Presidential Villa", price: "$2,800/night", variant: "Elite", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119016.jpg" },
{ id: "room-poolside", name: "Poolside Sanctuary", price: "$950/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/double-bed-seen-from-foot-bed_1203-42.jpg" },
{ id: "room-balcony", name: "Ocean Balcony Suite", price: "$1,100/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg" },
{ id: "room-loft", name: "Panorama Loft", price: "$1,500/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/cozy-lively-home-interior-design_23-2151119016.jpg" }
]}
title="Exquisite Accommodations"
description="Discover our collection of world-class rooms and suites, meticulously designed for maximum relaxation."
@@ -209,35 +94,12 @@ export default function LandingPage() {
<MetricCardEleven
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "f1",
value: "Infinity Pool",
title: "Panoramic Views",
description: "Infinity ocean pool with private lounge access.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg",
},
{
id: "f2",
value: "Zen Spa",
title: "Calm & Rejuvenate",
description: "Water fountains and serene massage therapy treatments.",
imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538343.jpg",
},
{
id: "f3",
value: "Gourmet Dining",
title: "Five-Star Cuisine",
description: "Exquisite fine dining with hand-crafted menus.",
imageSrc: "http://img.b2bpic.net/free-photo/view-plates-cutlery-glass_23-2148914882.jpg",
},
{
id: "f4",
value: "Elite Gym",
title: "Modern Fitness",
description: "State-of-the-art equipment with floor-to-ceiling glass views.",
imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-run-machine-gym_169016-58557.jpg",
},
{ id: "f1", value: "Infinity Pool", title: "Panoramic Views", description: "Infinity ocean pool with private lounge access.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-sea-ocean-with-outdoor-swimming-pool-white-cloud-blue-sky-background-l_1258-108693.jpg" },
{ id: "f2", value: "Zen Spa", title: "Calm & Rejuvenate", description: "Water fountains and serene massage therapy treatments.", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538343.jpg" },
{ id: "f3", value: "Gourmet Dining", title: "Five-Star Cuisine", description: "Exquisite fine dining with hand-crafted menus.", imageSrc: "http://img.b2bpic.net/free-photo/view-plates-cutlery-glass_23-2148914882.jpg" },
{ id: "f4", value: "Elite Gym", title: "Modern Fitness", description: "State-of-the-art equipment with floor-to-ceiling glass views.", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-run-machine-gym_169016-58557.jpg" }
]}
title="Resort Facilities"
description="Unwind in world-class amenities curated for your comfort and rejuvenation."
@@ -250,36 +112,16 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Everything you need to know about your stay at Aurelia Resort."
imageSrc="http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-relaxing-after-waking-up_1163-1473.jpg"
imageAlt="Luxury resort faq illustration"
mediaAnimation="blur-reveal"
faqsAnimation="slide-up"
faqs={[
{
id: "q1",
title: "What is the check-in time?",
content: "Check-in is at 3:00 PM. Early check-in is subject to availability.",
},
{
id: "q2",
title: "Do you have parking available?",
content: "Yes, we offer complimentary valet parking for all our guests.",
},
{
id: "q3",
title: "Is the breakfast included?",
content: "Yes, our daily gourmet breakfast buffet is included in all room rates.",
},
{
id: "q4",
title: "Can I cancel my reservation?",
content: "Reservations can be canceled up to 48 hours prior to your scheduled check-in time.",
},
{
id: "q5",
title: "Are pets allowed?",
content: "We welcome well-behaved pets under 20 lbs in selected garden suites.",
},
{ id: "q1", title: "What is the check-in time?", content: "Check-in is at 3:00 PM. Early check-in is subject to availability." },
{ id: "q2", title: "Do you have parking available?", content: "Yes, we offer complimentary valet parking for all our guests." },
{ id: "q3", title: "Is the breakfast included?", content: "Yes, our daily gourmet breakfast buffet is included in all room rates." },
{ id: "q4", title: "Can I cancel my reservation?", content: "Reservations can be canceled up to 48 hours prior to your scheduled check-in time." },
{ id: "q5", title: "Are pets allowed?", content: "We welcome well-behaved pets under 20 lbs in selected garden suites." }
]}
/>
</div>
@@ -287,13 +129,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Reserve Now"
title="Secure Your Stay"
description="Join our newsletter for exclusive resort updates and member-only pricing."
imageSrc="http://img.b2bpic.net/free-photo/double-bed-seen-from-foot-bed_1203-42.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/double-bed-seen-from-foot-bed_1203-42.jpg"
imageAlt="A stunning view from our luxury suite"
mediaAnimation="slide-up"
/>
@@ -302,40 +142,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Aurelia Resort",
items: [
{
label: "About Us",
href: "#",
},
{
label: "Careers",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{
title: "Services",
items: [
{
label: "Spa Services",
href: "#",
},
{
label: "Dining",
href: "#",
},
{
label: "Event Booking",
href: "#",
},
],
},
{ title: "Aurelia Resort", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Privacy Policy", href: "#" }] },
{ title: "Services", items: [{ label: "Spa Services", href: "#" }, { label: "Dining", href: "#" }, { label: "Event Booking", href: "#" }] }
]}
bottomLeftText="© 2024 Aurelia Resort. All rights reserved."
bottomRightText="Luxury at its finest."