diff --git a/components/ContentType/HotelPage/PreviewImages/index.tsx b/components/ContentType/HotelPage/PreviewImages/index.tsx index 390430cf7..2112fc886 100644 --- a/components/ContentType/HotelPage/PreviewImages/index.tsx +++ b/components/ContentType/HotelPage/PreviewImages/index.tsx @@ -11,27 +11,7 @@ export default async function PreviewImages({ images }: PreviewImagesProps) { const intl = await getIntl() return ( -
- {images[0].alt} - -
-
+
{images.slice(0, 3).map((image, index) => ( ))}