From c50208515cd6628137ffa41732c1c1715c4d2e35 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 02:34:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a47028a..07b8b44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { description="Olivia Lallouz • Orofacial Myologist" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ClWbrS92bXmt7LmjB3TsGBCnuR/uploaded-1776966178389-c97cn8rw.png" imageAlt="Olivia Lallouz" - buttons={[{ text: "Book Your Professional Evaluation", onClick: () => { if (window.innerWidth < 768) { window.location.href = "tel:+19544429422"; } else { window.location.href = "mailto:olivia@specializedspch.com"; } } }]} + buttons={[{ text: "Book Your Professional Evaluation", href: "#contact" }]} buttonClassName="bg-primary text-primary-foreground font-bold" mediaAnimation="blur-reveal" /> -- 2.49.1