diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b81c2b..cc15e13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { title="Heal Naturally Move Freely Feel Better" description="Evidence-based osteopathic care tailored to your body's unique needs. Experience lasting relief through whole-person treatment." background={{ variant: "plain" }} - buttons={[{ text: "Book Your Consultation", href: "#contact" }]} + buttons={[{ text: "Book Your Initial Assessment", href: "#contact" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-ready-get-ct-scan_23-2149341520.jpg?_wi=1", imageAlt: "osteopathic treatment" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-doctor-medical-shirt-yellow-wall_179666-23349.jpg?_wi=1", imageAlt: "osteopathic treatment" }, @@ -211,4 +211,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file