Update src/app/contact/page.tsx
This commit is contained in:
@@ -27,21 +27,23 @@ export default function ContactPage() {
|
||||
{
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "À Propos", id: "/#about"},
|
||||
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: "Réserver", id: "/booking"}
|
||||
]}
|
||||
brandName="Salle Évasion"
|
||||
button={{
|
||||
text: "Demander un devis", href: "/contact"}}
|
||||
text: "Demander un devis", href: "/booking"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,11 +72,13 @@ export default function ContactPage() {
|
||||
{
|
||||
label: "Accueil", href: "/"},
|
||||
{
|
||||
label: "À Propos", href: "/#about"},
|
||||
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"}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user