diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ec0c9dc..59d3af2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -30,19 +30,21 @@ export default function AboutPage() { { name: "À Propos", id: "/about"}, { - name: "Services", id: "/#services"}, + name: "Services", id: "/services"}, { - name: "Galerie", id: "/#gallery"}, + name: "Galerie", id: "/gallery"}, { name: "Témoignages", id: "/#testimonials"}, { name: "FAQ", id: "/#faq"}, { - name: "Contact", id: "/#contact"}, + name: "Contact", id: "/contact"}, + { + name: "Réserver", id: "/booking"} ]} brandName="Salle Évasion" button={{ - text: "Demander un devis", href: "/#contact"}} + text: "Demander un devis", href: "/booking"}} /> @@ -87,9 +89,11 @@ export default function AboutPage() { { label: "À Propos", href: "/about"}, { - label: "Services", href: "/#services"}, + label: "Services", href: "/services"}, { - label: "Galerie", href: "/#gallery"}, + label: "Galerie", href: "/gallery"}, + { + label: "Réserver", href: "/booking"} ], }, { @@ -97,7 +101,7 @@ export default function AboutPage() { { label: "FAQ", href: "/#faq"}, { - label: "Contact", href: "/#contact"}, + label: "Contact", href: "/contact"}, { label: "Politique de Confidentialité", href: "#"}, {