From 8e9a0e912749ef7f1eb263e3f5e853901447be27 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 12:40:50 +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 973c825..0adbcd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "Découvrir nos réalisations", href: "#portfolio" }, - { text: "Nous contacter", href: "#contact" } + { text: "Réserver une Consultation", href: "#contact" } ]} carouselItems={[ { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115543.jpg", imageAlt: "luxury modern kitchen taupe cabinets marble backsplash" }, -- 2.49.1