diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx index c2b041b23..a906bc95f 100644 --- a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx +++ b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx @@ -13,7 +13,7 @@ import styles from "./contactInformation.module.css" import type { ContactInformationProps } from "@/types/components/hotelPage/sidepeek/contactInformation" export default async function ContactInformation({ - adress, + hotelAdress, coordinates, contact, socials, @@ -31,8 +31,8 @@ export default async function ContactInformation({
{intl.formatMessage({ id: "Address" })} - {adress.streetAddress} - {adress.city} + {hotelAdress.streetAddress} + {hotelAdress.city}