diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 122ebca..3eaec14 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -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", }, ]} />