diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a7c4a8..f537fac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,16 +32,11 @@ export default function LandingPage() {
@@ -112,12 +88,9 @@ export default function LandingPage() { title="Our Collective Impact" tag="Yearly Progress" metrics={[ - { - id: "m1", value: "12,000+", description: "Hours Donated"}, - { - id: "m2", value: "450", description: "Active Volunteers"}, - { - id: "m3", value: "85", description: "Community Partners"}, + { id: "m1", value: "12,000+", description: "Hours Donated" }, + { id: "m2", value: "450", description: "Active Volunteers" }, + { id: "m3", value: "85", description: "Community Partners" }, ]} metricsAnimation="slide-up" /> @@ -130,11 +103,14 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", title: "Food Pantry", subtitle: "Support local families.", category: "Direct Service", value: "Weekly"}, + id: "f1", title: "Food Pantry", subtitle: "Support local families.", category: "Direct Service", value: "Weekly", buttons: [{ text: "Sign Up", href: "#contact" }] + }, { - id: "f2", title: "Mentoring", subtitle: "Guide local youth.", category: "Education", value: "Monthly"}, + id: "f2", title: "Mentoring", subtitle: "Guide local youth.", category: "Education", value: "Monthly", buttons: [{ text: "Get Started", href: "#contact" }] + }, { - id: "f3", title: "Park Cleanup", subtitle: "Improve local green space.", category: "Environment", value: "Weekend"}, + id: "f3", title: "Park Cleanup", subtitle: "Improve local green space.", category: "Environment", value: "Weekend", buttons: [{ text: "Join Us", href: "#contact" }] + }, ]} title="Volunteer Opportunities" description="Find your perfect role in our community projects." @@ -145,16 +121,11 @@ export default function LandingPage() {