Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-03 19:23:46 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}