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