Merge version_2 into main #5

Merged
bender merged 4 commits from version_2 into main 2026-03-06 19:49:15 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -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={[

View File

@@ -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={[

View File

@@ -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={[

View File

@@ -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"