Skip to content

Commit

Permalink
se agrega hotel Hotsson Smart León
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseZR committed Mar 22, 2024
1 parent 74674d3 commit be1d1fd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
Binary file added public/hoteles/hotsson-smart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/components/Hotels/Hotels.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ export function Hotels() {
<Container>
<h1 className='text-bold'>{t('hotels.title')}</h1>
<p dangerouslySetInnerHTML={{ __html: t('hotels.description') }}></p>
<Row className='mt-5 hotels'>
<Row className='mt-5 hotels justify-content-md-center'>
{hotels.map((hotel, index) => {
return (
<Col md={3} className='pt-5'>
<Col md={4} lg={3} className='pt-5 d-flex justify-content-center align-items-center'>
<Card
style={{ width: '18rem', border: '1px solid #ddd' }}
style={{ width: '18rem', height: '750px', border: '1px solid #ddd' }}
key={index}
>
<Card.Img
variant='top'
src={hotel.src}
height={280}
height={200}
className='object-fit-cover'
/>
<Card.Body style={{ flex: '0' }}>
Expand Down
15 changes: 15 additions & 0 deletions src/components/Hotels/constans_hotels.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]',
cc:'',
code: 'HANNOVER',
time_walk: '32 min',
start: 4
}
]

Expand Down

0 comments on commit be1d1fd

Please sign in to comment.