Skip to content

Commit

Permalink
feat: replace photos
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 26, 2023
1 parent 29b8bb5 commit c4def15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/organisms/home/Photo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ const Photo = () => {
<div className='flex flex-col items-center'>
<Image
className='mb-3 rounded-full'
src='https://cdn.sanity.io/images/lj8a3h3g/production/15c9b3d57800e2f07abb0f6971a9186f9ff54f68-553x553.png'
src='https://res.cloudinary.com/dwrurydlt/image/upload/v1693038096/avatar_md_292b112d97.png'
alt='Avatar'
width={190}
height={0}
style={{ height: '190px' }}
/>
<Image
src='https://cdn.sanity.io/images/lj8a3h3g/production/b1fbe23d8efef11db38fd636e4035db81cfebdf6-941x189.webp'
alt='Avatar'
src='https://res.cloudinary.com/dwrurydlt/image/upload/v1693066829/signature_b64d54de16.webp'
alt='Signature'
width={250}
height={0}
style={{ height: '50px' }}
Expand Down
6 changes: 3 additions & 3 deletions src/components/organisms/home/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Summary = () => {
>
<Image
className='ms-2 inline'
src='https://cdn.sanity.io/images/lj8a3h3g/production/c0f36368549d879ad790c46fd32f7ea10e3e258f-600x115.webp'
src='https://res.cloudinary.com/dwrurydlt/image/upload/v1693067033/resourcify_69f3b5b70d.webp'
alt='Resourcify'
width='110'
height='25'
Expand All @@ -29,7 +29,7 @@ const Summary = () => {
<a href='https://bjss.com/' target='_blank' rel='noopener noreferrer'>
<Image
className='mx-2 inline'
src='https://cdn.sanity.io/images/lj8a3h3g/production/0c8cfb9083cafb314b46b195ab99a27daf2f639d-280x150.webp'
src='https://res.cloudinary.com/dwrurydlt/image/upload/v1692645367/bjss_180dc7fdd7.webp'
alt='BJSS'
width='45'
height='25'
Expand All @@ -43,7 +43,7 @@ const Summary = () => {
>
<Image
className='ms-2 inline'
src='https://cdn.sanity.io/images/lj8a3h3g/production/a9bb3876e39ba378769bcc9b881ad8860dcbb9df-2500x424.svg'
src='https://res.cloudinary.com/dwrurydlt/image/upload/v1693067075/bookingcom_91b7aa2e36.svg'
alt='Booking.com'
width='115'
height='25'
Expand Down

0 comments on commit c4def15

Please sign in to comment.