From db12c7cfd351bdd6ff1578f6d201d14216779253 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 19:39:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38995fc..d25f589 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { value: "98%", label: "Guest Satisfaction" } ]} enableKpiAnimation={true} - imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" + imageSrc="https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1" imageAlt="Luxurious hotel suite with ocean view" mediaAnimation="slide-up" imagePosition="right" @@ -101,10 +101,10 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "1", name: "Deluxe Room", price: "$199/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe hotel room with city view" + id: "1", name: "Deluxe Room", price: "$199/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Deluxe hotel room with city view" }, { - id: "2", name: "Executive Suite", price: "$349/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious executive suite" + id: "2", name: "Executive Suite", price: "$349/night", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3", imageAlt: "Spacious executive suite" }, { id: "3", name: "Standard Room", price: "$129/night", imageSrc: "https://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956523.jpg", imageAlt: "Comfortable standard room" -- 2.49.1