Update src/app/accommodations/page.tsx

This commit is contained in:
2026-03-21 22:53:37 +00:00
parent e632136df8
commit a9afe78e9a

View File

@@ -62,7 +62,7 @@ export default function AccommodationsPage() {
price: "Premium",
variant: "Luxury Villas",
imageSrc:
"http://img.b2bpic.net/free-photo/tea-set-with-baklava-jams-dried-fruits_140725-8096.jpg",
"http://img.b2bpic.net/free-photo/tea-set-with-baklava-jams-dried-fruits_140725-8096.jpg?_wi=2",
imageAlt: "Luxury villa accommodation",
},
{
@@ -71,7 +71,7 @@ export default function AccommodationsPage() {
price: "Mid-Range",
variant: "Modern Apartments",
imageSrc:
"http://img.b2bpic.net/free-photo/bird-view-shanghai-china_1127-3037.jpg",
"http://img.b2bpic.net/free-photo/bird-view-shanghai-china_1127-3037.jpg?_wi=2",
imageAlt: "Modern apartment accommodation",
},
{
@@ -80,7 +80,7 @@ export default function AccommodationsPage() {
price: "Upscale",
variant: "5-Star Hotel",
imageSrc:
"http://img.b2bpic.net/free-photo/lamp-comfort-bed-pillow-fabric_1203-4833.jpg",
"http://img.b2bpic.net/free-photo/lamp-comfort-bed-pillow-fabric_1203-4833.jpg?_wi=2",
imageAlt: "Boutique hotel accommodation",
},
{
@@ -89,7 +89,7 @@ export default function AccommodationsPage() {
price: "Moderate",
variant: "Authentic Riad",
imageSrc:
"http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794383.jpg",
"http://img.b2bpic.net/free-photo/lamps-arab-restaurant_23-2147794383.jpg?_wi=2",
imageAlt: "Traditional Moroccan riad",
},
{
@@ -98,7 +98,7 @@ export default function AccommodationsPage() {
price: "Luxury",
variant: "Seaside Villa",
imageSrc:
"http://img.b2bpic.net/free-photo/home-luxury-pillow-interior-hotel_1203-4742.jpg",
"http://img.b2bpic.net/free-photo/home-luxury-pillow-interior-hotel_1203-4742.jpg?_wi=2",
imageAlt: "Villa with ocean views",
},
{
@@ -107,7 +107,7 @@ export default function AccommodationsPage() {
price: "Mid-Range",
variant: "Comfortable Hotel",
imageSrc:
"http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_1203-9443.jpg",
"http://img.b2bpic.net/free-photo/pillow-bed-with-light-lamp_1203-9443.jpg?_wi=2",
imageAlt: "Comfortable business hotel",
},
]}