diff --git a/src/app/page.tsx b/src/app/page.tsx index fb80567..a4f24e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { { name: "Accueil", id: "/" }, { name: "Biens", id: "/biens" }, { name: "Services", id: "/services" }, - { name: "À Propos", id: "/about" }, + { name: "À Propos", id: "/a-propos" }, { name: "Contact", id: "#contact" }, ]; @@ -42,7 +42,7 @@ export default function HomePage() { { name: "Accueil", id: "/" }, { name: "Biens", id: "/biens" }, { name: "Services", id: "/services" }, - { name: "À Propos", id: "/about" }, + { name: "À Propos", id: "/a-propos" }, { name: "Contact", id: "#contact" }, ]} brandName="Le Relais El Mouradia" @@ -70,11 +70,10 @@ export default function HomePage() { { text: "Nous Contacter", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6118.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6118.jpg" imageAlt="Villa de luxe El Mouradia" mediaAnimation="slide-up" imagePosition="right" - useInvertedBackground={false} /> @@ -82,11 +81,8 @@ export default function HomePage() {