feat: lien vers la page bureau depuis la section bureau

This commit is contained in:
Jalil Arfaoui 2025-01-13 13:26:01 +01:00
parent 0f9cec3826
commit 22e0067ee8

View file

@ -2,6 +2,7 @@
import { Image } from "astro:assets";
import { LightboxImage } from "@components/LightboxImage";
import photoBureau from "@images/grand-bureau-tout-equipe.jpg";
import PrimaryCTA from "../ui/buttons/PrimaryCTA.astro";
---
<section
@ -29,8 +30,7 @@ import photoBureau from "@images/grand-bureau-tout-equipe.jpg";
loading="eager"
/>
</a>
<LightboxImage client:idle image={photoBureau}
alt="Grand bureau tout équipé, bois massif, bureau ajustable en hauteur, grande fresque murale">
</LightboxImage>
<div class="my-4">
<PrimaryCTA title="Voir le bureau" url="/avec-un-grand-bureau/" />
</div>
</section>