From 3b8f72689e256c8af37ac603df6fd74c593d0db4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:14:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c675538..55a77cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { id: "room-1", name: "Standard Room", price: "KSh 3,194", variant: "Double or Twin Beds", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-bed-with-juice-glass_23-2148877645.jpg", imageAlt: "Standard hotel room" }, { - id: "room-2", name: "Deluxe Room", price: "KSh 5,006", variant: "King Bed with Suite", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-communicating-mobile-phone-while-standing-with-travel-bag-hotel-room_637285-7626.jpg", imageAlt: "Deluxe hotel room" + id: "room-2", name: "Deluxe Room", price: "KSh 5,006", variant: "King Bed with Suite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwHpFsMWBdrmrNkIi8CzCtZB2V/uploaded-1773497385073-tzycedql.jpg", imageAlt: "Deluxe hotel room" }, { id: "room-3", name: "Executive Suite", price: "KSh 7,500", variant: "Premium Suite with Lounge", imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Executive suite accommodation" -- 2.49.1