From 0dfddba9f029eaaf0ad3f9dd0ff78c71808a9c01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:49:44 +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 ed1eef2..24a36eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,10 +91,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Deluxe Room", description: "Spacious rooms with premium bedding, marble bathroom, and city views. Perfect for business or leisure travelers.", 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", button: { text: "View Details", href: "#contact" } + title: "Deluxe Room", description: "Spacious rooms with premium bedding, marble bathroom, and city views. Perfect for business or leisure travelers.", 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", button: { text: "View Details", href: "#contact" } }, { - title: "Executive Suite", description: "Luxurious suites with separate living area, work desk, and exclusive amenities. Ideal for extended stays.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive suite", button: { text: "View Details", href: "#contact" } + title: "Executive Suite", description: "Luxurious suites with separate living area, work desk, and exclusive amenities. Ideal for extended stays.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "Executive suite", button: { text: "View Details", href: "#contact" } }, { title: "Royal Suite", description: "Our most prestigious offering featuring premium furnishings, spa amenities, and personalized concierge service.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg", imageAlt: "Royal suite", button: { text: "View Details", href: "#contact" } -- 2.49.1