From 0cbef9e629aa28ed2bfa86d0934a7fa118c8fc0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:55:21 +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 6460a1f..725f27d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { ]} brandName="SmileCraft" button={{ - text: "Book Appointment", href: "#appointment"}} + text: "Book Appointment", href: "#contact"}} /> @@ -57,7 +57,7 @@ export default function LandingPage() { description="Expert dental care designed for your comfort. From routine checkups to advanced cosmetic procedures, we bring out your brightest smile." buttons={[ { - text: "Book Appointment", href: "#appointment"}, + text: "Book Appointment", href: "#contact"}, { text: "View Our Services", href: "#services"}, ]}