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() {