3 Commits

Author SHA1 Message Date
38410bc909 Update src/app/page.tsx 2026-03-03 19:23:42 +00:00
3956b4066e Update src/app/layout.tsx 2026-03-03 19:23:41 +00:00
26e46e7873 Merge version_1 into main
Merge version_1 into main
2026-03-03 18:57:16 +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>
);
}
}