content: positionnement GR470, activités, ton authentique de la maison
Build & Deploy / build-push-deploy (push) Failing after 2s

This commit is contained in:
2026-06-14 20:52:51 +02:00
parent 8bb70aca2f
commit 062e815549
6 changed files with 124 additions and 69 deletions
+10 -10
View File
@@ -8,7 +8,7 @@ import facade from '../assets/images/facade.jpg';
<div class="absolute inset-0">
<Image
src={facade}
alt="Le Moulin des Rives"
alt="Maison d'hotes chez Cécile"
class="w-full h-full object-cover"
loading="eager"
/>
@@ -18,7 +18,7 @@ import facade from '../assets/images/facade.jpg';
<!-- Contenu centré -->
<div class="relative z-10 text-center text-white px-6 max-w-4xl mx-auto">
<span class="block text-xs tracking-[0.4em] uppercase text-white/60 mb-6">
Gîte de charme · Vallée de l'Allier
Gorges du Haut-Allier · Alleyras, Auvergne
</span>
<h1 class="font-serif text-7xl md:text-9xl font-light leading-none mb-6">
@@ -26,21 +26,21 @@ import facade from '../assets/images/facade.jpg';
</h1>
<p class="text-lg text-white/70 font-light mb-12 max-w-lg mx-auto">
Un lieu chaleureux et authentique au cœur de la nature.
Une halte authentique sur le GR470, à deux pas de l'Allier sauvage.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a
href="#contact"
class="bg-primary text-white px-10 py-4 text-xs tracking-[0.25em] uppercase hover:bg-primary/80 transition-colors"
>
Réserver votre séjour
</a>
<a
href="#about"
class="border border-white/60 text-white px-10 py-4 text-xs tracking-[0.25em] uppercase hover:bg-white/10 transition-colors"
>
Découvrir
Découvrir la maison
</a>
<a
href="#location"
class="text-white/60 px-10 py-4 text-xs tracking-[0.25em] uppercase hover:text-white transition-colors"
>
Les activités
</a>
</div>
</div>