fix: removed placeholder for hero illustration
This commit is contained in:
@@ -29,7 +29,7 @@ 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="">
|
||||||
<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
|
{/* <Image
|
||||||
src={heroImg}
|
src={heroImg}
|
||||||
width="616"
|
width="616"
|
||||||
|
|||||||
Reference in New Issue
Block a user