Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dae3b2b71a | |||
| 1d9e218d7a | |||
| c764f259c9 | |||
| 58d3098dd5 | |||
| 69a772513a | |||
| 801d7b0d14 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
logoText="Dealta Airlines"
|
logoText="Dealta Airlines"
|
||||||
description="Tap anywhere to begin"
|
description="Tap anywhere to begin"
|
||||||
buttons={[{ text: "Start Check-in", href: "/check-in" }]}
|
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"
|
imageAlt="Modern airport terminal background"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -98,9 +98,9 @@ export default function LandingPage() {
|
|||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Scanning..."
|
inputPlaceholder="Awaiting scan..."
|
||||||
buttonText="Rescan"
|
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"
|
ariaLabel="QR code scanner section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #25190c;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #ff6207;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #25190c;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #ffce93;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #e8cfa8;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user