From b56ab075e299d3775cb43f7b624f0d1c83fcd3f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:06:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f7f2a9..227b74e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg", imageAlt: "Luxury hotel lobby with elegant chandelier and marble floors" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-apartment-beach-shore-beautiful-sky-great-background_181624-34381.jpg", imageAlt: "Beautiful hotel exterior architecture at evening" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-apartment-beach-shore-beautiful-sky-great-background_181624-34381.jpg?_wi=1", imageAlt: "Beautiful hotel exterior architecture at evening" } ]} mediaAnimation="entrance-slide" @@ -76,7 +76,7 @@ export default function LandingPage() { tag="Our Story" tagIcon={Award} tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-apartment-beach-shore-beautiful-sky-great-background_181624-34381.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-apartment-beach-shore-beautiful-sky-great-background_181624-34381.jpg?_wi=2" imageAlt="Beautiful exterior of Sanctuary Hotel" buttons={[{ text: "Learn More", href: "#" }]} buttonAnimation="entrance-slide" -- 2.49.1