Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-06 08:50:18 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Experience",
id: "#experience",
},
{
name: "Fleet",
id: "#fleet",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Experience", id: "#experience" },
{ name: "Fleet", id: "#fleet" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="Henaglobal"
/>
@@ -56,36 +44,16 @@ export default function LandingPage() {
<HeroOverlay
title="Unrivaled Elegance in Global Aviation"
description="Experience the pinnacle of luxury travel. Henaglobal delivers seamless, private jet charters tailored to your lifestyle, ensuring every flight is an masterpiece of comfort and efficiency."
buttons={[
{
text: "Book Your Flight",
href: "#contact",
},
]}
buttons={[{ text: "Book Your Flight", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/aisle-escape-overhead-seats-holiday_1232-3809.jpg"
showDimOverlay={true}
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/airplane-seats-cabin-filtered-image-processed-vintage_1232-4274.jpg",
alt: "Executive traveller",
},
{
src: "http://img.b2bpic.net/free-photo/high-tech-travel-future-time_23-2151160511.jpg",
alt: "Luxury traveller",
},
{
src: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636129.jpg",
alt: "VIP passenger",
},
{
src: "http://img.b2bpic.net/free-photo/clean-airplane-interior_23-2150537175.jpg",
alt: "Elite executive",
},
{
src: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors_171337-19428.jpg",
alt: "Modern professional",
},
{ src: "http://img.b2bpic.net/free-photo/airplane-seats-cabin-filtered-image-processed-vintage_1232-4274.jpg", alt: "Executive traveller" },
{ src: "http://img.b2bpic.net/free-photo/high-tech-travel-future-time_23-2151160511.jpg", alt: "Luxury traveller" },
{ src: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636129.jpg", alt: "VIP passenger" },
{ src: "http://img.b2bpic.net/free-photo/clean-airplane-interior_23-2150537175.jpg", alt: "Elite executive" },
{ src: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors_171337-19428.jpg", alt: "Modern professional" },
]}
/>
</div>
@@ -94,19 +62,9 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Defining the ",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/sky-april-17-2024_58702-17157.jpg",
alt: "Luxury Flight",
},
{
type: "text",
content: " Art of Flight",
},
{ type: "text", content: "Defining the " },
{ type: "image", src: "http://img.b2bpic.net/free-photo/sky-april-17-2024_58702-17157.jpg", alt: "Luxury Flight" },
{ type: "text", content: " Art of Flight" },
]}
/>
</div>
@@ -118,27 +76,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "World Class Catering",
description: "Gourmet dining tailored to your preferences, sourced from the finest ingredients globally.",
imageSrc: "http://img.b2bpic.net/free-photo/sitting-boy-waiting-restaurant_23-2148018743.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160568.jpg",
buttonText: "Discover",
},
{
title: "Privacy & Comfort",
description: "Expansive, soundproofed cabins designed for ultimate productivity or relaxation during your journey.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-disposable-coffee-cup-using-mobile-phone_107420-64840.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg",
buttonText: "Discover",
},
{
title: "Premium Concierge",
description: "Our team handles every logistical detail, ensuring you receive personalized care before you board.",
imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-modern-parked-monoplane-propeller_181624-3366.jpg",
buttonText: "Discover",
},
{ title: "World Class Catering", description: "Gourmet dining tailored to your preferences, sourced from the finest ingredients globally.", imageSrc: "http://img.b2bpic.net/free-photo/sitting-boy-waiting-restaurant_23-2148018743.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160568.jpg", buttonText: "Discover" },
{ title: "Privacy & Comfort", description: "Expansive, soundproofed cabins designed for ultimate productivity or relaxation during your journey.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-holding-disposable-coffee-cup-using-mobile-phone_107420-64840.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/businessman-using-digital-tablet-waiting-area-airport-terminal_107420-95858.jpg", buttonText: "Discover" },
{ title: "Premium Concierge", description: "Our team handles every logistical detail, ensuring you receive personalized care before you board.", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-modern-parked-monoplane-propeller_181624-3366.jpg", buttonText: "Discover" },
]}
title="Why Choose Henaglobal?"
description="Excellence in every detail, from takeoff to touchdown."
@@ -152,48 +92,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Ultra-Long Range Jet",
price: "Contact for Quote",
variant: "Large Cabin",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-design-private-jet-flying-clouds-ai-generated-image_511042-1764.jpg",
},
{
id: "2",
name: "Light Executive Jet",
price: "Contact for Quote",
variant: "Short Haul",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6380.jpg",
},
{
id: "3",
name: "Super Mid-Size Jet",
price: "Contact for Quote",
variant: "Efficiency",
imageSrc: "http://img.b2bpic.net/free-photo/private-airplanes-field_158595-5747.jpg",
},
{
id: "4",
name: "Global Business Jet",
price: "Contact for Quote",
variant: "Intercontinental",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-office-chair-modern-glass-building-generated-by-ai_188544-13768.jpg",
},
{
id: "5",
name: "Private Charter",
price: "Contact for Quote",
variant: "VIP",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-airplane_23-2151113188.jpg",
},
{
id: "6",
name: "Premium Light Jet",
price: "Contact for Quote",
variant: "Agility",
imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-by-side-suitcase_1122-992.jpg",
},
{ id: "1", name: "Ultra-Long Range Jet", price: "Contact for Quote", variant: "Large Cabin", imageSrc: "http://img.b2bpic.net/free-photo/luxury-design-private-jet-flying-clouds-ai-generated-image_511042-1764.jpg" },
{ id: "2", name: "Light Executive Jet", price: "Contact for Quote", variant: "Short Haul", imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6380.jpg" },
{ id: "3", name: "Super Mid-Size Jet", price: "Contact for Quote", variant: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/private-airplanes-field_158595-5747.jpg" },
{ id: "4", name: "Global Business Jet", price: "Contact for Quote", variant: "Intercontinental", imageSrc: "http://img.b2bpic.net/free-photo/luxury-office-chair-modern-glass-building-generated-by-ai_188544-13768.jpg" },
{ id: "5", name: "Private Charter", price: "Contact for Quote", variant: "VIP", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-airplane_23-2151113188.jpg" },
{ id: "6", name: "Premium Light Jet", price: "Contact for Quote", variant: "Agility", imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-by-side-suitcase_1122-992.jpg" },
]}
title="The Henaglobal Fleet"
description="Choose the perfect aircraft for your mission."
@@ -207,21 +111,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "150+",
description: "Global Destinations",
},
{
id: "2",
value: "24/7",
description: "Concierge Support",
},
{
id: "3",
value: "99.9%",
description: "On-Time Performance",
},
{ id: "1", value: "150+", description: "Global Destinations" },
{ id: "2", value: "24/7", description: "Concierge Support" },
{ id: "3", value: "99.9%", description: "On-Time Performance" },
]}
title="Global Excellence"
description="Trusted by elite leaders across the globe."
@@ -230,50 +122,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alexander Sterling",
role: "CEO",
company: "Sterling Group",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
},
{
id: "2",
name: "Elena Vargos",
role: "Entrepreneur",
company: "Vargos Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg",
},
{
id: "3",
name: "Marcus Thorne",
role: "Director",
company: "Thorne Capital",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-with-computer_1303-5210.jpg",
},
{
id: "4",
name: "Sophie H.",
role: "Tech Lead",
company: "Horizon Labs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg",
},
{
id: "5",
name: "David Grant",
role: "Owner",
company: "Grant Luxury",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg",
},
{ id: "1", name: "Alexander Sterling", role: "CEO", company: "Sterling Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" },
{ id: "2", name: "Elena Vargos", role: "Entrepreneur", company: "Vargos Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg" },
{ id: "3", name: "Marcus Thorne", role: "Director", company: "Thorne Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-with-computer_1303-5210.jpg" },
{ id: "4", name: "Sophie H.", role: "Tech Lead", company: "Horizon Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg" },
{ id: "5", name: "David Grant", role: "Owner", company: "Grant Luxury", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg" },
]}
title="The Henaglobal Standard"
description="Voices of those who fly at the highest level."
@@ -285,21 +143,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How quickly can a flight be arranged?",
content: "Our concierge team can coordinate private departures in as little as 4 hours depending on location.",
},
{
id: "2",
title: "Are meals customizable?",
content: "Absolutely. We offer a full culinary menu curated to your specific dietary requirements and requests.",
},
{
id: "3",
title: "What security protocols are in place?",
content: "We adhere to the highest international security standards, ensuring complete discretion and safety at all times.",
},
{ id: "1", title: "How quickly can a flight be arranged?", content: "Our concierge team can coordinate private departures in as little as 4 hours depending on location." },
{ id: "2", title: "Are meals customizable?", content: "Absolutely. We offer a full culinary menu curated to your specific dietary requirements and requests." },
{ id: "3", title: "What security protocols are in place?", content: "We adhere to the highest international security standards, ensuring complete discretion and safety at all times." },
]}
title="Frequently Asked Questions"
description="Answers to your flight requirements."
@@ -310,9 +156,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Get In Touch"
title="Begin Your Luxury Journey"
description="Ready to fly? Contact our concierge team today for bespoke flight quotes and scheduling."
@@ -325,38 +169,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
{
label: "Cookie Policy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }] },
]}
logoText="Henaglobal"
/>