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"}, ]} /> 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() { 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, 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() { @@ -101,7 +89,7 @@ export default function ServicesPage() {