diff --git a/components/ContentType/ContentPage/HotelListing/index.tsx b/components/ContentType/ContentPage/HotelListing/index.tsx index 4c33e2568..2be79d45b 100644 --- a/components/ContentType/ContentPage/HotelListing/index.tsx +++ b/components/ContentType/ContentPage/HotelListing/index.tsx @@ -14,6 +14,7 @@ import type { HotelListingProps } from "@/types/components/contentPage/hotelList export default async function HotelListing({ image, + altText, name, address, distance, @@ -26,7 +27,7 @@ export default async function HotelListing({