From 58190e3596e5970c3a4666862d1f65ce797781fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:25:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57270d0..203531b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -279,8 +279,7 @@ export default function LandingPage() { title="Let's Discuss Your Project" description="Whether you need a stunning web application or an intelligent AI voice solution, I'm here to help. Let's create something exceptional together." buttons={[ - { text: "Schedule a Consultation", href: "mailto:hello@webild.dev" }, - { text: "Send Message", href: "#" } + { text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -333,4 +332,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1