From 53a54a06a7fadac6b95da01398170416e7848a13 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:16:45 +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 58f3a39..8201082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,11 +90,11 @@ export default function LandingPage() { buttonHref: "#booking" }, { - title: "Deluxe Room", description: "Spacious room with premium amenities, smart TV, and enhanced comfort. Ideal for guests seeking extra luxury.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe hotel room", buttonIcon: ArrowRight, + title: "Deluxe Room", description: "Spacious room with premium amenities, smart TV, and enhanced comfort. Ideal for guests seeking extra luxury.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "Deluxe hotel room", buttonIcon: ArrowRight, buttonHref: "#booking" }, { - title: "Family Room", description: "Large family suite with multiple beds, extra space, and family-friendly amenities. Great for groups and families.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Family hotel room", buttonIcon: ArrowRight, + title: "Family Room", description: "Large family suite with multiple beds, extra space, and family-friendly amenities. Great for groups and families.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Family hotel room", buttonIcon: ArrowRight, buttonHref: "#booking" }, {