Use @mim4u.org addresses across the public site and legal pages.

Centralize EMAILS in siteContent; primary contact [email protected]; role-specific privacy, donate, and access addresses; update SEO, chat, and i18n defaults.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
defiQUG
2026-05-27 13:32:14 -07:00
co-authored by Cursor
parent b096a79573
commit dc1281dc1f
11 changed files with 27 additions and 15 deletions
+2 -2
View File
@@ -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');
}