Merge version_1 into main #2
420
src/app/page.tsx
420
src/app/page.tsx
@@ -25,324 +25,120 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "#simulators",
|
||||
},
|
||||
{
|
||||
name: "Instructors",
|
||||
id: "#instructors",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="HANGAR10"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Experience", id: "#simulators" },
|
||||
{ name: "Instructors", id: "#instructors" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="HANGAR10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background="canvas-reveal"
|
||||
title="BEYOND FLIGHT"
|
||||
description="Experience the world's most immersive cockpit simulation. From family thrills to professional airline assessments at Sabadell Airport."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Carlos M.",
|
||||
handle: "@carlos",
|
||||
testimonial: "Unbeatable realism. The A320 setup felt identical to my line training.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-happy-customer-smiling-in--1774870259018-15f595de.png",
|
||||
},
|
||||
{
|
||||
name: "Elena R.",
|
||||
handle: "@elena",
|
||||
testimonial: "The ultimate gift. My husband hasn't stopped talking about the landing in Barcelona.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-young-family-in-a-simulato-1774870257154-abc77d61.png",
|
||||
},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@david",
|
||||
testimonial: "Professional-grade simulation. Cleared my assessments easily after practicing here.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-pilot-student-intense-and--1774870258063-d14e24b6.png",
|
||||
},
|
||||
{
|
||||
name: "Sofia K.",
|
||||
handle: "@sofia",
|
||||
testimonial: "The instructors are elite. Real airline captains teaching in a luxury environment.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/close-up-shot-of-a-professional-pilot-ha-1774870258367-bbb40535.png",
|
||||
},
|
||||
{
|
||||
name: "Mark T.",
|
||||
handle: "@mark_aviation",
|
||||
testimonial: "Perfect for keeping your skills sharp. A true hidden gem.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-pilot-instructor-portrait-w-1774870256075-4c46114e.png?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Flight",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/a-high-end-dark-cinematic-flight-simulat-1774870256673-222e07f9.png?_wi=1"
|
||||
imageAlt="Cockpit of a modern simulator"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-happy-customer-smiling-in--1774870259018-15f595de.png",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-young-family-in-a-simulato-1774870257154-abc77d61.png",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-pilot-student-intense-and--1774870258063-d14e24b6.png",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/close-up-shot-of-a-professional-pilot-ha-1774870258367-bbb40535.png",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-pilot-instructor-portrait-w-1774870256075-4c46114e.png",
|
||||
alt: "User 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ pilots"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Boeing 737 Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Airbus A320 Pro",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sabadell Airport Base",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Airline Assessment Prep",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Experience",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
title="BEYOND FLIGHT"
|
||||
description="Experience the world's most immersive cockpit simulation. From family thrills to professional airline assessments at Sabadell Airport."
|
||||
testimonials={[
|
||||
{ name: "Carlos M.", handle: "@carlos", testimonial: "Unbeatable realism. The A320 setup felt identical to my line training.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-happy-customer-smiling-in--1774870259018-15f595de.png" },
|
||||
{ name: "Elena R.", handle: "@elena", testimonial: "The ultimate gift. My husband hasn't stopped talking about the landing in Barcelona.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-young-family-in-a-simulato-1774870257154-abc77d61.png" },
|
||||
{ name: "David L.", handle: "@david", testimonial: "Professional-grade simulation. Cleared my assessments easily after practicing here.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-pilot-student-intense-and--1774870258063-d14e24b6.png" },
|
||||
{ name: "Sofia K.", handle: "@sofia", testimonial: "The instructors are elite. Real airline captains teaching in a luxury environment.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/close-up-shot-of-a-professional-pilot-ha-1774870258367-bbb40535.png" },
|
||||
{ name: "Mark T.", handle: "@mark_aviation", testimonial: "Perfect for keeping your skills sharp. A true hidden gem.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-pilot-instructor-portrait-w-1774870256075-4c46114e.png" }
|
||||
]}
|
||||
buttons={[{ text: "Book Your Flight", href: "#pricing" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/a-high-end-dark-cinematic-flight-simulat-1774870256673-222e07f9.png"
|
||||
imageAlt="Cockpit of a modern simulator"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-happy-customer-smiling-in--1774870259018-15f595de.png", alt: "User 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-young-family-in-a-simulato-1774870257154-abc77d61.png", alt: "User 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/portrait-of-a-pilot-student-intense-and--1774870258063-d14e24b6.png", alt: "User 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/close-up-shot-of-a-professional-pilot-ha-1774870258367-bbb40535.png", alt: "User 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-pilot-instructor-portrait-w-1774870256075-4c46114e.png", alt: "User 5" }
|
||||
]}
|
||||
avatarText="Trusted by 1000+ pilots"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Boeing 737 Certified" },
|
||||
{ type: "text", text: "Airbus A320 Pro" },
|
||||
{ type: "text", text: "Sabadell Airport Base" },
|
||||
{ type: "text", text: "Airline Assessment Prep" },
|
||||
{ type: "text", text: "Luxury Experience" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="simulators" data-section="simulators">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "a320",
|
||||
name: "Airbus A320",
|
||||
price: "From €199",
|
||||
variant: "Fly-by-wire precision",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-airbus-a320-flight-simulato-1774870259865-dc35fa5d.png?_wi=1",
|
||||
imageAlt: "Airbus A320 simulator",
|
||||
},
|
||||
{
|
||||
id: "b737",
|
||||
name: "Boeing B737",
|
||||
price: "From €199",
|
||||
variant: "Classic aviation feel",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-boeing-b737-flight-simulato-1774870259833-fc3ca138.png?_wi=1",
|
||||
imageAlt: "Boeing B737 simulator",
|
||||
},
|
||||
]}
|
||||
title="OUR FLEET"
|
||||
description="State-of-the-art simulators for precise training and exhilarating experiences."
|
||||
/>
|
||||
</div>
|
||||
<div id="simulators" data-section="simulators">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "a320", name: "Airbus A320", price: "From €199", variant: "Fly-by-wire precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-airbus-a320-flight-simulato-1774870259865-dc35fa5d.png", imageAlt: "Airbus A320 simulator" },
|
||||
{ id: "b737", name: "Boeing B737", price: "From €199", variant: "Classic aviation feel", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-boeing-b737-flight-simulato-1774870259833-fc3ca138.png", imageAlt: "Boeing B737 simulator" }
|
||||
]}
|
||||
title="OUR FLEET"
|
||||
description="State-of-the-art simulators for precise training and exhilarating experiences."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="instructors" data-section="instructors">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Capt. Jordi V.",
|
||||
role: "Senior A320 Instructor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-pilot-instructor-portrait-w-1774870256075-4c46114e.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Capt. Maria S.",
|
||||
role: "B737 Lead Training",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/expert-flight-training-instructor-portra-1774870256309-72ea5847.png",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Capt. Alex G.",
|
||||
role: "Flight Assessment Expert",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/female-aviation-professional-portrait-pi-1774870256725-8abd91ba.png",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Capt. Clara M.",
|
||||
role: "Aviation Educator",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/experienced-flight-instructor-focused-lo-1774870255826-715da4ab.png",
|
||||
},
|
||||
]}
|
||||
title="THE CAPTAINS"
|
||||
description="Learn from the best. Our instructors are active airline captains and veteran aviation educators."
|
||||
/>
|
||||
</div>
|
||||
<div id="instructors" data-section="instructors">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{ id: "t1", name: "Capt. Jordi V.", role: "Senior A320 Instructor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-pilot-instructor-portrait-w-1774870256075-4c46114e.png" },
|
||||
{ id: "t2", name: "Capt. Maria S.", role: "B737 Lead Training", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/expert-flight-training-instructor-portra-1774870256309-72ea5847.png" },
|
||||
{ id: "t3", name: "Capt. Alex G.", role: "Flight Assessment Expert", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/female-aviation-professional-portrait-pi-1774870256725-8abd91ba.png" },
|
||||
{ id: "t4", name: "Capt. Clara M.", role: "Aviation Educator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/experienced-flight-instructor-focused-lo-1774870255826-715da4ab.png" }
|
||||
]}
|
||||
title="THE CAPTAINS"
|
||||
description="Learn from the best. Our instructors are active airline captains and veteran aviation educators."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "discovery",
|
||||
title: "Discovery",
|
||||
price: "€199",
|
||||
period: "/session",
|
||||
features: [
|
||||
"60 mins",
|
||||
"Basic flight training",
|
||||
"Briefing included",
|
||||
],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/a-high-end-dark-cinematic-flight-simulat-1774870256673-222e07f9.png?_wi=2",
|
||||
imageAlt: "A high-end, dark, cinematic flight simulator cockpit interior with amber runway lighting and glass d",
|
||||
},
|
||||
{
|
||||
id: "classic",
|
||||
title: "Classic",
|
||||
price: "€349",
|
||||
period: "/session",
|
||||
features: [
|
||||
"120 mins",
|
||||
"Advanced navigation",
|
||||
"Custom scenarios",
|
||||
],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-airbus-a320-flight-simulato-1774870259865-dc35fa5d.png?_wi=2",
|
||||
imageAlt: "Professional Airbus A320 flight simulator stationary setup in a high-tech center. Dark cinematic env",
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Professional",
|
||||
price: "€599",
|
||||
period: "/session",
|
||||
features: [
|
||||
"4 hours",
|
||||
"Airline assessment prep",
|
||||
"Full debrief",
|
||||
],
|
||||
button: {
|
||||
text: "Select",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-boeing-b737-flight-simulato-1774870259833-fc3ca138.png?_wi=2",
|
||||
imageAlt: "Professional Boeing B737 flight simulator station. High-tech environment, detailed instrument panel,",
|
||||
},
|
||||
]}
|
||||
title="FLIGHT PACKAGES"
|
||||
description="Tailored sessions for enthusiasts, families, and professionals."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "discovery", title: "Discovery", price: "€199", period: "/session", features: ["60 mins", "Basic flight training", "Briefing included"], button: { text: "Select" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/a-high-end-dark-cinematic-flight-simulat-1774870256673-222e07f9.png", imageAlt: "A high-end, dark, cinematic flight simulator cockpit interior with amber runway lighting and glass d" },
|
||||
{ id: "classic", title: "Classic", price: "€349", period: "/session", features: ["120 mins", "Advanced navigation", "Custom scenarios"], button: { text: "Select" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-airbus-a320-flight-simulato-1774870259865-dc35fa5d.png", imageAlt: "Professional Airbus A320 flight simulator stationary setup in a high-tech center. Dark cinematic env" },
|
||||
{ id: "pro", title: "Professional", price: "€599", period: "/session", features: ["4 hours", "Airline assessment prep", "Full debrief"], button: { text: "Select" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfBPWHfPTAc0lLbvedobusEZgY/professional-boeing-b737-flight-simulato-1774870259833-fc3ca138.png", imageAlt: "Professional Boeing B737 flight simulator station. High-tech environment, detailed instrument panel," }
|
||||
]}
|
||||
title="FLIGHT PACKAGES"
|
||||
description="Tailored sessions for enthusiasts, families, and professionals."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Aviation Alliance",
|
||||
"Sky Academy",
|
||||
"Global Pilots Net",
|
||||
"Flight Tech Group",
|
||||
"Airline Training Org",
|
||||
"Safety First Partners",
|
||||
"Simulator Innovators",
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/detailed-travel-logo_23-2148611964.jpg",
|
||||
"http://img.b2bpic.net/free-vector/airport-banner-set-with-elements-composition_98292-6609.jpg",
|
||||
"http://img.b2bpic.net/free-photo/diverse-it-military-experts-data-center-supervises-autonomous-defense-systems_482257-129781.jpg",
|
||||
"http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-uses-vr-headset-improving-solar-panels-efficiency_482257-125057.jpg",
|
||||
"http://img.b2bpic.net/free-photo/car-salesman-gives-sale-contract-clients-sign-after-offering-vehicle-keys_482257-118137.jpg",
|
||||
"http://img.b2bpic.net/free-photo/teamworking-colleagues-server-hub-pleased-after-successful-operations_482257-123367.jpg",
|
||||
"http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529424.jpg",
|
||||
]}
|
||||
title="PARTNERS IN AVIATION"
|
||||
description="Trusted by aviation leaders and educational partners."
|
||||
/>
|
||||
</div>
|
||||
<div id="social" data-section="social">
|
||||
<SocialProofOne
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={["Aviation Alliance", "Sky Academy", "Global Pilots Net", "Flight Tech Group", "Airline Training Org", "Safety First Partners", "Simulator Innovators"]}
|
||||
logos={["http://img.b2bpic.net/free-vector/detailed-travel-logo_23-2148611964.jpg", "http://img.b2bpic.net/free-vector/airport-banner-set-with-elements-composition_98292-6609.jpg", "http://img.b2bpic.net/free-photo/diverse-it-military-experts-data-center-supervises-autonomous-defense-systems_482257-129781.jpg", "http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-uses-vr-headset-improving-solar-panels-efficiency_482257-125057.jpg", "http://img.b2bpic.net/free-photo/car-salesman-gives-sale-contract-clients-sign-after-offering-vehicle-keys_482257-118137.jpg", "http://img.b2bpic.net/free-photo/teamworking-colleagues-server-hub-pleased-after-successful-operations_482257-123367.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529424.jpg"]}
|
||||
title="PARTNERS IN AVIATION"
|
||||
description="Trusted by aviation leaders and educational partners."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="HANGAR10"
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
{
|
||||
label: "Sabadell Airport, Barcelona",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Hangar10. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="HANGAR10"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Sabadell Airport, Barcelona", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2025 Hangar10. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user