diff --git a/src/app/aircraft-fleet/page.tsx b/src/app/aircraft-fleet/page.tsx index f55bf82..d5d1810 100644 --- a/src/app/aircraft-fleet/page.tsx +++ b/src/app/aircraft-fleet/page.tsx @@ -63,7 +63,7 @@ export default function AircraftFleetPage() { price: "$4,500/hr", rating: 5, reviewCount: "127", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-aircraft-row-transport-chair_1232-3829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-aircraft-row-transport-chair_1232-3829.jpg?_wi=4", imageAlt: "Light jet aircraft", }, { @@ -73,7 +73,7 @@ export default function AircraftFleetPage() { price: "$6,200/hr", rating: 5, reviewCount: "143", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-object_1122-1808.jpg?_wi=4", imageAlt: "Midsize jet aircraft", }, { @@ -83,7 +83,7 @@ export default function AircraftFleetPage() { price: "$8,500/hr", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-people-flying-economy-class-together-arrive-destination-man-using-laptop-computer-international-flight-tourists-travelling-abroad-by-airplane_482257-51149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-people-flying-economy-class-together-arrive-destination-man-using-laptop-computer-international-flight-tourists-travelling-abroad-by-airplane_482257-51149.jpg?_wi=4", imageAlt: "Heavy jet aircraft", }, { @@ -93,7 +93,7 @@ export default function AircraftFleetPage() { price: "$12,000/hr", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-red-raincoat-rides-private-yacht-stockholm-sweden_72229-279.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-red-raincoat-rides-private-yacht-stockholm-sweden_72229-279.jpg?_wi=3", imageAlt: "Ultra long range aircraft", }, { @@ -103,7 +103,7 @@ export default function AircraftFleetPage() { price: "$18,000/hr", rating: 5, reviewCount: "64", - imageSrc: "http://img.b2bpic.net/free-photo/reflection-helicopter-couple-love-blue-sky-romantic-unforgotten-date_8353-11023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/reflection-helicopter-couple-love-blue-sky-romantic-unforgotten-date_8353-11023.jpg?_wi=3", imageAlt: "VIP airliner charter", }, ]} @@ -185,7 +185,7 @@ export default function AircraftFleetPage() { content: "We operate 24/7 and serve over 150 destinations globally. Some destinations may have daylight landing restrictions or special permits required, which we coordinate.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714426.jpg" + imageSrc="http://img.b2bpic.net/free-photo/receptionist-elegant-suit-work-with-customer_23-2149714426.jpg?_wi=2" imageAlt="Aviation concierge support" title="Fleet Questions Answered" description="Find detailed information about our aircraft capabilities, customization options, and booking processes." @@ -203,7 +203,7 @@ export default function AircraftFleetPage() { {/* Footer */}