fix: Pricing dans index, liens navbar, h2 About, plage→rivière, grille Features 5 cols
Build & Deploy / build-push-deploy (push) Failing after 2s

This commit is contained in:
2026-06-16 22:58:47 +02:00
parent 6a3775b3e5
commit 64d99c9631
9 changed files with 137 additions and 23 deletions
+2
View File
@@ -7,6 +7,7 @@ import About from '../components/About.astro';
import Features from '../components/Features.astro';
import Gallery from '../components/Gallery.astro';
import Food from '../components/Food.astro';
import Pricing from '../components/Pricing.astro';
import Location from '../components/Location.astro';
import Contact from '../components/Contact.astro';
import Footer from '../components/Footer.astro';
@@ -21,6 +22,7 @@ import Footer from '../components/Footer.astro';
<Features />
<Gallery />
<Food />
<Pricing />
<Location />
<Contact />
</main>