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}