From 486feec8bc5cd6b48fda634c5a7dfd5d35517e59 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Wed, 12 Nov 2025 12:24:36 +0000 Subject: [PATCH] Update HeroSection component to correct therapist title and add smooth scroll functionality to the "Learn More" button for improved navigation experience. --- components/Hero.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/Hero.tsx b/components/Hero.tsx index 5357500..9be034a 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -120,7 +120,7 @@ export function HeroSection() { animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.8, delay: 0.4 }} > - Nathalie Mac Guffie, LCSW + Nathalie Mac-Guffie, LMHC { + const servicesSection = document.getElementById('services'); + if (servicesSection) { + servicesSection.scrollIntoView({ behavior: 'smooth', block: 'start' }); + } + }} > Learn More