Update src/app/amenities/page.tsx

This commit is contained in:
2026-03-07 17:28:33 +00:00
parent 83756a8c2a
commit 97989efd10

View File

@@ -58,7 +58,7 @@ export default function AmenitiesPage() {
},
]}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2"
imageAlt="Hotel amenities and services"
mediaAnimation="slide-up"
frameStyle="card"
@@ -78,25 +78,25 @@ export default function AmenitiesPage() {
{
title: "Business Center",
description: "Fully equipped workspace with high-speed internet for business travelers",
imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg?_wi=2",
imageAlt: "Professional business center",
},
{
title: "Laundry Service",
description: "Express laundry and dry cleaning services available with quick turnaround",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=3",
imageAlt: "Premium laundry services",
},
{
title: "Concierge Service",
description: "Professional concierge team ready to assist with travel arrangements and recommendations",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=4",
imageAlt: "Dedicated concierge support",
},
{
title: "Travel Desk",
description: "Expert assistance for local tours, transportation, and travel bookings",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=4",
imageAlt: "Travel assistance desk",
},
]}