feat: ajout de boutons depuis la page d’accueil
This commit is contained in:
parent
a4aa1f9e0d
commit
c7d74fd44a
2 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
import { Image } from "astro:assets";
|
import { Image } from "astro:assets";
|
||||||
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";
|
import PrimaryCTA from "../ui/buttons/PrimaryCTA.astro";
|
||||||
---
|
---
|
||||||
|
|
@ -30,7 +29,7 @@ import PrimaryCTA from "../ui/buttons/PrimaryCTA.astro";
|
||||||
loading="eager"
|
loading="eager"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<div class="my-4">
|
<div class="my-4 max-w-64 mx-auto">
|
||||||
<PrimaryCTA title="Voir le bureau" url="/avec-un-grand-bureau/" />
|
<PrimaryCTA title="Voir le bureau" url="/avec-un-grand-bureau/" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ import photoRenovation2 from "@images/renovation-qualite.jpg";
|
||||||
import photoFondDImpasse from "@images/fond-d-impasse-albi.jpg";
|
import photoFondDImpasse from "@images/fond-d-impasse-albi.jpg";
|
||||||
import photoVuePiscine from "@images/vue-de-la-piscine.jpg";
|
import photoVuePiscine from "@images/vue-de-la-piscine.jpg";
|
||||||
import photoVueZenith from "@images/vue-zenith.jpg";
|
import photoVueZenith from "@images/vue-zenith.jpg";
|
||||||
|
import PrimaryCTA from "../components/ui/buttons/PrimaryCTA.astro";
|
||||||
|
|
||||||
const structuredDescription = {
|
const structuredDescription = {
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
|
|
@ -69,6 +70,10 @@ const structuredDescription = {
|
||||||
features={features}
|
features={features}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<div class="max-w-64 mx-auto">
|
||||||
|
<PrimaryCTA title="Tour des pièces" url="/pieces/" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<FeaturesNavs
|
<FeaturesNavs
|
||||||
title=`Des espaces pour <span class="text-yellow-500 dark:text-yellow-400">toute la famille</span>.`
|
title=`Des espaces pour <span class="text-yellow-500 dark:text-yellow-400">toute la famille</span>.`
|
||||||
tabs={[
|
tabs={[
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue