Update src/app/page.tsx

This commit is contained in:
2026-04-19 21:07:57 +00:00
parent a721a9215e
commit 770c5ede3d

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}