Skip to content

Commit

Permalink
set eager loading for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
perryd01 committed Feb 6, 2024
1 parent 8aef03f commit e9705d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function Landing() {
</video>
</div>
<div className='absolute top-0 bottom-0 left-0 right-0 flex items-center justify-center flex-col gap-5 p-5'>
<Image src={konfLogo} alt='Simonyi Konferencia' className='w-full drop-shadow-hero' />
<Image src={konfLogo} alt='Simonyi Konferencia' className='w-full drop-shadow-hero' loading='eager' />
<p className='font-bold text-xl sm:text-2xl text-center hero-text-shadow'>{metadata.description}</p>
<p className='font-semibold text-4xl sm:text-6xl hero-text-shadow'>24. 03. 19.</p>
</div>
Expand Down

0 comments on commit e9705d5

Please sign in to comment.