From 5e48370f0a6ce69ba340c8ffbf00522dc25c2b67 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:25:24 +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 787abcc..ed3daa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -187,7 +187,7 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[ { text: "Begin Collaboration", href: "mailto:contact@creativestudio.com" }, - { text: "Schedule a Call", href: "#" } + { text: "Schedule a Call", href: "https://calendly.com/contact@creativestudio" } ]} /> -- 2.49.1