From b4d5c229aa793fd85bdeb24177dc1368aacd6c65 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:12:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e21994..a613525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,17 +152,13 @@ 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" }]} buttonAnimation="blur-reveal" -- 2.49.1