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