Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user