fix: Temporary hero illustration fix
This commit is contained in:
@@ -14,7 +14,7 @@ export const Hero = () => {
|
||||
Bienvenue chez Retake
|
||||
</h1>
|
||||
<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>
|
||||
|
||||
<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 className="flex items-center justify-center w-full lg:w-1/2">
|
||||
<div className="">
|
||||
<Image
|
||||
<img src="/img/nature.png" width="616" height="617" alt="Hero Illustration" loading="eager" placeholder="blur"></img>
|
||||
{/* <Image
|
||||
src={heroImg}
|
||||
width="616"
|
||||
height="617"
|
||||
@@ -37,7 +38,7 @@ export const Hero = () => {
|
||||
alt="Hero Illustration"
|
||||
loading="eager"
|
||||
placeholder="blur"
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user