From cf1ddd21956b7ad81cb2d8663e2ed41594b27e2e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:30:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1