From 4ba1dc3349766e1c639a6918f4872f54f477c849 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:14:47 +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 55a77cb..b96689c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { 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" + id: "room-3", name: "Executive Suite", price: "KSh 7,500", variant: "Premium Suite with Lounge", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwHpFsMWBdrmrNkIi8CzCtZB2V/uploaded-1773497373638-uk29be3n.jpg", imageAlt: "Executive suite accommodation" } ]} buttons={[ -- 2.49.1