diff --git a/src/app/check-in/page.tsx b/src/app/check-in/page.tsx index b44e608..69b7642 100644 --- a/src/app/check-in/page.tsx +++ b/src/app/check-in/page.tsx @@ -65,7 +65,7 @@ export default function CheckInPage() { id: "01", title: "Scan Boarding Pass", description: "Use the QR code scanner to quickly verify your ticket and boarding information", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-person-while-learning_23-2149072435.jpg?_wi=1", imageAlt: "QR code scanning interface" }, { - id: "02", title: "Confirm Details", description: "Review and confirm your passenger information, seat assignment, and baggage selection", imageSrc: "http://img.b2bpic.net/free-vector/collection-flat-travel-elements_23-2147766294.jpg", imageAlt: "Flight confirmation details" + id: "02", title: "Confirm Details", description: "Review and confirm your passenger information, seat assignment, and baggage selection", imageSrc: "http://img.b2bpic.net/free-vector/collection-flat-travel-elements_23-2147766294.jpg?_wi=3", imageAlt: "Flight confirmation details" }, ]} title="Complete Your Check-In" @@ -109,7 +109,7 @@ export default function CheckInPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/star-with-check-mark-set_78370-4768.jpg" + imageSrc="http://img.b2bpic.net/free-vector/star-with-check-mark-set_78370-4768.jpg?_wi=3" imageAlt="Flight confirmation details" mediaAnimation="slide-up" bulletPoints={[ diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f2ede8..7b80cf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { id: "01", title: "Check in with Existing Ticket", description: "Scan your boarding pass or mobile ticket to check in and print baggage tags", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-person-while-learning_23-2149072435.jpg?_wi=1", imageAlt: "QR code scanning interface" }, { - id: "02", title: "Book a New Flight", description: "Browse available flights, select your preferred seat, and complete your booking", imageSrc: "http://img.b2bpic.net/free-vector/collection-flat-travel-elements_23-2147766294.jpg", imageAlt: "Flight booking and baggage options" + id: "02", title: "Book a New Flight", description: "Browse available flights, select your preferred seat, and complete your booking", imageSrc: "http://img.b2bpic.net/free-vector/collection-flat-travel-elements_23-2147766294.jpg?_wi=1", imageAlt: "Flight booking and baggage options" }, ]} title="Choose Your Option" @@ -115,7 +115,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/star-with-check-mark-set_78370-4768.jpg" + imageSrc="http://img.b2bpic.net/free-vector/star-with-check-mark-set_78370-4768.jpg?_wi=1" imageAlt="Flight confirmation details" mediaAnimation="slide-up" bulletPoints={[ diff --git a/src/app/passenger-info/page.tsx b/src/app/passenger-info/page.tsx index e02de53..3eb2e61 100644 --- a/src/app/passenger-info/page.tsx +++ b/src/app/passenger-info/page.tsx @@ -65,7 +65,7 @@ export default function PassengerInfoPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-vector/star-with-check-mark-set_78370-4768.jpg" + imageSrc="http://img.b2bpic.net/free-vector/star-with-check-mark-set_78370-4768.jpg?_wi=2" imageAlt="Flight confirmation details" mediaAnimation="slide-up" bulletPoints={[ diff --git a/src/app/passenger-options/page.tsx b/src/app/passenger-options/page.tsx index 915d689..f8dd96c 100644 --- a/src/app/passenger-options/page.tsx +++ b/src/app/passenger-options/page.tsx @@ -55,7 +55,7 @@ export default function PassengerOptionsPage() { id: "01", title: "Check in with Existing Ticket", description: "Scan your boarding pass or mobile ticket to check in and print baggage tags", imageSrc: "http://img.b2bpic.net/free-photo/close-up-senior-person-while-learning_23-2149072435.jpg?_wi=1", imageAlt: "QR code scanning interface" }, { - id: "02", title: "Book a New Flight", description: "Browse available flights, select your preferred seat, and complete your booking", imageSrc: "http://img.b2bpic.net/free-vector/collection-flat-travel-elements_23-2147766294.jpg", imageAlt: "Flight booking and baggage options" + id: "02", title: "Book a New Flight", description: "Browse available flights, select your preferred seat, and complete your booking", imageSrc: "http://img.b2bpic.net/free-vector/collection-flat-travel-elements_23-2147766294.jpg?_wi=2", imageAlt: "Flight booking and baggage options" }, ]} title="Choose Your Option"