diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 446ec35..953c4e1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -76,7 +76,7 @@ export default function AboutPage() { company: "Aviation Academy", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197252.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197252.jpg?_wi=2", imageAlt: "Michael Chen - Commercial Pilot Student", }, { @@ -86,7 +86,7 @@ export default function AboutPage() { company: "Travel & Explore", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=2", imageAlt: "Sarah Johnson - Adventure Enthusiast", }, { @@ -96,7 +96,7 @@ export default function AboutPage() { company: "Tech Innovations Inc", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "David Martinez - Corporate Executive", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index e9073b5..ed74d0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,12 +116,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/how-is-your-deals-group-people-business-conference-modern-classroom-daytime_146671-16408.jpg", + "http://img.b2bpic.net/free-photo/how-is-your-deals-group-people-business-conference-modern-classroom-daytime_146671-16408.jpg?_wi=1", imageAlt: "Flight training classroom", }, { imageSrc: - "http://img.b2bpic.net/free-photo/empty-airplane-cockpit-with-electronic-flying-navigation-panel-control-command-with-buttons-lever-dashboard-no-people-aircraft-cabin-throttle-engine-takeoff_482257-46704.jpg", + "http://img.b2bpic.net/free-photo/empty-airplane-cockpit-with-electronic-flying-navigation-panel-control-command-with-buttons-lever-dashboard-no-people-aircraft-cabin-throttle-engine-takeoff_482257-46704.jpg?_wi=1", imageAlt: "In-flight training session", }, ], @@ -134,12 +134,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg", + "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg?_wi=1", imageAlt: "Helicopter aerial view", }, { imageSrc: - "http://img.b2bpic.net/free-photo/several-cars-with-kayaks-roof-rack-driving-road-trees_1153-3718.jpg", + "http://img.b2bpic.net/free-photo/several-cars-with-kayaks-roof-rack-driving-road-trees_1153-3718.jpg?_wi=1", imageAlt: "Scenic helicopter route", }, ], @@ -152,12 +152,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-449.jpg", + "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-449.jpg?_wi=1", imageAlt: "Private charter aircraft", }, { imageSrc: - "http://img.b2bpic.net/free-photo/vertical-shot-elegant-car-interior-with-leather-seats-white-curtains_181624-23631.jpg", + "http://img.b2bpic.net/free-photo/vertical-shot-elegant-car-interior-with-leather-seats-white-curtains_181624-23631.jpg?_wi=1", imageAlt: "Luxury aircraft interior", }, ], @@ -170,12 +170,12 @@ export default function HomePage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", + "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=1", imageAlt: "Professional consultation session", }, { imageSrc: - "http://img.b2bpic.net/free-photo/engineer-showing-miniature-airplane_1098-1537.jpg", + "http://img.b2bpic.net/free-photo/engineer-showing-miniature-airplane_1098-1537.jpg?_wi=1", imageAlt: "Aviation planning discussion", }, ], @@ -285,7 +285,7 @@ export default function HomePage() { company: "Aviation Academy", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197252.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-flight-attendant-posing-studio_23-2150197252.jpg?_wi=1", imageAlt: "Michael Chen - Commercial Pilot Student", }, { @@ -295,7 +295,7 @@ export default function HomePage() { company: "Travel & Explore", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", + "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", imageAlt: "Sarah Johnson - Adventure Enthusiast", }, { @@ -305,7 +305,7 @@ export default function HomePage() { company: "Tech Innovations Inc", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "David Martinez - Corporate Executive", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6d0078b..4912231 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -65,12 +65,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/how-is-your-deals-group-people-business-conference-modern-classroom-daytime_146671-16408.jpg", + "http://img.b2bpic.net/free-photo/how-is-your-deals-group-people-business-conference-modern-classroom-daytime_146671-16408.jpg?_wi=2", imageAlt: "Flight training classroom with instruments", }, { imageSrc: - "http://img.b2bpic.net/free-photo/empty-airplane-cockpit-with-electronic-flying-navigation-panel-control-command-with-buttons-lever-dashboard-no-people-aircraft-cabin-throttle-engine-takeoff_482257-46704.jpg", + "http://img.b2bpic.net/free-photo/empty-airplane-cockpit-with-electronic-flying-navigation-panel-control-command-with-buttons-lever-dashboard-no-people-aircraft-cabin-throttle-engine-takeoff_482257-46704.jpg?_wi=2", imageAlt: "Advanced cockpit controls for training", }, ], @@ -83,12 +83,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg", + "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122497.jpg?_wi=2", imageAlt: "Stunning aerial landscape from helicopter", }, { imageSrc: - "http://img.b2bpic.net/free-photo/several-cars-with-kayaks-roof-rack-driving-road-trees_1153-3718.jpg", + "http://img.b2bpic.net/free-photo/several-cars-with-kayaks-roof-rack-driving-road-trees_1153-3718.jpg?_wi=2", imageAlt: "Scenic route during helicopter tour", }, ], @@ -101,12 +101,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-449.jpg", + "http://img.b2bpic.net/free-photo/private-luxury-jet-airport-terminal_657883-449.jpg?_wi=2", imageAlt: "Private charter jet at airport terminal", }, { imageSrc: - "http://img.b2bpic.net/free-photo/vertical-shot-elegant-car-interior-with-leather-seats-white-curtains_181624-23631.jpg", + "http://img.b2bpic.net/free-photo/vertical-shot-elegant-car-interior-with-leather-seats-white-curtains_181624-23631.jpg?_wi=2", imageAlt: "Luxury aircraft interior cabin", }, ], @@ -119,12 +119,12 @@ export default function ServicesPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg", + "http://img.b2bpic.net/free-photo/broker-offering-agreement-contract-elderly-couple_482257-115634.jpg?_wi=2", imageAlt: "Professional consultation discussion", }, { imageSrc: - "http://img.b2bpic.net/free-photo/engineer-showing-miniature-airplane_1098-1537.jpg", + "http://img.b2bpic.net/free-photo/engineer-showing-miniature-airplane_1098-1537.jpg?_wi=2", imageAlt: "Aviation planning and strategy session", }, ],