Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c089f5012 | |||
| cbac47e1e2 | |||
| eeb93c837e | |||
| 1e6ea8cfb5 |
@@ -53,6 +53,8 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Donate Now", href: "#contact"},
|
text: "Donate Now", href: "#contact"},
|
||||||
|
{
|
||||||
|
text: "See Our Impact", href: "#metrics"},
|
||||||
{
|
{
|
||||||
text: "Partner With Us", href: "#contact"},
|
text: "Partner With Us", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
@@ -80,13 +82,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
label: "Survivors Reached", value: "288+"},
|
label: "Cancer Survivors Supported", value: "288+"},
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Districts Covered", value: "10+"},
|
label: "Districts Empowered", value: "10+"},
|
||||||
{
|
{
|
||||||
icon: Heart,
|
icon: Heart,
|
||||||
label: "Women Impacted", value: "60%"},
|
label: "Women Receiving Care", value: "60%"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user