Update src/app/amenities/page.tsx

This commit is contained in:
2026-04-03 13:24:36 +00:00
parent f3047604f3
commit 4d4b757d17

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
tags: [
"Spa",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=2",
},
{
id: "a2",
@@ -78,7 +78,7 @@ export default function LandingPage() {
tags: [
"Pool",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=3",
},
{
id: "a3",
@@ -88,7 +88,7 @@ export default function LandingPage() {
tags: [
"Service",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-hotel_23-2149037089.jpg?_wi=4",
},
]}
title="World-Class Amenities"
@@ -107,12 +107,12 @@ export default function LandingPage() {
{
id: "m1",
name: "Sarah Jenkins",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-redhaired-girl-pajamas-with-smile-her-face-holds-disco-ball-glass-with-sweets-living-room-festive-mood-concept_197531-31754.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-redhaired-girl-pajamas-with-smile-her-face-holds-disco-ball-glass-with-sweets-living-room-festive-mood-concept_197531-31754.jpg?_wi=2",
},
{
id: "m2",
name: "Dr. Marcus Thorne",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
},
]}
/>