From 02e8cd35dd9f71e034d98477d37c25ebc5b54add Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 07:48:06 +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 ce97d4e..487de71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,7 +203,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Send Email", href: "mailto:hello@alexdev.com" }, - { text: "Schedule Call", href: "#" } + { text: "Book a Free Consultation", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1