Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 38410bc909 | |||
| 3956b4066e | |||
| 26e46e7873 |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
|||||||
logoText="We Care CBO"
|
logoText="We Care CBO"
|
||||||
description="Transforming community health through accessible, quality healthcare services and health education in Nairobi."
|
description="Transforming community health through accessible, quality healthcare services and health education in Nairobi."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "#contact" },
|
{ text: "Access Healthcare Now", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn About Our Mission", href: "#about" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-medical-professionals-icu-ready-coronavirus-patients_53876-138953.jpg"
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user