From 187cd1aea29f9e63faae5f6c00bae6f84bb3ac6a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:32:02 +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 b493832..171c372 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -223,7 +223,7 @@ export default function LandingPage() { animationType="reveal-blur" buttons={[ { text: "Start Your Project", href: "mailto:hello@portfolio.com" }, - { text: "Schedule Call", href: "#" } + { text: "Schedule Call", href: "https://calendly.com" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1