From 85894a550350faa059f1a87bdb4fdad8ac6bac7d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:53:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5abcbbe..69196ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,9 @@ export default function LandingPage() { { title: "Comfort First", description: "Relaxing and friendly atmosphere.", icon: Clock }, { title: "Patient Focused", description: "Care tailored to your needs.", icon: Smile } ]} + buttons={[ + { text: "Book Now", href: "#contact" } + ]} imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-393.jpg" imagePosition="right" textboxLayout="split" -- 2.49.1