Update src/app/check-in/page.tsx
This commit is contained in:
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user