diff --git a/src/components/Hero.astro b/src/components/Hero.astro index ab1ef9c..bd0a3f7 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -37,7 +37,7 @@ import facade from '../assets/images/facade.jpg'; Découvrir la maison Les activités diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 5dfa781..b7349c6 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -8,7 +8,7 @@ La maison Galerie La table - Activités + Activités Tarifs Me contacter diff --git a/src/pages/index.astro b/src/pages/index.astro index 1df0819..cd80cf1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -8,7 +8,7 @@ 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 Activities from '../components/Activities.astro'; import Contact from '../components/Contact.astro'; import Footer from '../components/Footer.astro'; --- @@ -23,7 +23,7 @@ import Footer from '../components/Footer.astro'; - +