diff --git a/src/app/page.tsx b/src/app/page.tsx
index ac5b3eb..4a330a9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -141,7 +137,7 @@ export default function LandingPage() {
]}
ctaTitle="Prenons rendez-vous"
ctaDescription="Contactez-nous pour discuter de votre projet immobilier avec l'un de nos conseillers experts."
- ctaButton={{ text: "Nous contacter", href: "mailto:contact@maisonblanche.fr" }}
+ ctaButton={{ text: "Nous contacter", href: "#contact" }}
ctaIcon={Phone}
/>
@@ -159,4 +155,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file