fix: Temporary hero illustration fix

This commit is contained in:
l-nmch
2025-04-19 15:03:41 +02:00
parent ba1d1cb26e
commit 864807f508

View File

@@ -29,7 +29,8 @@ export const Hero = () => {
</div>
<div className="flex items-center justify-center w-full lg:w-1/2">
<div className="">
<Image
<img src="/img/nature.png" width="616" height="617" alt="Hero Illustration" loading="eager" placeholder="blur"></img>
{/* <Image
src={heroImg}
width="616"
height="617"
@@ -37,7 +38,7 @@ export const Hero = () => {
alt="Hero Illustration"
loading="eager"
placeholder="blur"
/>
/> */}
</div>
</div>
</Container>