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 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