From 358260bdba521f22d8e17fed33d91764b7718ee6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:12:27 +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 dea0f7e..acb519b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,13 +94,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Deluxe Room", price: "From €120/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg", imageAlt: "Deluxe room with queen bed and modern furnishings" + id: "1", name: "Deluxe Room", price: "From €120/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=1", imageAlt: "Deluxe room with queen bed and modern furnishings" }, { id: "2", name: "Standard Room", price: "From €85/night", imageSrc: "http://img.b2bpic.net/free-photo/grandmother-happy-spend-time-with-family_23-2148597183.jpg", imageAlt: "Standard room with comfortable bed and contemporary design" }, { - id: "3", name: "Suite", price: "From €180/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg", imageAlt: "Spacious suite with separate living area" + id: "3", name: "Suite", price: "From €180/night", imageSrc: "http://img.b2bpic.net/free-photo/suspended-ceiling-with-halogen-spots-lamps-drywall-construction-room_632498-1082.jpg?_wi=2", imageAlt: "Spacious suite with separate living area" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1