From 8ff050c3473371098b0c8694e1c35241cfe6413c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:02:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94c4fc9..1f63571 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,19 +131,19 @@ export default function LandingPage() { id: "standard-room-plan", badge: "Standard", price: "Ksh 4,000 / night", subtitle: "Comfortable & Cozy", features: [ "Check-in: 2:00 PM", "Check-out: 11:00 AM", "Free Wi-Fi", "Complimentary Breakfast", "Access to Gym & Pool", "Flexible Cancellation" ], - buttons: [{ text: "Book on Booking.com", href: "https://www.booking.com/hotel/ke/ayo-suites-and-hotel", onClick: () => console.log('Book Standard Room'), target: "_blank" }] + buttons: [{ text: "Book on Booking.com", href: "https://www.booking.com/hotel/ke/ayo-suites-and-hotel", onClick: () => console.log('Book Standard Room') }] }, { id: "deluxe-room-plan", badge: "Deluxe", price: "Ksh 6,500 / night", subtitle: "Spacious & Elegant", features: [ "Check-in: 2:00 PM", "Check-out: 11:00 AM", "Premium Wi-Fi", "Complimentary Breakfast", "Access to Gym & Pool", "Late Check-out option", "Enhanced Room Service" ], - buttons: [{ text: "Book on Booking.com", href: "https://www.booking.com/hotel/ke/ayo-suites-and-hotel", onClick: () => console.log('Book Deluxe Room'), target: "_blank" }] + buttons: [{ text: "Book on Booking.com", href: "https://www.booking.com/hotel/ke/ayo-suites-and-hotel", onClick: () => console.log('Book Deluxe Room') }] }, { id: "executive-suite-plan", badge: "Executive Suite", price: "Ksh 9,000 / night", subtitle: "Luxury & Privacy", features: [ "Check-in: 2:00 PM", "Check-out: 11:00 AM", "High-speed Wi-Fi", "Executive Breakfast", "Access to Gym & Pool", "Dedicated Concierge", "Airport Transfer" ], - buttons: [{ text: "Book on Booking.com", href: "https://www.booking.com/hotel/ke/ayo-suites-and-hotel", onClick: () => console.log('Book Executive Suite'), target: "_blank" }] + buttons: [{ text: "Book on Booking.com", href: "https://www.booking.com/hotel/ke/ayo-suites-and-hotel", onClick: () => console.log('Book Executive Suite') }] } ]} animationType="slide-up" -- 2.49.1