diff --git a/src/app/page.tsx b/src/app/page.tsx index c68e3e1..bf606bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,21 +78,21 @@ export default function LandingPage() { features={[ { 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"} }, { 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"} }, { 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"} } ]} showStepNumbers={true} @@ -109,7 +109,7 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", date: "2024-05-10", title: "Frequent Flyer", quote: "Her attention to detail and calm demeanor made a stressful flight feel like a breeze. Truly professional.", tag: "Travel", avatarSrc: "http://img.b2bpic.net/free-photo/pov-client-advertises-organic-farming_482257-80727.jpg", imageSrc: "http://img.b2bpic.net/free-photo/clouds-sky-from-airplane-window_1150-18451.jpg"}, { - id: "2", name: "Michael K.", date: "2024-06-15", title: "Business Executive", quote: "Impeccable service. She anticipated my needs before I even asked. A true asset to the cabin crew.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-helmet_23-2149396222.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-mountains-from-airplane-window_23-2149320668.jpg"}, + id: "2", name: "Michael K.", date: "2024-06-15", title: "Business Executive", quote: "Impeccable service. She anticipated my needs before I even asked. A true asset to the cabin crew.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-helmet_23-2149396222.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-mountains-from-airplane-window_23-2149320668.jpg?_wi=1"}, ]} title="Testimonials" description="What passengers and colleagues say about my service." @@ -134,7 +134,7 @@ export default function LandingPage() {