diff --git a/src/app/page.tsx b/src/app/page.tsx index 24a36eb..3aa76f9 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?_wi=1", 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", 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?_wi=2", 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", 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" } @@ -184,6 +184,7 @@ export default function LandingPage() { imageAlt="Hotel concierge service" mediaPosition="right" buttonText="Confirm Reservation" + mediaAnimation="none" />