Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: changing the image to optimize performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrim Jain authored and Agrim Jain committed Feb 28, 2024
1 parent 463dbfd commit 7b7d1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/pages/home/hero/hero-image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const HeroImage = () => {
return (
<div className={clsx('absolute inset-50 flex items-end -z-100', hero_img)}>
<StaticImage
src="../../../../images/migration/home/person_hero.png"
src="../../../../images/migration/home/person_hero.webp"
alt="hero image"
placeholder="none"
formats={['auto', 'png']}
formats={['auto', 'webp']}
loading="eager"
/>
</div>
Expand Down
Binary file added src/images/migration/home/person_hero.webp
Binary file not shown.

0 comments on commit 7b7d1c0

Please sign in to comment.