Update src/app/page.tsx
This commit is contained in:
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
{ name: "Avis", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Appeler", href: "tel:+33556727935" }}
|
||||
button={{ text: "Appeler", href: "tel:05567279353" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
showDimOverlay={true}
|
||||
buttonAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Appeler", href: "tel:+33556727935" },
|
||||
{ text: "Appeler", href: "tel:05567279353" },
|
||||
{ text: "Itinéraire", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" },
|
||||
]}
|
||||
/>
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
title="Prêt à transformer vos cheveux ?"
|
||||
description="Réservez votre rendez-vous dès aujourd'hui ou visitez-nous au cœur de Bordeaux. Nos stylistes experts vous accueillent du lundi au samedi."
|
||||
buttons={[
|
||||
{ text: "Appeler", href: "tel:+33556727935" },
|
||||
{ text: "Appeler", href: "tel:05567279353" },
|
||||
{ text: "Itinéraire", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -224,7 +224,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Téléphone: 05 56 72 79 35", href: "tel:+33556727935" },
|
||||
{ label: "Téléphone: 05 56 72 79 35", href: "tel:05567279353" },
|
||||
{ label: "Adresse: 204 Rue Sainte-Catherine, 33000 Bordeaux", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user