Update src/app/page.tsx

This commit is contained in:
2026-03-03 00:14:41 +00:00
parent 42d715a30d
commit fd20253d07

View File

@@ -116,12 +116,12 @@ export default function HomePage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Flight training classroom",
}, },
{ {
imageSrc: 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", imageAlt: "In-flight training session",
}, },
], ],
@@ -134,12 +134,12 @@ export default function HomePage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Helicopter aerial view",
}, },
{ {
imageSrc: 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", imageAlt: "Scenic helicopter route",
}, },
], ],
@@ -152,12 +152,12 @@ export default function HomePage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Private charter aircraft",
}, },
{ {
imageSrc: 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", imageAlt: "Luxury aircraft interior",
}, },
], ],
@@ -170,12 +170,12 @@ export default function HomePage() {
mediaItems: [ mediaItems: [
{ {
imageSrc: 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", imageAlt: "Professional consultation session",
}, },
{ {
imageSrc: 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", imageAlt: "Aviation planning discussion",
}, },
], ],
@@ -285,7 +285,7 @@ export default function HomePage() {
company: "Aviation Academy", company: "Aviation Academy",
rating: 5, rating: 5,
imageSrc: 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", imageAlt: "Michael Chen - Commercial Pilot Student",
}, },
{ {
@@ -295,7 +295,7 @@ export default function HomePage() {
company: "Travel & Explore", company: "Travel & Explore",
rating: 5, rating: 5,
imageSrc: 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", imageAlt: "Sarah Johnson - Adventure Enthusiast",
}, },
{ {
@@ -305,7 +305,7 @@ export default function HomePage() {
company: "Tech Innovations Inc", company: "Tech Innovations Inc",
rating: 5, rating: 5,
imageSrc: 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", imageAlt: "David Martinez - Corporate Executive",
}, },
]} ]}