Update src/app/amenities/page.tsx

This commit is contained in:
2026-03-08 12:11:53 +00:00
parent de94c3e987
commit fd871e6f81

View File

@@ -66,7 +66,7 @@ export default function AmenitiesPage() {
tag="Bar & Lounge"
textboxLayout="default"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1157-7247.jpg"
imageSrc="http://img.b2bpic.net/free-photo/girl-cafe_1157-7247.jpg?_wi=3"
imageAlt="Garden bar and lounge area"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -94,21 +94,21 @@ export default function AmenitiesPage() {
id: "1",
title: "Affordable Rooms",
tags: ["AC & Non-AC", "Budget-Friendly"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-bed-after-wake-up-morning-ready-work-from-home_231208-13845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-bed-after-wake-up-morning-ready-work-from-home_231208-13845.jpg?_wi=2",
imageAlt: "Comfortable hotel room",
},
{
id: "2",
title: "Prime Location",
tags: ["Dindigul Center", "Easy Access"],
imageSrc: "http://img.b2bpic.net/free-photo/street-with-modern-buildings-green-trees_1268-15550.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/street-with-modern-buildings-green-trees_1268-15550.jpg?_wi=2",
imageAlt: "City location and transport access",
},
{
id: "3",
title: "Friendly Staff",
tags: ["24/7 Service", "Hospitality"],
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95809.jpg?_wi=2",
imageAlt: "Professional hotel staff",
},
]}