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() {