From 486feec8bc5cd6b48fda634c5a7dfd5d35517e59 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Wed, 12 Nov 2025 12:24:36 +0000 Subject: [PATCH 1/3] 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 -- 2.39.5 From 632d08cd2903888da10e45507c7f99581326ce75 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Wed, 12 Nov 2025 12:33:36 +0000 Subject: [PATCH 2/3] Refactor header, side navigation, and navbar components to update logo links to the home page. Enhance consistency in navigation across the admin panel and main application. --- app/(admin)/_components/header.tsx | 2 +- app/(admin)/_components/side-nav.tsx | 8 ++++---- components/Navbar.tsx | 20 +++++++++++--------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/app/(admin)/_components/header.tsx b/app/(admin)/_components/header.tsx index bd15560..a2cae72 100644 --- a/app/(admin)/_components/header.tsx +++ b/app/(admin)/_components/header.tsx @@ -53,7 +53,7 @@ export function Header() {
{/* Logo */} - +
diff --git a/app/(admin)/_components/side-nav.tsx b/app/(admin)/_components/side-nav.tsx index f512a8e..58d21e1 100644 --- a/app/(admin)/_components/side-nav.tsx +++ b/app/(admin)/_components/side-nav.tsx @@ -44,12 +44,12 @@ export default function SideNav() { <> {/* Mobile Top Bar */}
-
+
Attune Heart Therapy -
+