putain de vscode
Build & Deploy / build-push-deploy (push) Failing after 3s

This commit is contained in:
2026-06-16 23:28:10 +02:00
parent fe73342af8
commit c345752632
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ import facade from '../assets/images/facade.jpg';
Découvrir la maison Découvrir la maison
</a> </a>
<a <a
href="#location" href="#activities"
class="text-white/60 px-10 py-4 text-xs tracking-[0.25em] uppercase hover:text-white transition-colors" class="text-white/60 px-10 py-4 text-xs tracking-[0.25em] uppercase hover:text-white transition-colors"
> >
Les activités Les activités
+1 -1
View File
@@ -8,7 +8,7 @@
<a href="#about" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">La maison</a> <a href="#about" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">La maison</a>
<a href="#gallery" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">Galerie</a> <a href="#gallery" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">Galerie</a>
<a href="#food" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">La table</a> <a href="#food" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">La table</a>
<a href="#location" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">Activités</a> <a href="#activities" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">Activités</a>
<a href="#pricing" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">Tarifs</a> <a href="#pricing" class="text-xs tracking-[0.2em] uppercase text-dark/60 hover:text-primary transition-colors">Tarifs</a>
<a href="#contact" class="text-xs tracking-[0.2em] uppercase bg-primary text-white px-6 py-2.5 hover:bg-primary/80 transition-colors"> <a href="#contact" class="text-xs tracking-[0.2em] uppercase bg-primary text-white px-6 py-2.5 hover:bg-primary/80 transition-colors">
Me contacter Me contacter
+2 -2
View File
@@ -8,7 +8,7 @@ import Features from '../components/Features.astro';
import Gallery from '../components/Gallery.astro'; import Gallery from '../components/Gallery.astro';
import Food from '../components/Food.astro'; import Food from '../components/Food.astro';
import Pricing from '../components/Pricing.astro'; import Pricing from '../components/Pricing.astro';
import Location from '../components/Location.astro'; import Activities from '../components/Activities.astro';
import Contact from '../components/Contact.astro'; import Contact from '../components/Contact.astro';
import Footer from '../components/Footer.astro'; import Footer from '../components/Footer.astro';
--- ---
@@ -23,7 +23,7 @@ import Footer from '../components/Footer.astro';
<Gallery /> <Gallery />
<Food /> <Food />
<Pricing /> <Pricing />
<Location /> <Activities />
<Contact /> <Contact />
</main> </main>