From ff6da66327bd7143ef3b8842c4adb6b985465e1f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:30:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 701156e..aee7e01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact" }, ]} brandName="Olivia Lallouz" - button={{ text: "Schedule your evaluation", href: "#contact" }} + button={{ text: "Start Your Evaluation", href: "#contact" }} /> @@ -51,7 +51,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: "Schedule your evaluation", href: "#contact" }]} + buttons={[{ text: "Start Your Evaluation", href: "#contact" }]} buttonClassName="bg-primary text-primary-foreground font-bold" /> -- 2.49.1