Merge version_1 into main #2
@@ -25,7 +25,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,10 +44,7 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="About AeroVenture"
|
||||
description={[
|
||||
"Founded in 2008, AeroVenture has grown to become a trusted partner for aviation companies worldwide. Our team brings together industry veterans, technology innovators, and customer service experts committed to transforming how the aviation industry operates.",
|
||||
"We believe that technology should simplify complexity. Our platforms connect fragmented aviation markets, reduce inefficiencies, and create opportunities for growth. From maintenance scheduling to aircraft sales, we handle the operational challenges so our partners can focus on their core business.",
|
||||
"Our commitment to excellence has earned us recognition across the aviation industry. We're proud to work with industry leaders and emerging companies alike, helping them achieve their operational and commercial goals.",
|
||||
]}
|
||||
"Founded in 2008, AeroVenture has grown to become a trusted partner for aviation companies worldwide. Our team brings together industry veterans, technology innovators, and customer service experts committed to transforming how the aviation industry operates.", "We believe that technology should simplify complexity. Our platforms connect fragmented aviation markets, reduce inefficiencies, and create opportunities for growth. From maintenance scheduling to aircraft sales, we handle the operational challenges so our partners can focus on their core business.", "Our commitment to excellence has earned us recognition across the aviation industry. We're proud to work with industry leaders and emerging companies alike, helping them achieve their operational and commercial goals."]}
|
||||
buttons={[
|
||||
{ text: "Explore Our Services", href: "/services" },
|
||||
]}
|
||||
@@ -69,25 +66,13 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Strategic Vision",
|
||||
description: "Our leadership combines decades of aviation experience with cutting-edge technology expertise. We navigate industry challenges and identify emerging opportunities to keep AeroVenture at the forefront of aviation innovation.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png?_wi=2",
|
||||
imageAlt: "Strategic leadership team",
|
||||
},
|
||||
title: "Strategic Vision", description: "Our leadership combines decades of aviation experience with cutting-edge technology expertise. We navigate industry challenges and identify emerging opportunities to keep AeroVenture at the forefront of aviation innovation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png", imageAlt: "Strategic leadership team"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Global Network",
|
||||
description: "Our team spans across 45 countries with deep relationships in every major aviation market. This global presence enables us to provide local expertise with international reach.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png?_wi=2",
|
||||
imageAlt: "Global network operations",
|
||||
},
|
||||
title: "Global Network", description: "Our team spans across 45 countries with deep relationships in every major aviation market. This global presence enables us to provide local expertise with international reach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png", imageAlt: "Global network operations"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Innovation Culture",
|
||||
description: "We invest in continuous learning and innovation. Our team regularly engages with industry conferences, research initiatives, and collaborative partnerships to stay ahead of market trends.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png?_wi=2",
|
||||
imageAlt: "Innovation in aviation",
|
||||
},
|
||||
title: "Innovation Culture", description: "We invest in continuous learning and innovation. Our team regularly engages with industry conferences, research initiatives, and collaborative partnerships to stay ahead of market trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png", imageAlt: "Innovation in aviation"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -104,47 +89,17 @@ export default function AboutPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Captain James Mitchell",
|
||||
handle: "Global Airways",
|
||||
testimonial: "AeroVenture transformed our maintenance scheduling. We improved slot utilization by 40% within the first quarter.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png?_wi=3",
|
||||
},
|
||||
id: "1", name: "Captain James Mitchell", handle: "Global Airways", testimonial: "AeroVenture transformed our maintenance scheduling. We improved slot utilization by 40% within the first quarter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
handle: "SkyTech Aviation",
|
||||
testimonial: "The outsourced sales team seamlessly integrated with our organization. They exceeded targets and brought deep aviation market expertise.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png?_wi=3",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", handle: "SkyTech Aviation", testimonial: "The outsourced sales team seamlessly integrated with our organization. They exceeded targets and brought deep aviation market expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Kowalski",
|
||||
handle: "EuroJet Group",
|
||||
testimonial: "From sourcing to closing, the aircraft sales platform simplified every step. We completed our acquisition 3 months ahead of schedule.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png?_wi=3",
|
||||
},
|
||||
id: "3", name: "David Kowalski", handle: "EuroJet Group", testimonial: "From sourcing to closing, the aircraft sales platform simplified every step. We completed our acquisition 3 months ahead of schedule.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael Rodriguez",
|
||||
handle: "Pacific Maintenance",
|
||||
testimonial: "Their market analytics and real-time slot availability data transformed how we manage our maintenance capacity. Highly recommended.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-a-maintenance-o-1772482550358-c4dbdcf5.png",
|
||||
},
|
||||
id: "4", name: "Michael Rodriguez", handle: "Pacific Maintenance", testimonial: "Their market analytics and real-time slot availability data transformed how we manage our maintenance capacity. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-a-maintenance-o-1772482550358-c4dbdcf5.png"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Hoffmann",
|
||||
handle: "Northern Airlines",
|
||||
testimonial: "Professional, reliable, and deeply knowledgeable. AeroVenture understands the nuances of aviation operations like few others do.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png?_wi=4",
|
||||
},
|
||||
id: "5", name: "Lisa Hoffmann", handle: "Northern Airlines", testimonial: "Professional, reliable, and deeply knowledgeable. AeroVenture understands the nuances of aviation operations like few others do.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ahmed Al-Maktoum",
|
||||
handle: "Gulf Aviation Partners",
|
||||
testimonial: "Transactional excellence combined with strategic partnership approach. A game-changer for our aircraft portfolio expansion.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png?_wi=4",
|
||||
},
|
||||
id: "6", name: "Ahmed Al-Maktoum", handle: "Gulf Aviation Partners", testimonial: "Transactional excellence combined with strategic partnership approach. A game-changer for our aircraft portfolio expansion.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function AircraftPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,31 +44,13 @@ export default function AircraftPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Boeing 737-800",
|
||||
price: "$82M",
|
||||
variant: "Twin Engine Narrow-body",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png?_wi=2",
|
||||
imageAlt: "Boeing 737-800 aircraft",
|
||||
isFavorited: false,
|
||||
id: "1", name: "Boeing 737-800", price: "$82M", variant: "Twin Engine Narrow-body", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png", imageAlt: "Boeing 737-800 aircraft", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Airbus A350-900",
|
||||
price: "$145M",
|
||||
variant: "Twin Engine Wide-body",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png?_wi=3",
|
||||
imageAlt: "Airbus A350-900 aircraft",
|
||||
isFavorited: false,
|
||||
id: "2", name: "Airbus A350-900", price: "$145M", variant: "Twin Engine Wide-body", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png", imageAlt: "Airbus A350-900 aircraft", isFavorited: false,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Embraer E195-E2",
|
||||
price: "$55M",
|
||||
variant: "Twin Engine Regional",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png?_wi=4",
|
||||
imageAlt: "Embraer E195-E2 aircraft",
|
||||
isFavorited: false,
|
||||
id: "3", name: "Embraer E195-E2", price: "$55M", variant: "Twin Engine Regional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png", imageAlt: "Embraer E195-E2 aircraft", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
title="Featured Aircraft Inventory"
|
||||
@@ -108,7 +90,7 @@ export default function AircraftPage() {
|
||||
<ContactText
|
||||
text="Looking for a specific aircraft? Our aviation experts can help you find the right solution for your fleet requirements."
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Request Aircraft Search", href: "/contact" },
|
||||
|
||||
@@ -24,7 +24,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function ContactPage() {
|
||||
<ContactText
|
||||
text="Get in touch with our aviation experts. We're ready to discuss your maintenance, sales, or aircraft transaction needs."
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:info@aeroventure.com" },
|
||||
@@ -66,35 +66,17 @@ export default function ContactPage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is a maintenance slot and how does it work?",
|
||||
content: "A maintenance slot is a reserved time period at a maintenance facility for aircraft servicing. Our platform connects aircraft operators needing maintenance with available capacity at MROs and maintenance providers worldwide. We handle scheduling, documentation, and coordination.",
|
||||
},
|
||||
id: "1", title: "What is a maintenance slot and how does it work?", content: "A maintenance slot is a reserved time period at a maintenance facility for aircraft servicing. Our platform connects aircraft operators needing maintenance with available capacity at MROs and maintenance providers worldwide. We handle scheduling, documentation, and coordination."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How quickly can you provide an outsourced sales team?",
|
||||
content: "Our team deployment is typically 2-4 weeks depending on your specific requirements and market conditions. We customize team composition based on your target market, product offerings, and sales objectives.",
|
||||
},
|
||||
id: "2", title: "How quickly can you provide an outsourced sales team?", content: "Our team deployment is typically 2-4 weeks depending on your specific requirements and market conditions. We customize team composition based on your target market, product offerings, and sales objectives."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What aircraft types are available in your inventory?",
|
||||
content: "We provide access to narrow-body, wide-body, and regional aircraft from major manufacturers including Boeing, Airbus, Embraer, Bombardier, and ATR. All aircraft are pre-screened and certified.",
|
||||
},
|
||||
id: "3", title: "What aircraft types are available in your inventory?", content: "We provide access to narrow-body, wide-body, and regional aircraft from major manufacturers including Boeing, Airbus, Embraer, Bombardier, and ATR. All aircraft are pre-screened and certified."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What support do you provide throughout the aircraft sales process?",
|
||||
content: "We provide end-to-end support including market analysis, due diligence coordination, technical inspections, financing connections, legal documentation, and post-sale support. Your dedicated account manager oversees every step.",
|
||||
},
|
||||
id: "4", title: "What support do you provide throughout the aircraft sales process?", content: "We provide end-to-end support including market analysis, due diligence coordination, technical inspections, financing connections, legal documentation, and post-sale support. Your dedicated account manager oversees every step."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you ensure quality in your maintenance slot network?",
|
||||
content: "All partner MROs and maintenance facilities are certified, insured, and regularly audited. We maintain strict quality standards and provide performance monitoring to ensure consistent service delivery.",
|
||||
},
|
||||
id: "5", title: "How do you ensure quality in your maintenance slot network?", content: "All partner MROs and maintenance facilities are certified, insured, and regularly audited. We maintain strict quality standards and provide performance monitoring to ensure consistent service delivery."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a minimum transaction size or volume commitment?",
|
||||
content: "We work with clients of all sizes, from single aircraft operators to large fleet managers. Services are customized and scalable to your needs without mandatory minimums.",
|
||||
},
|
||||
id: "6", title: "Is there a minimum transaction size or volume commitment?", content: "We work with clients of all sizes, from single aircraft operators to large fleet managers. Services are customized and scalable to your needs without mandatory minimums."},
|
||||
]}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
@@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AeroVenture | Aircraft Maintenance & Sales Solutions",
|
||||
description: "Global platform for aircraft maintenance slots, outsourced sales teams, and commercial aircraft transactions. Serving 200+ aviation partners across 45 countries.",
|
||||
keywords: "aircraft sales, maintenance slots, aviation services, airline solutions, aircraft leasing, maintenance scheduling",
|
||||
metadataBase: new URL("https://aeroventure.com"),
|
||||
title: "AeroVenture | Aircraft Maintenance & Sales Solutions", description: "Global platform for aircraft maintenance slots, outsourced sales teams, and commercial aircraft transactions. Serving 200+ aviation partners across 45 countries.", keywords: "aircraft sales, maintenance slots, aviation services, airline solutions, aircraft leasing, maintenance scheduling", metadataBase: new URL("https://aeroventure.com"),
|
||||
alternates: {
|
||||
canonical: "https://aeroventure.com",
|
||||
},
|
||||
canonical: "https://aeroventure.com"},
|
||||
openGraph: {
|
||||
title: "AeroVenture | Aircraft Maintenance & Sales Solutions",
|
||||
description: "Streamline your aviation operations with professional maintenance scheduling, sales expertise, and aircraft transactions.",
|
||||
url: "https://aeroventure.com",
|
||||
siteName: "AeroVenture",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "AeroVenture | Aircraft Maintenance & Sales Solutions", description: "Streamline your aviation operations with professional maintenance scheduling, sales expertise, and aircraft transactions.", url: "https://aeroventure.com", siteName: "AeroVenture", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/a-modern-commercial-aircraft-parked-at-a-1772482550532-eac87263.png",
|
||||
alt: "AeroVenture - Aircraft Maintenance and Sales Platform",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/a-modern-commercial-aircraft-parked-at-a-1772482550532-eac87263.png", alt: "AeroVenture - Aircraft Maintenance and Sales Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AeroVenture | Aircraft Maintenance & Sales Solutions",
|
||||
description: "Global aviation services platform connecting maintenance, sales, and aircraft transactions.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/a-modern-commercial-aircraft-parked-at-a-1772482550532-eac87263.png",
|
||||
],
|
||||
card: "summary_large_image", title: "AeroVenture | Aircraft Maintenance & Sales Solutions", description: "Global aviation services platform connecting maintenance, sales, and aircraft transactions.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/a-modern-commercial-aircraft-parked-at-a-1772482550532-eac87263.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -29,7 +29,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -51,32 +51,20 @@ export default function HomePage() {
|
||||
tag="Aviation Excellence"
|
||||
tagIcon={Plane}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/a-modern-commercial-aircraft-parked-at-a-1772482550532-eac87263.png"
|
||||
imageAlt="Commercial aircraft maintenance operations"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Captain James Mitchell",
|
||||
handle: "Fleet Operations Director, Global Airways",
|
||||
testimonial: "AeroVenture transformed our maintenance scheduling. We improved slot utilization by 40% within the first quarter.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png?_wi=1",
|
||||
},
|
||||
name: "Captain James Mitchell", handle: "Fleet Operations Director, Global Airways", testimonial: "AeroVenture transformed our maintenance scheduling. We improved slot utilization by 40% within the first quarter.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-a-senior-aviati-1772482550185-609e08e1.png"},
|
||||
{
|
||||
name: "Sarah Chen",
|
||||
handle: "VP Sales, SkyTech Aviation",
|
||||
testimonial: "Their outsourced sales team integrated seamlessly with our operations and exceeded our quarterly targets by 35%.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png?_wi=1",
|
||||
},
|
||||
name: "Sarah Chen", handle: "VP Sales, SkyTech Aviation", testimonial: "Their outsourced sales team integrated seamlessly with our operations and exceeded our quarterly targets by 35%.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-portrait-of-an-airline-flee-1772482550759-d8b43e1d.png"},
|
||||
{
|
||||
name: "David Kowalski",
|
||||
handle: "Procurement Manager, EuroJet Group",
|
||||
testimonial: "The aircraft sales platform provided comprehensive market data and streamlined our acquisition process significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png?_wi=1",
|
||||
},
|
||||
name: "David Kowalski", handle: "Procurement Manager, EuroJet Group", testimonial: "The aircraft sales platform provided comprehensive market data and streamlined our acquisition process significantly.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Request Demo", href: "/contact" },
|
||||
@@ -92,10 +80,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Industry Expertise at Scale"
|
||||
description={[
|
||||
"AeroVenture is a comprehensive aviation services platform serving airlines, MROs, and aircraft operators worldwide. With over 15 years of industry experience, we specialize in three core areas: maintenance slot optimization, high-performance sales outsourcing, and commercial aircraft transactions.",
|
||||
"Our mission is to simplify complex aviation operations through technology, expertise, and strategic partnerships. We connect buyers and sellers, optimize asset utilization, and accelerate growth for aviation companies of all sizes.",
|
||||
"With a presence across 45 countries and relationships with 200+ aviation stakeholders, we're committed to delivering measurable results and building lasting partnerships.",
|
||||
]}
|
||||
"AeroVenture is a comprehensive aviation services platform serving airlines, MROs, and aircraft operators worldwide. With over 15 years of industry experience, we specialize in three core areas: maintenance slot optimization, high-performance sales outsourcing, and commercial aircraft transactions.", "Our mission is to simplify complex aviation operations through technology, expertise, and strategic partnerships. We connect buyers and sellers, optimize asset utilization, and accelerate growth for aviation companies of all sizes.", "With a presence across 45 countries and relationships with 200+ aviation stakeholders, we're committed to delivering measurable results and building lasting partnerships."]}
|
||||
buttons={[
|
||||
{ text: "Explore Services", href: "/services" },
|
||||
]}
|
||||
@@ -129,7 +114,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to optimize your aviation operations? Connect with our team to explore how AeroVenture can transform your business."
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ServicesPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -52,25 +52,13 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Maintenance Slot Sales",
|
||||
description: "Connect maintenance capacity with demand. Our platform aggregates available slots from MROs and maintenance facilities worldwide, matching them with operators and airlines in real-time. Optimize asset utilization and reduce downtime.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/close-up-of-aircraft-maintenance-work-sh-1772482550597-915a1c0e.png",
|
||||
imageAlt: "Maintenance slot operations",
|
||||
},
|
||||
title: "Maintenance Slot Sales", description: "Connect maintenance capacity with demand. Our platform aggregates available slots from MROs and maintenance facilities worldwide, matching them with operators and airlines in real-time. Optimize asset utilization and reduce downtime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/close-up-of-aircraft-maintenance-work-sh-1772482550597-915a1c0e.png", imageAlt: "Maintenance slot operations"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Outsourced Sales Teams",
|
||||
description: "Access market-leading sales professionals without fixed overhead. Our vetted teams operate on behalf of aircraft manufacturers, operators, and service providers. Scalable, performance-driven commercial solutions tailored to your sales targets.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-sales-team-in-a-modern-offi-1772482550676-574ea475.png",
|
||||
imageAlt: "Professional sales team collaboration",
|
||||
},
|
||||
title: "Outsourced Sales Teams", description: "Access market-leading sales professionals without fixed overhead. Our vetted teams operate on behalf of aircraft manufacturers, operators, and service providers. Scalable, performance-driven commercial solutions tailored to your sales targets.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-sales-team-in-a-modern-offi-1772482550676-574ea475.png", imageAlt: "Professional sales team collaboration"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Commercial Aircraft Sales",
|
||||
description: "End-to-end aircraft transaction platform. Browse certified inventory, access market analytics, conduct due diligence, and execute deals with confidence. Comprehensive support for new, pre-owned, and special-purpose aircraft.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png?_wi=1",
|
||||
imageAlt: "Commercial aircraft fleet showcase",
|
||||
},
|
||||
title: "Commercial Aircraft Sales", description: "End-to-end aircraft transaction platform. Browse certified inventory, access market analytics, conduct due diligence, and execute deals with confidence. Comprehensive support for new, pre-owned, and special-purpose aircraft.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/portfolio-of-commercial-aircraft-display-1772482551499-a22da164.png", imageAlt: "Commercial aircraft fleet showcase"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,7 +89,7 @@ export default function ServicesPage() {
|
||||
<ContactText
|
||||
text="Ready to explore how our services can transform your aviation operations? Our team is ready to discuss your specific needs."
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
|
||||
Reference in New Issue
Block a user