Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-04 16:39:17 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Experiences",
id: "#experiences",
},
{
name: "Journey",
id: "#journey",
},
{
name: "Gallery",
id: "#gallery",
},
{
name: "Book Now",
id: "#contact",
},
{ name: "Experiences", id: "#experiences" },
{ name: "Journey", id: "#journey" },
{ name: "Gallery", id: "#gallery" },
{ name: "Book Now", id: "#contact" },
]}
brandName="Aura Flights"
/>
@@ -57,79 +45,33 @@ export default function LandingPage() {
description="Experience the world from a perspective of total freedom. A magical sunrise journey above the clouds."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "An unforgettable experience that felt like a dream. Perfectly serene.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg?_wi=1",
imageAlt: "hot air balloon sunrise cinematic view",
},
name: "Sarah J.", handle: "@sarahj", testimonial: "An unforgettable experience that felt like a dream. Perfectly serene.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg", imageAlt: "hot air balloon sunrise cinematic view"},
{
name: "Mark D.",
handle: "@markd",
testimonial: "The sunrise view from the basket was life-changing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg?_wi=1",
imageAlt: "hot air balloon sunrise cinematic view",
},
name: "Mark D.", handle: "@markd", testimonial: "The sunrise view from the basket was life-changing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg", imageAlt: "hot air balloon sunrise cinematic view"},
{
name: "Elena R.",
handle: "@elenar",
testimonial: "Magical flight, incredible team. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg?_wi=1",
imageAlt: "hot air balloon sunrise cinematic view",
},
name: "Elena R.", handle: "@elenar", testimonial: "Magical flight, incredible team. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg", imageAlt: "hot air balloon sunrise cinematic view"},
{
name: "James L.",
handle: "@jamesl",
testimonial: "Safety, beauty, and total tranquility. Simply perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg?_wi=1",
imageAlt: "hot air balloon sunrise cinematic view",
},
name: "James L.", handle: "@jamesl", testimonial: "Safety, beauty, and total tranquility. Simply perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg", imageAlt: "hot air balloon sunrise cinematic view"},
{
name: "Sophie K.",
handle: "@sophiek",
testimonial: "The best way to see the world. Absolutely breathtaking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg?_wi=1",
imageAlt: "hot air balloon sunrise cinematic view",
},
name: "Sophie K.", handle: "@sophiek", testimonial: "The best way to see the world. Absolutely breathtaking.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg", imageAlt: "hot air balloon sunrise cinematic view"},
]}
buttons={[
{
text: "Book Your Flight",
href: "#contact",
},
{
text: "View Experiences",
href: "#experiences",
},
{ text: "Book Your Flight", href: "#contact" },
{ text: "View Experiences", href: "#experiences" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg"
imageAlt="Hot air balloon at sunrise"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982765.jpg",
alt: "Traveler 1",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-cup_23-2149302401.jpg",
alt: "Traveler 2",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700165.jpg",
alt: "Traveler 3",
},
{
src: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763029.jpg",
alt: "Traveler 4",
},
{
src: "http://img.b2bpic.net/free-photo/carefree-woman-posing-with-bicycle-bridge_23-2148522769.jpg",
alt: "Traveler 5",
},
{ src: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982765.jpg", alt: "Traveler 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-holding-cup_23-2149302401.jpg", alt: "Traveler 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-overweight-couple-traveling-world-world-tourism-day_23-2151700165.jpg", alt: "Traveler 3" },
{ src: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763029.jpg", alt: "Traveler 4" },
{ src: "http://img.b2bpic.net/free-photo/carefree-woman-posing-with-bicycle-bridge_23-2148522769.jpg", alt: "Traveler 5" },
]}
avatarText="Join 500+ happy sky explorers"
/>
@@ -142,48 +84,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "f1",
name: "Sunrise Serenity",
price: "$350",
imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg?_wi=2",
imageAlt: "Sunrise flight view",
},
{
id: "f2",
name: "Golden Sunset",
price: "$450",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg?_wi=2",
imageAlt: "Sunset flight view",
},
{
id: "f3",
name: "Private Horizon",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg?_wi=2",
imageAlt: "Private balloon view",
},
{
id: "f4",
name: "Valley Drift",
price: "$300",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-hot-air-balloon-sky-trees-grass-covered-fields_181624-21637.jpg",
imageAlt: "Valley view flight",
},
{
id: "f5",
name: "Sky Explorer",
price: "$500",
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763014.jpg",
imageAlt: "Explorer view",
},
{
id: "f6",
name: "Ultimate Luxury",
price: "$2,500",
imageSrc: "http://img.b2bpic.net/free-photo/balloon-aerostat_93675-131492.jpg",
imageAlt: "Luxury balloon flight",
},
{ id: "f1", name: "Sunrise Serenity", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg", imageAlt: "Sunrise flight view" },
{ id: "f2", name: "Golden Sunset", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg", imageAlt: "Sunset flight view" },
{ id: "f3", name: "Private Horizon", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg", imageAlt: "Private balloon view" },
{ id: "f4", name: "Valley Drift", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/colorful-hot-air-balloon-sky-trees-grass-covered-fields_181624-21637.jpg", imageAlt: "Valley view flight" },
{ id: "f5", name: "Sky Explorer", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763014.jpg", imageAlt: "Explorer view" },
{ id: "f6", name: "Ultimate Luxury", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/balloon-aerostat_93675-131492.jpg", imageAlt: "Luxury balloon flight" },
]}
title="Signature Experiences"
description="Tailor your journey above the earth with our carefully curated flight experiences."
@@ -192,33 +98,13 @@ export default function LandingPage() {
<div id="journey" data-section="journey">
<MetricCardEleven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "j1",
value: "Arrival",
title: "Preparation",
description: "Meet our team as we prepare the balloon.",
imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg?_wi=2",
imageAlt: "Preparation",
},
{
id: "j2",
value: "Take-off",
title: "The Ascent",
description: "Experience the gentle lift as we rise into the air.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763016.jpg",
imageAlt: "Ascent",
},
{
id: "j3",
value: "Landing",
title: "Return to Earth",
description: "Soft landing with celebratory refreshments.",
imageSrc: "http://img.b2bpic.net/free-photo/men-women-hike-mountain-range-carefree-adventure-generated-by-ai_188544-31108.jpg",
imageAlt: "Landing",
},
{ id: "j1", value: "Arrival", title: "Preparation", description: "Meet our team as we prepare the balloon.", imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg", imageAlt: "Preparation" },
{ id: "j2", value: "Take-off", title: "The Ascent", description: "Experience the gentle lift as we rise into the air.", imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763016.jpg", imageAlt: "Ascent" },
{ id: "j3", value: "Landing", title: "Return to Earth", description: "Soft landing with celebratory refreshments.", imageSrc: "http://img.b2bpic.net/free-photo/men-women-hike-mountain-range-carefree-adventure-generated-by-ai_188544-31108.jpg", imageAlt: "Landing" },
]}
title="Your Journey Above"
description="Each flight is a meticulously crafted sequence of awe-inspiring moments."
@@ -230,20 +116,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
negativeCard={{
items: [
"No fear of heights required",
"Zero heavy turbulence",
"Comfortable, quiet flight experience",
],
}}
positiveCard={{
items: [
"Expert licensed pilots",
"State-of-the-art balloon equipment",
"Stunning panoramic valley views",
],
}}
negativeCard={{ items: ["No fear of heights required", "Zero heavy turbulence", "Comfortable, quiet flight experience"] }}
positiveCard={{ items: ["Expert licensed pilots", "State-of-the-art balloon equipment", "Stunning panoramic valley views"] }}
title="Why Choose Us"
description="Unmatched safety, unparalleled views, and memories that last a lifetime."
/>
@@ -255,54 +129,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "g1",
value: "View",
title: "Morning Light",
description: "Golden light over valley.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763034.jpg",
imageAlt: "Morning view",
},
{
id: "g2",
value: "View",
title: "Clouds",
description: "High altitude perspective.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763038.jpg",
imageAlt: "Cloud perspective",
},
{
id: "g3",
value: "View",
title: "Fire",
description: "The burner's warm glow.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-adventure_23-2151762980.jpg",
imageAlt: "Burner flame",
},
{
id: "g4",
value: "View",
title: "Joy",
description: "Passenger perspective.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_1150-5932.jpg",
imageAlt: "Guest experience",
},
{
id: "g5",
value: "View",
title: "Shadow",
description: "Balloon shadow.",
imageSrc: "http://img.b2bpic.net/free-photo/blue-hot-air-balloon-flying-sky_53876-146262.jpg",
imageAlt: "Landscape shadow",
},
{
id: "g6",
value: "View",
title: "Horizon",
description: "Stunning mountain backdrop.",
imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763051.jpg",
imageAlt: "Mountain view",
},
{ id: "g1", value: "View", title: "Morning Light", description: "Golden light over valley.", imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763034.jpg", imageAlt: "Morning view" },
{ id: "g2", value: "View", title: "Clouds", description: "High altitude perspective.", imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763038.jpg", imageAlt: "Cloud perspective" },
{ id: "g3", value: "View", title: "Fire", description: "The burner's warm glow.", imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-adventure_23-2151762980.jpg", imageAlt: "Burner flame" },
{ id: "g4", value: "View", title: "Joy", description: "Passenger perspective.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-woman_1150-5932.jpg", imageAlt: "Guest experience" },
{ id: "g5", value: "View", title: "Shadow", description: "Balloon shadow.", imageSrc: "http://img.b2bpic.net/free-photo/blue-hot-air-balloon-flying-sky_53876-146262.jpg", imageAlt: "Landscape shadow" },
{ id: "g6", value: "View", title: "Horizon", description: "Stunning mountain backdrop.", imageSrc: "http://img.b2bpic.net/free-photo/hot-air-balloon-realistic-dreamscape_23-2151763051.jpg", imageAlt: "Mountain view" },
]}
title="Visual Gallery"
description="A glimpse into the magical perspective from high above."
@@ -314,48 +146,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Lisa M.",
handle: "@lisam",
testimonial: "Magical flight, incredible team. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-smartphone_23-2150263093.jpg",
},
{
id: "t2",
name: "Tom B.",
handle: "@tomb",
testimonial: "The best way to see the world. Absolutely breathtaking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-together-retro-style-inside-car_23-2149525856.jpg",
},
{
id: "t3",
name: "Claire P.",
handle: "@clairep",
testimonial: "Safety, beauty, and total tranquility. Simply perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-with-balloons-outdoor-field_23-2149334477.jpg",
},
{
id: "t4",
name: "David W.",
handle: "@davidw",
testimonial: "An unforgettable experience that felt like a dream. Perfectly serene.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bright-girl-vr-glasses-throwing-popcorn_23-2147768020.jpg",
},
{
id: "t5",
name: "Anna S.",
handle: "@annas",
testimonial: "The sunrise view from the basket was life-changing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-with-colorful-balloons_179666-7446.jpg",
},
{ id: "t1", name: "Lisa M.", handle: "@lisam", testimonial: "Magical flight, incredible team. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-smartphone_23-2150263093.jpg" },
{ id: "t2", name: "Tom B.", handle: "@tomb", testimonial: "The best way to see the world. Absolutely breathtaking.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-together-retro-style-inside-car_23-2149525856.jpg" },
{ id: "t3", name: "Claire P.", handle: "@clairep", testimonial: "Safety, beauty, and total tranquility. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-with-balloons-outdoor-field_23-2149334477.jpg" },
{ id: "t4", name: "David W.", handle: "@davidw", testimonial: "An unforgettable experience that felt like a dream. Perfectly serene.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bright-girl-vr-glasses-throwing-popcorn_23-2147768020.jpg" },
{ id: "t5", name: "Anna S.", handle: "@annas", testimonial: "The sunrise view from the basket was life-changing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-with-colorful-balloons_179666-7446.jpg" },
]}
showRating={true}
animationType="slide-up"
title="Flight Stories"
description="Hear from our guests who found magic in the sky."
/>
@@ -368,38 +166,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Popular",
price: "$350",
subtitle: "Sunrise group flight",
features: [
"1 hour flight",
"Breakfast included",
"Champagne toast",
],
buttons: [
{
text: "Reserve Now",
href: "#contact",
},
],
id: "p1", badge: "Popular", price: "$350", subtitle: "Sunrise group flight", features: ["1 hour flight", "Breakfast included", "Champagne toast"],
buttons: [{ text: "Reserve Now", href: "#contact" }],
},
{
id: "p2",
badge: "Premium",
price: "$1,200",
subtitle: "Private adventure",
features: [
"1.5 hour private flight",
"Photography package",
"Custom itinerary",
],
buttons: [
{
text: "Reserve Now",
href: "#contact",
},
],
id: "p2", badge: "Premium", price: "$1,200", subtitle: "Private adventure", features: ["1.5 hour private flight", "Photography package", "Custom itinerary"],
buttons: [{ text: "Reserve Now", href: "#contact" }],
},
]}
title="Book Your Flight"
@@ -413,25 +185,10 @@ export default function LandingPage() {
title="Ready to Ascend?"
description="Book your once-in-a-lifetime journey with us today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Full Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "details",
placeholder: "Preferred date or special requests",
rows: 4,
required: true,
}}
textarea={{ name: "details", placeholder: "Preferred date or special requests", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/hot-air-balloon-adventure_23-2151763091.jpg"
imageAlt="Sunset balloon view"
/>
@@ -440,42 +197,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Gallery",
href: "#gallery",
},
],
},
{
items: [
{
label: "Safety",
href: "#safety",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ items: [{ label: "About", href: "#about" }, { label: "Gallery", href: "#gallery" }] },
{ items: [{ label: "Safety", href: "#safety" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="Aura Flights"
/>