fix: removed placeholder for hero illustration

This commit is contained in:
l-nmch
2025-04-20 14:57:53 +02:00
parent 864807f508
commit c40f5b101f

View File

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