From cfd7366e8ee08b8cd36b885e7f8e6588dcec8b33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:14:23 +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 022f77d..ab527d4 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" }, {