From 4a2e62d81bbb6d8afd91d87ed77c612a9602e6ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:43:57 +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 ef0d05c..e68ccb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "📞 Call Now: 06 87 81 95 33", href: "tel:+212687819533" }, - { text: "📅 Book Online", href: "#contact-form" }, + { text: "🎯 Schedule Now", href: "#contact-form" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1