feat: lien vers la page bureau depuis la section bureau
This commit is contained in:
parent
0f9cec3826
commit
22e0067ee8
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue