diff --git a/.env.example b/.env.example index aed66d7..cba2397 100644 --- a/.env.example +++ b/.env.example @@ -6,7 +6,7 @@ VITE_GA_MEASUREMENT_ID=G-XXXXXXXXXX VITE_ANALYTICS_ENABLED=true # Contact Information -VITE_CONTACT_EMAIL=contact@miraclesinmotion.org +VITE_CONTACT_EMAIL=info@mim4u.org VITE_PHONE_NUMBER=+15551234567 VITE_ADDRESS="123 Community Way, Hometown, ST 12345" diff --git a/api/src/ai/chat.ts b/api/src/ai/chat.ts index 2dc7fe9..108c19a 100644 --- a/api/src/ai/chat.ts +++ b/api/src/ai/chat.ts @@ -63,11 +63,11 @@ function buildSystemPrompt(pagePath: string): string { return [ 'You are the Miracles in Motion website assistant for MIM4U.', 'Answer as a warm, concise concierge for a nonprofit that supports students with school supplies, clothing, shoes, emergency support, volunteer coordination, donations, and sponsorships.', - 'Use only the provided context and the user messages. If you are unsure, say so and direct the user to info@miraclesinmotion.org.', + 'Use only the provided context and the user messages. If you are unsure, say so and direct the user to info@mim4u.org.', 'Keep replies practical and short. Prefer bullets only when they improve clarity.', 'When relevant, guide users to these routes: #/donate, #/volunteers, #/request-assistance, #/impact, #/stories.', 'Do not invent phone numbers, addresses, office hours, eligibility rules, or application steps.', - 'If someone needs urgent support, tell them to use #/request-assistance and contact info@miraclesinmotion.org directly.', + 'If someone needs urgent support, tell them to use #/request-assistance and contact info@mim4u.org directly.', `Current page route: ${pagePath || '/'}` ].join('\n'); } diff --git a/public/brand/MIM4U-Brand-Kit.zip b/public/brand/MIM4U-Brand-Kit.zip index ef68fea..dd89bfb 100644 Binary files a/public/brand/MIM4U-Brand-Kit.zip and b/public/brand/MIM4U-Brand-Kit.zip differ diff --git a/public/brand/logo-symbol-1024.png b/public/brand/logo-symbol-1024.png index 3c05b65..aacf27a 100644 Binary files a/public/brand/logo-symbol-1024.png and b/public/brand/logo-symbol-1024.png differ diff --git a/src/App.tsx b/src/App.tsx index 67a0be8..71ec76f 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, HOME_TESTIMONIAL, HOW_IT_WORKS, SITE, WHAT_WE_DO } from './content/siteContent' +import { COMMUNITY_PHOTOS, EMAILS, HOME_TESTIMONIAL, HOW_IT_WORKS, SITE, WHAT_WE_DO, mailto } from './content/siteContent' /** * Miracles in Motion — Complete Non-Profit Website @@ -2251,7 +2251,7 @@ function LegalPage() { return ( Donate}> -

We collect only the data necessary to process donations, volunteer coordination, and email subscriptions. We do not sell or trade personal data. Assistance requests are used only to verify and deliver support; we do not share this data for marketing. You may request access, correction, or deletion at {SITE.email}.

+

We collect only the data necessary to process donations, volunteer coordination, and email subscriptions. We do not sell or trade personal data. Assistance requests are used only to verify and deliver support; we do not share this data for marketing. You may request access, correction, or deletion at {EMAILS.privacy}.

We never sell, share, or trade donor names or personal information with any other entity, nor send donor mailings on behalf of other organizations. This policy applies to all information received online and offline.

@@ -2267,7 +2267,7 @@ function LegalPage() {

We use essential cookies for site functionality and, with your consent, privacy-friendly analytics. You can change your choices via the cookie banner or by clearing site data.

-

Donations are generally non-refundable. If you believe a donation was made in error, contact {SITE.email} within 15 days for assistance.

+

Donations are generally non-refundable. If you believe a donation was made in error, contact {EMAILS.donate} within 15 days for assistance.