diff --git a/components/ContentType/HotelPage/PreviewImages/index.tsx b/components/ContentType/HotelPage/PreviewImages/index.tsx index ec18ad05d..124118b37 100644 --- a/components/ContentType/HotelPage/PreviewImages/index.tsx +++ b/components/ContentType/HotelPage/PreviewImages/index.tsx @@ -15,8 +15,27 @@ export default async function PreviewImages({ const intl = await getIntl() return ( + {/*TODO: Replace with images from API once SW-189 is merged. */} +
+ {images[0].alt} + +
- {/*TODO: Replace with images from API once SW-189 is merged. */} {images.slice(0, 3).map((image, index) => (