Update src/app/about/page.tsx
This commit is contained in:
@@ -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"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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: "#"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user