From 5c13c5037035ea977fd75a46d1d54f2a4dfd1b89 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:48:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f67043..2b0d521 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,7 +175,7 @@ export default function LandingPage() { tag="Contactez-nous" title="Besoin de tissu ? Appelez-nous maintenant" description="Pour toute commande ou demande de conseil, appelez-nous directement. C'est le moyen le plus rapide d'obtenir ce qu'il vous faut !" - buttonText="Appeler au 05 35 45 80 40" + buttonText="Click to Call 05 35 45 80 40" onSubmit={() => window.location.href = 'tel:+212535458040'} /> -- 2.49.1