fix: Temporary hero illustration fix
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user