From c0a1c284a49ff752b25124ca9b2fb4eacc439e5a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:42:30 +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 d91da77..2ba0e7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" dashboard={{ title: "Why Choose Hotel Shine Inn", logoIcon: Home, - imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg", searchPlaceholder: "Find your perfect room...", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg?_wi=1", searchPlaceholder: "Find your perfect room...", buttons: [ { text: "Explore Rooms", href: "#rooms" }, { text: "View Map", href: "#location" } ], @@ -100,7 +100,7 @@ export default function LandingPage() { tag="Amenities" tagIcon={Star} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg" + imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892972.jpg?_wi=2" imageAlt="Hotel amenities showcase" mediaAnimation="slide-up" useInvertedBackground={false}