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