diff --git a/src/app/page.tsx b/src/app/page.tsx index 7434040..3c12a2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { title="La haute cordonnerie parisienne pour vos plus beaux souliers" description="À deux pas de la Bourse, Les 2 Lutins restaurent, réparent et entretiennent vos chaussures avec le savoir-faire rare d’artisans passionnés." buttons={[ - { text: "Demander un diagnostic", href: "#contact" }, + { text: "Obtenir un diagnostic gratuit", href: "#contact" }, { text: "Appeler l'atelier", href: "tel:+33140390172" }, ]} imageSrc="http://img.b2bpic.net/free-photo/making-clothes-tailor-sitting-table-working-sewing-machine-sewing-workshop_613910-5281.jpg?_wi=1" @@ -180,4 +180,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file