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() { @@ -178,11 +150,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "How do I start volunteering?", content: "Getting started is simple: create an account on our platform, browse the available volunteer projects based on your interests, and sign up for an orientation session."}, + id: "q1", title: "How do I start volunteering?", content: "Getting started is simple: create an account on our platform, browse the available volunteer projects based on your interests, and sign up for an orientation session. Once registered, our coordinators will reach out via email to match you with a project." + }, { - id: "q2", title: "Do I need prior experience?", content: "No specific experience is required for most roles! We provide comprehensive on-the-job training and guidance to ensure you feel confident and prepared for your assigned tasks."}, + id: "q2", title: "Do I need prior experience?", content: "No specific experience is required for most roles! We provide comprehensive on-the-job training and guidance to ensure you feel confident and prepared. Our team is dedicated to pairing your skills with community needs." + }, { - id: "q3", title: "Can I choose my schedule?", content: "Absolutely. We offer flexible shifts across various programs, allowing you to choose the times and dates that align with your personal and professional commitments."}, + id: "q3", title: "How flexible is the schedule?", content: "We offer highly flexible shifts across all our programs, from weekday food pantry support to weekend park cleanups. You can manage your availability directly through your volunteer portal. For specialized scheduling requests, contact us directly." + }, ]} sideTitle="Questions?" faqsAnimation="slide-up" @@ -192,11 +167,10 @@ export default function LandingPage() {
@@ -209,4 +183,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}