From bcc31f48027c5cf28f36d94c0980b0c30840e76a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:31:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e264ee..b75c6d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -279,7 +279,8 @@ 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 Free Consultation", href: "mailto:hello@webild.dev" } + { text: "Schedule Free Consultation", href: "mailto:hello@webild.dev" }, + { text: "Explore Services", href: "#portfolio" } ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} -- 2.49.1