From 6986f17bff389141b11e67adad8927d49930855f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 02:40:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07b8b44..707d151 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Moon, Sparkles, Wind, Podcast, Smile } from "lucide-react"; +import { Moon, Sparkles, Wind, Podcast, Smile, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -156,13 +156,18 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain"}} text="Ready to Transform Your Wellness?" - buttons={[{ text: "Schedule your evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }]} + buttons={[ + { text: "Schedule your evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }, + { text: "Email Us", href: "mailto:olivia@specializedspch.com" } + ]} className="text-center" />

On-site services at Specialized Speech Center

3335 N University Dr #5, Hollywood, FL 33024

-

Phone: (954) 442-9422 | Email: olivia@specializedspch.com

+

+ Phone: (954) 442-9422 | Email: olivia@specializedspch.com +

Zoom telehealth sessions available.

*Insurance is accepted only in Florida. All international or out-of-state clients are private pay.

-- 2.49.1