From 47ad35ac245cf5ef717fba43e3adb393d295bbc1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 06:23:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 814ffbd..ed83334 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,7 @@ export default function LandingPage() { ]} title="Comprehensive Services" description="From routine checkups to complex surgeries, we have you covered." + buttons={[{ text: "View All Services", href: "#contact" }, { text: "Learn More", href: "#contact" }]} /> @@ -184,4 +185,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1