From 8c4db60cf9106871857fe77e1d93265e308d3534 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:43:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46a22ba..0fb1ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {