From 9604d1dac14e2208145c18304c879e5f83e6d7f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:44:33 +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 8b9713e..421dec1 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} -- 2.49.1