From 8f65205b82339733a5dc33927e01ca8cb04d02d4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:59:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b09d3c3..e93f918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -196,7 +196,10 @@ export default function LandingPage() { ctaTitle="Ready to get started?" ctaDescription="Call us at 970-216-3712 or fill out the form to secure your spot today." ctaButton={{ - text: "Contact Us", href: "#"}} + text: "Contact Us", onClick: () => { + const element = document.getElementById("contact"); + element?.scrollIntoView({ behavior: "smooth" }); + }}}, ctaIcon={Phone} />