feat: optimize img

This commit is contained in:
AykutSarac 2024-03-16 18:19:35 +03:00
parent 70c7f08b8a
commit ee768c20ce
No known key found for this signature in database

View File

@ -152,7 +152,12 @@ export const HomePage = () => {
</Group>
</Stack>
<StyledImageWrapper>
<img src="./assets/preview.png" alt="JSON Crack Preview" />
<img
loading="eager"
fetchPriority="high"
src="./assets/preview.png"
alt="JSON Crack Preview"
/>
</StyledImageWrapper>
</StyledHeroSectionBody>
</StyledHeroSection>