From e693052b5845fecc7d7aaa5014f0a149145027df Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:58: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 19d3f2c..4b6ce66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,6 +109,9 @@ export default function HomePage() { title="Our Services" description="Comprehensive healthcare services designed to meet the needs of our diverse patient community" tag="What We Offer" + buttons={[ + { text: "Schedule Consultation", href: "/contact" }, + ]} features={[ { title: "Primary Care", description: -- 2.49.1