fix: Temporary hero illustration fix
This commit is contained in:
@@ -14,7 +14,7 @@ export const Hero = () => {
|
|||||||
Bienvenue chez Retake
|
Bienvenue chez Retake
|
||||||
</h1>
|
</h1>
|
||||||
<p className="py-5 text-xl leading-normal text-gray-500 lg:text-xl xl:text-2xl dark:text-gray-300">
|
<p className="py-5 text-xl leading-normal text-gray-500 lg:text-xl xl:text-2xl dark:text-gray-300">
|
||||||
Nous simplifions la gestion de votre matériel informatique inutilisé, tout en offrant des solutions abordables pour les particuliers et les associations.
|
Nous simplifions la gestion de votre matériel informatique inutilisé, tout en offrant des solutions abordables pour les particuliers et les associations.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div className="flex flex-col items-start space-y-3 sm:space-x-4 sm:space-y-0 sm:items-center sm:flex-row">
|
<div className="flex flex-col items-start space-y-3 sm:space-x-4 sm:space-y-0 sm:items-center sm:flex-row">
|
||||||
@@ -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