diff --git a/public/hoteles/hotsson-smart.jpg b/public/hoteles/hotsson-smart.jpg new file mode 100644 index 0000000..7bf50af Binary files /dev/null and b/public/hoteles/hotsson-smart.jpg differ diff --git a/src/components/Hotels/Hotels.jsx b/src/components/Hotels/Hotels.jsx index 8f05a7a..c6d4a75 100644 --- a/src/components/Hotels/Hotels.jsx +++ b/src/components/Hotels/Hotels.jsx @@ -22,18 +22,18 @@ export function Hotels() {

{t('hotels.title')}

- + {hotels.map((hotel, index) => { return ( - + diff --git a/src/components/Hotels/constans_hotels.js b/src/components/Hotels/constans_hotels.js index 9b3c4f0..2bd9001 100644 --- a/src/components/Hotels/constans_hotels.js +++ b/src/components/Hotels/constans_hotels.js @@ -103,6 +103,21 @@ const hotels = [ code: 'HANNOVER', time_walk: '20 min', start: 5 + }, + { + src: '/hoteles/hotsson-smart.jpg', + name: 'Hotel Hotsson Smart León', + address: 'Blvd Adolfo Lopez Mateos 2510, León, Centro Max, 37530, León, Gto.', + rate_es: 'Tarifa desde $1,511.00 MXN + imp en ocupación sencilla con desayuno', + rate_en: 'Rates from $1,511.00 MXN + tax in single occupancy with breakfast ', + phone_international: '', + phone_mexico: 'México: 477 719 8010', + celular: '', + email: 'bloyola@hotssonsmart.com', + cc:'', + code: 'HANNOVER', + time_walk: '32 min', + start: 4 } ]