feat: ajoute les résultats du DBE
This commit is contained in:
parent
a4123941e8
commit
b8c31ed934
2 changed files with 17 additions and 4 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
import { Image } from "astro:assets";
|
||||
import dpeD from "@/images/dpe-d.png"
|
||||
---
|
||||
<section
|
||||
class="mx-auto max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 2xl:max-w-full"
|
||||
>
|
||||
|
|
@ -6,11 +10,20 @@
|
|||
<h2
|
||||
class="text-balance text-2xl font-bold leading-tight text-neutral-800 dark:text-neutral-200 sm:text-3xl"
|
||||
>
|
||||
Diagnostics en réactualisation
|
||||
Diagnostics disponibles
|
||||
</h2>
|
||||
<p class="text-pretty leading-tight text-neutral-600 dark:text-neutral-400">
|
||||
DPE etc…
|
||||
</p>
|
||||
<div class="text-pretty leading-tight text-neutral-600 dark:text-neutral-400">
|
||||
<Image
|
||||
class="mx-auto"
|
||||
src={dpeD}
|
||||
alt="Avatar Description"
|
||||
loading={"eager"}
|
||||
inferSize
|
||||
/>
|
||||
<p>🐜 Aucun signe d’infestation de termites ✅</p>
|
||||
<p>🧯 Aucune anomalie sur l’installation de gaz ✅</p>
|
||||
<p>💡 Électricité : Quelques anomalies ⚠️</p>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="flex flex-col items-center justify-center gap-y-2 sm:flex-row sm:gap-x-12 sm:gap-y-0 lg:gap-x-24"
|
||||
|
|
|
|||
BIN
src/images/dpe-d.png
Normal file
BIN
src/images/dpe-d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Loading…
Add table
Reference in a new issue