diff --git a/src/app/book/page.tsx b/src/app/book/page.tsx index 58c2bbe..b40acae 100644 --- a/src/app/book/page.tsx +++ b/src/app/book/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=4", imageAlt: "luxury private jet night sky", }, { @@ -79,13 +79,13 @@ export default function LandingPage() { icon: CreditCard, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=2", imageAlt: "luxury airplane cabin interior", }, { @@ -94,13 +94,13 @@ export default function LandingPage() { icon: LogIn, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=5", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=2", imageAlt: "modern airliner livery night", }, ]} @@ -118,7 +118,7 @@ export default function LandingPage() { tag="Book Now" title="Reserve Your Seat" description="Fill out the form to get your flight details sent to your inbox." - imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" + imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=6" mediaAnimation="slide-up" /> @@ -135,7 +135,7 @@ export default function LandingPage() { description: "Instant confirmation.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-tech-futuristic-urban-travel-people_23-2151160525.jpg?_wi=4" mediaAnimation="slide-up" /> diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx index e2545cf..9a6c764 100644 --- a/src/app/careers/page.tsx +++ b/src/app/careers/page.tsx @@ -61,25 +61,25 @@ export default function LandingPage() { id: "t1", name: "Captain Crown", role: "Head Pilot", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=4", }, { id: "t2", name: "Service Lead", role: "Cabin Manager", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=5", }, { id: "t3", name: "Ops Manager", role: "Airport Security", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=6", }, { id: "t4", name: "Flight Staff", role: "Junior Flight Attendant", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=7", }, ]} title="Join the Elite" @@ -99,7 +99,7 @@ export default function LandingPage() { description: "Climb the ranks.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=8" mediaAnimation="slide-up" /> @@ -113,7 +113,7 @@ export default function LandingPage() { tag="Recruitment" title="Apply Today" description="Start your aviation career with us." - imageSrc="http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=9" mediaAnimation="slide-up" /> diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 9215302..47d521f 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { category: "News", title: "Summer Expansion", excerpt: "New fleet added.", - imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=7", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", date: "2025-01-01", @@ -85,7 +85,7 @@ export default function LandingPage() { content: "Follow common sense.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" + imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=8" mediaAnimation="slide-up" faqsAnimation="slide-up" /> diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 2aec733..acff391 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -63,42 +63,42 @@ export default function LandingPage() { name: "CRJ-700 Royal", price: "Regional", variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=3", }, { id: "a2", name: "Embraer 175", price: "Regional", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=4", }, { id: "a3", name: "Dash 8-Q400", price: "Regional", variant: "Economy", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=5", }, { id: "a4", name: "Private Jet X", price: "Exclusive", variant: "Luxury", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=6", }, { id: "a5", name: "Helicopter T1", price: "Regional", variant: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=7", }, { id: "a6", name: "Airbus A318", price: "Global", variant: "Elite", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=8", }, ]} title="Our Fleet" @@ -118,7 +118,7 @@ export default function LandingPage() { description: "Checked daily.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=9" mediaAnimation="slide-up" /> @@ -136,7 +136,7 @@ export default function LandingPage() { value: "20+", title: "Aircraft", description: "Total fleet size", - imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tourism-flight-stratosphere-scenic-cloud_1232-3816.jpg?_wi=10", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index bf3a634..094d80b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { href: "https://discord.gg/example", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" + imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=1" /> @@ -106,7 +106,7 @@ export default function LandingPage() { content: "No, we welcome everyone, though specific roles require group ranks.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg" + imageSrc="http://img.b2bpic.net/free-photo/travel-still-life-pack-flat-lay_23-2148837351.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="slide-up" /> @@ -126,7 +126,7 @@ export default function LandingPage() { role: "Traveler", company: "Crown Airlines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=1", }, { id: "2", @@ -134,7 +134,7 @@ export default function LandingPage() { role: "Frequent Flyer", company: "Crown Airlines", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-flight-attendants-with-baggage_23-2150312753.jpg?_wi=2", }, ]} kpiItems={[