From b7439959a3f6ecbca23ea08bb6295ec879c74782 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:00:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 041662d..541dd27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,13 +31,13 @@ export default function LandingPage() { @@ -47,7 +47,7 @@ export default function LandingPage() { description="Real Relief. Proven Results. Personalized treatment plans from board-certified specialists. Most patients see improvement within weeks." buttons={[ { - text: "Schedule Your Consultation", href: "#contact"}, + text: "Schedule Your Consultation", href: "/contact"}, ]} slides={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=1", imageAlt: "Forsyth Spinal Clinic" }, @@ -64,7 +64,7 @@ export default function LandingPage() { @@ -144,7 +144,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "canvas-reveal" }} text="Ready to take control of your spinal health? Schedule your free initial consultation with Dr. Seaney today." - buttons={[{ text: "Call (770) 888-9265", href: "tel:7708889265" }]} + buttons={[{ text: "Book Now", href: "/contact" }]} /> @@ -152,9 +152,9 @@ export default function LandingPage() {