Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e7249f604 | |||
| dae3b2b71a | |||
| 3a09e390a9 | |||
| 1d9e218d7a | |||
| 3c1a30c857 | |||
| c764f259c9 | |||
| b737cf0fa8 | |||
| 58d3098dd5 | |||
| 69a772513a | |||
| 801d7b0d14 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
logoText="Dealta Airlines"
|
||||
description="Tap anywhere to begin"
|
||||
buttons={[{ text: "Start Check-in", href: "/check-in" }]}
|
||||
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/premium-photo/passenger-airplane-is-flying-clouds-sunset-landscape-with-white-airplane-low-clouds-sea-coast-orange-sky-dusk-aircraft-is-take-off-business-trip-commercial-plane-travel-aerial-view_939522-1327.jpg?id=47739223"
|
||||
imageAlt="Modern airport terminal background"
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -98,9 +98,9 @@ export default function LandingPage() {
|
||||
mediaPosition="right"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Scanning..."
|
||||
inputPlaceholder="Awaiting scan..."
|
||||
buttonText="Rescan"
|
||||
termsText="Hold your ticket steady until the scan completes. Green light indicates successful scan."
|
||||
termsText="Scan complete—proceed to next step. Your boarding pass has been verified successfully."
|
||||
ariaLabel="QR code scanner section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user