Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:33:21 +00:00

View File

@@ -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" }]}