Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-06 19:43:18 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
logoText="Dealta Airlines"
description="Tap anywhere to begin"
buttons={[{ text: "Start Check-in", href: "#passenger-options" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-with-shopping-bags-sitting-coach-shopping-mall_1303-29617.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-with-shopping-bags-sitting-coach-shopping-mall_1303-29617.jpg"
imageAlt="Modern airport terminal background"
showDimOverlay={true}
buttonAnimation="slide-up"
@@ -68,14 +68,16 @@ export default function LandingPage() {
<FeatureCardThree
features={[
{
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: "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", 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", imageAlt: "Flight booking and baggage options"
},
]}
title="Choose Your Option"
description="Select how you'd like to proceed with your Dealta Airlines journey"
tag="Quick Selection"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -89,8 +91,8 @@ export default function LandingPage() {
title="Scan Your Boarding Pass"
description="Position your mobile ticket or printed boarding pass under the camera scanner. Ensure the QR code is clearly visible for quick verification."
tagIcon={QrCode}
tagAnimation="entrance-slide"
imageSrc="http://img.b2bpic.net/free-photo/close-up-senior-person-while-learning_23-2149072435.jpg?_wi=2"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-senior-person-while-learning_23-2149072435.jpg"
imageAlt="QR code scanner demonstration"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -107,7 +109,7 @@ export default function LandingPage() {
<SplitAbout
tag="Flight Details"
tagIcon={Plane}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Your Flight Information"
description="Confirm your travel details are correct before proceeding to baggage selection"
textboxLayout="default"
@@ -159,7 +161,7 @@ export default function LandingPage() {
description="Choose the number of checked bags you're bringing on this flight"
tag="Baggage Options"
tagIcon={Luggage}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -176,7 +178,7 @@ export default function LandingPage() {
title="Processing Your Check-in"
description="Please wait while we prepare your baggage tag and check-in confirmation"
tag="Loading"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -197,7 +199,7 @@ export default function LandingPage() {
description="Your baggage tags have been printed. Proceed to the baggage drop counter with your confirmation"
tag="Success"
tagIcon={CheckCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -208,7 +210,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-with-shopping-bags-sitting-coach-shopping-mall_1303-29617.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/woman-with-shopping-bags-sitting-coach-shopping-mall_1303-29617.jpg"
imageAlt="Dealta Airlines terminal footer"
columns={[
{
@@ -229,7 +231,8 @@ export default function LandingPage() {
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://example.com/privacy" },
{
label: "Terms of Service", href: "https://example.com/terms"},
label: "Terms of Service", href: "https://example.com/terms"
},
{ label: "Accessibility", href: "https://example.com/accessibility" },
],
},