From da6c6f4c8de233d1ece80a1c3ece1545ff5bc19b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:36:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 97 deletions(-) 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() {