diff --git a/src/app/page.tsx b/src/app/page.tsx index ec14f59..f003029 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, ]} brandName="Olivia Lallouz" - button={{ text: "Book Your Professional Evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }} + button={{ text: "Book Your Professional Evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedpspch.com"; } } }} /> @@ -158,8 +158,8 @@ export default function LandingPage() { 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"; } } }, - { text: "Email Us", href: "mailto:olivia@specializedspch.com" } + { text: "Schedule your evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedpspch.com"; } } }, + { text: "Email Us", href: "mailto:olivia@specializedpspch.com" } ]} className="text-center" /> @@ -167,7 +167,7 @@ export default function LandingPage() {

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@specializedpspch.com

Zoom telehealth sessions available.

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

@@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file