From b65818d4cc380585e858dcc3ef2b006b0d87bbf4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:20:13 +0000 Subject: [PATCH] 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() {