diff --git a/public/brand/MIM4U-Brand-Kit.zip b/public/brand/MIM4U-Brand-Kit.zip index 239ca9e..81e6b49 100644 Binary files a/public/brand/MIM4U-Brand-Kit.zip and b/public/brand/MIM4U-Brand-Kit.zip differ diff --git a/src/App.tsx b/src/App.tsx index 8b456b1..a9b7920 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -78,7 +78,7 @@ import { import { AwarenessCampaigns } from './components/home/AwarenessCampaigns' import { CommunityGallery } from './components/home/CommunityGallery' import { WhoWeServe } from './components/home/WhoWeServe' -import { COMMUNITY_PHOTOS, SITE, WHAT_WE_DO } from './content/siteContent' +import { COMMUNITY_PHOTOS, HOME_TESTIMONIAL, HOW_IT_WORKS, SITE, WHAT_WE_DO } from './content/siteContent' /** * Miracles in Motion — Complete Non-Profit Website @@ -1056,19 +1056,21 @@ function HeroShowcase() { } function PartnerMarquee() { + const partners = + 'Los Angeles County • Faith communities • Outreach volunteers • Crisis & fire relief • Domestic violence advocacy • Youth & family support • Resource navigation' return (
- Trusted by schools & community partners + Serving our community together
{Array.from({ length: 2 }).map((_, i) => ( - Lincoln Unified • Sunrise Elementary • Northview High • Rotary Club • City Youth Fund • BookBank • Caring Co. + {partners} ))}
@@ -1261,12 +1263,7 @@ function Impact() { } function HowItWorks() { - const steps = [ - { title: "Referral", body: "A school counselor, social worker, or parent submits a simple request." }, - { title: "Fast response", body: "Needs are verified same-day and approved within 24 hours." }, - { title: "Fulfillment", body: "We purchase items locally or provide vouchers for pickup." }, - { title: "Follow-up", body: "We confirm support reached the student and log outcomes." }, - ] + const steps = HOW_IT_WORKS.steps.map((s) => ({ title: s.title, body: s.body })) return (
@@ -1305,7 +1302,7 @@ function HowItWorks() {
- +
@@ -1352,7 +1349,7 @@ function HowItWorks() {
@@ -1375,7 +1372,7 @@ function HowItWorks() {
Donor promise
-

Your gift funds direct student needs first. We publish anonymized impact and receipts for transparency.

+

{HOW_IT_WORKS.donorPromise}

@@ -1401,9 +1398,9 @@ function HowItWorks() { > -
For counselors
+
For partners & volunteers
-

One-page referral. No uploads required. We do the running so students don't miss class.

+

{HOW_IT_WORKS.partnerNote}

@@ -1420,11 +1417,11 @@ function Testimonial() {
- "A student arrived with torn shoes before winter break. Within 24 hours, Miracles in Motion had a new coat and shoes ready. He came back from break beaming." + “{HOME_TESTIMONIAL.quote}”
- - Counselor, Northview High + + {HOME_TESTIMONIAL.attribution}
@@ -1434,16 +1431,16 @@ function Testimonial() { function GetInvolved() { const options = [ - { title: "Donate", body: "Fuel fast responses for urgent student needs.", href: "#/donate", accent: "from-secondary-500 to-primary-500", icon: Heart }, - { title: "Volunteer", body: "Assemble kits, deliver items, host a drive.", href: "#/volunteers", accent: "from-sky-500 to-secondary-500", icon: Users }, - { title: "Corporate sponsor", body: "Schools and community orgs: let's team up.", href: "#/sponsors", accent: "from-emerald-500 to-lime-500", icon: Globe }, + { title: "Donate", body: "Restore hope through outreach, emergency aid, and compassionate care.", href: "#/donate", accent: "from-secondary-500 to-primary-500", icon: Heart }, + { title: "Volunteer", body: "Serve at outreach events and support families in your community.", href: "#/volunteers", accent: "from-sky-500 to-secondary-500", icon: Users }, + { title: "Partner with us", body: "Churches, businesses, and organizations — let's serve together.", href: "#/contact", accent: "from-primary-500 to-secondary-500", icon: Globe }, ] return (
- +
@@ -1509,22 +1506,21 @@ function CTA() {
')" }} />
-

Help a student start school with pride

-

Your gift today equips a child with the essentials they need—fast. $48 fills a backpack; $72 outfits a student with shoes and a coat.

+

Help restore hope in someone's hardest season

+

Your generosity supports outreach, emergency assistance, and resource navigation for families facing crisis throughout Los Angeles County.

-

Prefer offline?

+

Contact us

    -
  • 20274 Via Medici, Porter Ranch, CA 91326
  • -
  • {SITE.email}
  • -
  • (818) 491-6884
  • +
  • {SITE.email}
  • +
  • {SITE.serviceArea}

{SITE.legalStatus}. EIN {SITE.ein}.

diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index edcec37..de6d8e5 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -42,7 +42,7 @@ export function Navigation({ darkMode, setDarkMode, mobileMenuOpen, setMobileMen -
+
{NAV_LINKS.map((link) => ( -