From 731bf19faeccb40a61ccf71afad5b61a58b6e34d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:00:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e966f0..35b5b10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-pilot-air-hostess-standing-airport-terminal_107420-85060.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-pilot-air-hostess-standing-airport-terminal_107420-85060.jpg?_wi=1" imageAlt="Professional cabin crew member smiling" /> @@ -78,7 +78,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-female-staff-standing-check-desk_107420-85090.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-female-staff-standing-check-desk_107420-85090.jpg?_wi=1" imageAlt="Cabin crew professional service" /> @@ -93,36 +93,36 @@ export default function LandingPage() { title: "Safety First", description: "Rigorous training in emergency evacuations, first aid, and standard operating procedures to ensure passenger security.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-pilot-air-hostess-standing-airport-terminal_107420-85060.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-pilot-air-hostess-standing-airport-terminal_107420-85060.jpg?_wi=2", imageAlt: "stewardess professional portrait uniform", }, { title: "Premium Hospitality", description: "Expert in delivering gourmet dining service, beverage management, and personalized customer care for premium cabins.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63611.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-staff-standing-escalator_107420-63611.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-standing-check-desk_107420-85090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-standing-check-desk_107420-85090.jpg?_wi=2", imageAlt: "flight attendant welcoming passengers", }, { title: "Crisis Management", description: "Ability to remain calm and decisive during inflight emergencies, managing crew and passenger communication effectively.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg?_wi=4", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-by-train-with-backpack_23-2149304504.jpg?_wi=5", imageAlt: "in-flight safety procedures instruction", }, ]} -- 2.49.1