From 3956b4066e623f64415e993f0690c19c4316b61b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:23:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5d0f79f..f59151b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 38410bc909f8e12fc1c961c640d511db4dadf2ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:23:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 819a9e0..e443ebe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { logoText="We Care CBO" description="Transforming community health through accessible, quality healthcare services and health education in Nairobi." buttons={[ - { text: "Get Started", href: "#contact" }, - { text: "Learn More", href: "#about" } + { text: "Access Healthcare Now", href: "#contact" }, + { text: "Learn About Our Mission", href: "#about" } ]} background={{ variant: "animated-grid" }} imageSrc="http://img.b2bpic.net/free-photo/group-medical-professionals-icu-ready-coronavirus-patients_53876-138953.jpg" @@ -246,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1