diff --git a/src/app/page.tsx b/src/app/page.tsx
index 776892d..9a7c4a8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,71 +50,46 @@ export default function LandingPage() {
@@ -136,9 +101,7 @@ export default function LandingPage() {
title="Our Mission for St. Louis"
buttons={[
{
- text: "Our History",
- href: "#",
- },
+ text: "Our History", href: "#"},
]}
/>
@@ -150,20 +113,11 @@ export default function LandingPage() {
tag="Yearly Progress"
metrics={[
{
- id: "m1",
- value: "12,000+",
- description: "Hours Donated",
- },
+ id: "m1", value: "12,000+", description: "Hours Donated"},
{
- id: "m2",
- value: "450",
- description: "Active Volunteers",
- },
+ id: "m2", value: "450", description: "Active Volunteers"},
{
- id: "m3",
- value: "85",
- description: "Community Partners",
- },
+ id: "m3", value: "85", description: "Community Partners"},
]}
metricsAnimation="slide-up"
/>
@@ -176,26 +130,11 @@ 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"},
{
- id: "f2",
- title: "Mentoring",
- subtitle: "Guide local youth.",
- category: "Education",
- value: "Monthly",
- },
+ id: "f2", title: "Mentoring", subtitle: "Guide local youth.", category: "Education", value: "Monthly"},
{
- 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"},
]}
title="Volunteer Opportunities"
description="Find your perfect role in our community projects."
@@ -207,30 +146,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t1",
- name: "Sarah Miller",
- imageSrc: "http://img.b2bpic.net/free-photo/volunteers-with-food-donations-close-up_23-2149182030.jpg",
- },
+ id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/volunteers-with-food-donations-close-up_23-2149182030.jpg"},
{
- id: "t2",
- name: "James Henderson",
- imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582399.jpg",
- },
+ id: "t2", name: "James Henderson", imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582399.jpg"},
{
- id: "t3",
- name: "Maria Garcia",
- imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-football-game_23-2149015520.jpg",
- },
+ id: "t3", name: "Maria Garcia", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-football-game_23-2149015520.jpg"},
{
- id: "t4",
- name: "David Wilson",
- imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg",
- },
+ id: "t4", name: "David Wilson", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-glad-female-smiles-gently-has-hiking-tour-with-rucksack_273609-25972.jpg"},
{
- id: "t5",
- name: "Elena Ross",
- imageSrc: "http://img.b2bpic.net/free-photo/diverse-volunteers-taking-selfie-together_53876-13557.jpg",
- },
+ id: "t5", name: "Elena Ross", imageSrc: "http://img.b2bpic.net/free-photo/diverse-volunteers-taking-selfie-together_53876-13557.jpg"},
]}
cardTitle="Voices of the Community"
cardTag="Heartfelt Stories"
@@ -243,12 +167,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "City of St. Louis",
- "Gateway Food Bank",
- "Metro Parks Foundation",
- "St. Louis Reads",
- "Arts Council",
- ]}
+ "City of St. Louis", "Gateway Food Bank", "Metro Parks Foundation", "St. Louis Reads", "Arts Council"]}
title="Proud Partners"
description="Collaborating with local leaders across the city."
/>
@@ -259,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "How do I start?",
- content: "Sign up online and join a team.",
- },
+ 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: "q2",
- title: "Do I need experience?",
- content: "No experience needed; we provide training.",
- },
+ 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: "q3",
- title: "Is there a commitment?",
- content: "Choose the frequency that fits your schedule.",
- },
+ 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."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -283,8 +193,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file