From 2b53dfb4351b7ba7790b09db2d835dd5efc3e72d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:21:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d4f352..5e1add4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ export default function HomePage() { 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"}, + 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: "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"}, + 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: "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"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7grkwC1iKdJREFxQewpYxC5L/professional-headshot-of-an-aircraft-sal-1772482550097-29db9fb6.png?_wi=1"}, ]} buttons={[ { text: "Request Demo", href: "/contact" },