From e16b29a95ab449913b05a7a3cba79598af872b90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fc11ce8..799c092 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,16 +157,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Free High-Speed WiFi", description: "Stay connected with reliable, fast internet throughout the property", imageSrc: "http://img.b2bpic.net/free-vector/gradient-wifi-symbol_78370-3802.jpg", imageAlt: "WiFi connectivity icon" + id: 1, + title: "Free High-Speed WiFi", description: "Stay connected with reliable, fast internet throughout the property", imageSrc: "http://img.b2bpic.net/free-vector/gradient-wifi-symbol_78370-3802.jpg", imageAlt: "WiFi connectivity icon" }, { - id: "2", title: "24/7 Security", description: "Professional security team ensuring your safety and peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hand-man-using-keypad-arm-his-home-alarm-system_662251-2815.jpg", imageAlt: "Security monitoring system" + id: 2, + title: "24/7 Security", description: "Professional security team ensuring your safety and peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/closeup-hand-man-using-keypad-arm-his-home-alarm-system_662251-2815.jpg", imageAlt: "Security monitoring system" }, { - id: "3", title: "Airport Shuttle", description: "Convenient transportation to and from Jomo Kenyatta International Airport", imageSrc: "http://img.b2bpic.net/free-photo/he-s-starting-business-travel_329181-15193.jpg", imageAlt: "Airport transfer service vehicle" + id: 3, + title: "Airport Shuttle", description: "Convenient transportation to and from Jomo Kenyatta International Airport", imageSrc: "http://img.b2bpic.net/free-photo/he-s-starting-business-travel_329181-15193.jpg", imageAlt: "Airport transfer service vehicle" }, { - id: "4", title: "24/7 Room Service", description: "Personalized dining and room service available around the clock", imageSrc: "http://img.b2bpic.net/free-photo/waiter-with-tray-drinks-juices-wine-champagne-party_501050-202.jpg", imageAlt: "Room service delivery" + id: 4, + title: "24/7 Room Service", description: "Personalized dining and room service available around the clock", imageSrc: "http://img.b2bpic.net/free-photo/waiter-with-tray-drinks-juices-wine-champagne-party_501050-202.jpg", imageAlt: "Room service delivery" }, ]} buttons={[{ text: "Learn More", href: "contact" }]} -- 2.49.1