From 480d5330ff0bd5ace429a863652665de3fe45d45 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:20:10 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 67 +++++++----------------------------------- 1 file changed, 11 insertions(+), 56 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8740b54..c964d40 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { @@ -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"}, ]} /> -- 2.49.1 From bf05a2d652049f0fe0af67ec179910b3e456f9fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:20:11 +0000 Subject: [PATCH 2/6] Update src/app/aircraft/page.tsx --- src/app/aircraft/page.tsx | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/src/app/aircraft/page.tsx b/src/app/aircraft/page.tsx index a2001d7..0773f0f 100644 --- a/src/app/aircraft/page.tsx +++ b/src/app/aircraft/page.tsx @@ -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() { Date: Mon, 2 Mar 2026 20:20:12 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 34 ++++++++-------------------------- 1 file changed, 8 insertions(+), 26 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 24877d6..ace2586 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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() { -- 2.49.1 From ccf3595e75fc492909788f8d216d62e50aeb2045 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:20:12 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a50c1ab..704fa65 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From b65818d4cc380585e858dcc3ef2b006b0d87bbf4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:20:13 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++------------------------- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d12445e..3d4f352 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { Date: Mon, 2 Mar 2026 20:20:13 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4ef1e0b..39b320c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() {