From c3992952ba73615717de659a627346120b38252f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:12:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5849680..546443a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "01", title: "Complimentary High-Speed Wi-Fi", description: "Stay connected with reliable, complimentary Wi-Fi throughout the entire property for work and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg?_wi=1", imageAlt: "Modern lobby with WiFi connectivity" + id: "01", title: "Spacious Apartments", description: "Unfussy 2- and 3-bedroom apartments with fully equipped kitchens, free Wi-Fi, flat-screen TVs, in-unit laundry, separate living and dining areas. Some units are bi-level for added space.", imageSrc: "http://img.b2bpic.net/free-photo/gray-fluffy-round-sheepskin-rug-soft-texture-home-decor-cozy-winter-comfort_191095-77619.jpg", imageAlt: "Spacious apartment interior" }, { id: "02", title: "Free Parking", description: "Convenient on-site parking available for all guests. No additional parking fees.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-with-many-windows_1203-576.jpg?_wi=2", imageAlt: "Apartment building with parking facilities" @@ -127,22 +127,25 @@ export default function LandingPage() { id: "03", title: "Outdoor Swimming Pool", description: "Relax and refresh in our well-maintained outdoor swimming pool with beautiful landscaping.", imageSrc: "http://img.b2bpic.net/free-photo/deckchair-swimming-pool_1150-10748.jpg", imageAlt: "Outdoor swimming pool resort style" }, { - id: "04", title: "24-Hour Fitness Center", description: "Stay fit with our modern gym facility open 24/7, fully equipped with contemporary exercise equipment.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=1", imageAlt: "Modern fitness center interior" + id: "04", title: "Complimentary High-Speed Wi-Fi", description: "Stay connected with reliable, complimentary Wi-Fi throughout the entire property for work and entertainment.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg?_wi=1", imageAlt: "Modern lobby with WiFi connectivity" }, { - id: "05", title: "Steam Room & Wellness", description: "Unwind and rejuvenate at our dedicated steam room facility for the ultimate relaxation experience.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=2", imageAlt: "Wellness spa facilities" + id: "05", title: "24-Hour Fitness Center", description: "Stay fit with our modern gym facility open 24/7, fully equipped with contemporary exercise equipment.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=1", imageAlt: "Modern fitness center interior" }, { - id: "06", title: "24/7 Front Desk & Concierge", description: "Our dedicated staff is available round-the-clock to assist with inquiries, arrangements, and local recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg?_wi=2", imageAlt: "Professional front desk service area" + id: "06", title: "Steam Room & Wellness", description: "Unwind and rejuvenate at our dedicated steam room facility for the ultimate relaxation experience.", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-spa-lounge-minimalist-relaxation-modern-resort_169016-68893.jpg?_wi=2", imageAlt: "Wellness spa facilities" }, { - id: "07", title: "Laundry & Business Services", description: "Professional laundry service and full-featured business center for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg?_wi=3", imageAlt: "Business center facilities" + id: "07", title: "24/7 Front Desk & Concierge", description: "Our dedicated staff is available round-the-clock to assist with inquiries, arrangements, and local recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg?_wi=2", imageAlt: "Professional front desk service area" }, { - id: "08", title: "Airport Shuttle Service", description: "Convenient airport shuttle service available. Please contact us for rates and advance booking arrangements.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-with-many-windows_1203-576.jpg?_wi=3", imageAlt: "Hotel exterior and transportation access" + id: "08", title: "Laundry & Business Services", description: "Professional laundry service and full-featured business center for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-feminist-african-american-woman-wear-black-tshirt-shorts-posed-restaurant_627829-5373.jpg?_wi=3", imageAlt: "Business center facilities" }, { - id: "09", title: "Relaxed On-Site Café", description: "Enjoy casual dining at our on-site café, or prepare meals in your fully equipped apartment kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=1", imageAlt: "Modern dining and kitchen area" + id: "09", title: "Airport Shuttle Service", description: "Convenient airport shuttle service available. Please contact us for rates and advance booking arrangements.", imageSrc: "http://img.b2bpic.net/free-photo/skyscrapers-with-many-windows_1203-576.jpg?_wi=3", imageAlt: "Hotel exterior and transportation access" + }, + { + id: "10", title: "Relaxed On-Site Café", description: "Enjoy casual dining at our on-site café, or prepare meals in your fully equipped apartment kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129581.jpg?_wi=1", imageAlt: "Modern dining and kitchen area" } ]} /> @@ -269,4 +272,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1