+
+ )
+}
diff --git a/src/components/home/CommunityVideo.tsx b/src/components/home/CommunityVideo.tsx
new file mode 100644
index 0000000..623e147
--- /dev/null
+++ b/src/components/home/CommunityVideo.tsx
@@ -0,0 +1,22 @@
+import { COMMUNITY_VIDEO } from '../../content/siteContent'
+
+export function CommunityVideo() {
+ return (
+
+
+
+ {COMMUNITY_VIDEO.alt}
+
+
+ )
+}
diff --git a/src/content/siteContent.ts b/src/content/siteContent.ts
index bcf7e00..c80e239 100644
--- a/src/content/siteContent.ts
+++ b/src/content/siteContent.ts
@@ -13,6 +13,42 @@ export const SITE = {
closingLine: 'Because miracles still happen every day.',
} as const
+/** Official social profiles */
+export const SOCIAL = {
+ instagram: 'https://www.instagram.com/miraclesinmotionfoundation',
+ instagramQr: 'https://www.instagram.com/miraclesinmotionfoundation?utm_source=qr',
+} as const
+
+/** Client-provided community outreach photos (public/photos/community/) */
+export const COMMUNITY_PHOTOS = [
+ {
+ src: '/photos/community/outreach-01.jpg',
+ alt: 'Miracles in Motion Foundation community outreach — volunteers serving families with compassion',
+ },
+ {
+ src: '/photos/community/outreach-02.jpg',
+ alt: 'Community event supporting families in Los Angeles County',
+ },
+ {
+ src: '/photos/community/outreach-03.jpg',
+ alt: 'Faith-centered outreach and fellowship at a Miracles in Motion Foundation gathering',
+ },
+ {
+ src: '/photos/community/outreach-04.jpg',
+ alt: 'Families and volunteers connected through hope and community support',
+ },
+ {
+ src: '/photos/community/outreach-05.jpg',
+ alt: 'Miracles in Motion Foundation outreach — restoring dignity and hope in the community',
+ },
+] as const
+
+export const COMMUNITY_VIDEO = {
+ src: '/photos/community/outreach-video.mp4',
+ poster: '/photos/community/outreach-01.jpg',
+ alt: 'Video from a Miracles in Motion Foundation community outreach event',
+} as const
+
export const NAV_LINKS = [
{ href: '#/about', label: 'About', ariaLabel: 'About us' },
{ href: '#/what-we-do', label: 'What We Do', ariaLabel: 'Our programs and services' },
diff --git a/src/pages/foundation/FoundationPages.tsx b/src/pages/foundation/FoundationPages.tsx
index 19f5c85..dd1d68e 100644
--- a/src/pages/foundation/FoundationPages.tsx
+++ b/src/pages/foundation/FoundationPages.tsx
@@ -1,11 +1,14 @@
import type { ReactNode } from 'react'
-import { ArrowRight, Calendar, Heart, Mail, MapPin, Users } from 'lucide-react'
+import { ArrowRight, Calendar, Heart, Instagram, Mail, MapPin, Users } from 'lucide-react'
+import { CommunityGallery } from '../../components/home/CommunityGallery'
+import { CommunityVideo } from '../../components/home/CommunityVideo'
import {
EVENTS,
INTRO,
MISSION,
POPULATIONS_SERVED,
SITE,
+ SOCIAL,
STORIES_OF_HOPE,
VISION,
WHAT_WE_DO,
@@ -151,8 +154,9 @@ export function EventsPage() {
{EVENTS.body}
-
-
+
+
+
Event listings will be posted here as dates are confirmed. We welcome volunteers and
@@ -165,9 +169,20 @@ export function EventsPage() {
Contact us
+
+
+ Instagram
+