fix: update contact information and email addresses in various sections
This commit is contained in:
12
src/App.tsx
12
src/App.tsx
@@ -597,9 +597,9 @@ function CTA() {
|
|||||||
<div className="rounded-2xl border border-white/40 bg-white/10 p-6 backdrop-blur">
|
<div className="rounded-2xl border border-white/40 bg-white/10 p-6 backdrop-blur">
|
||||||
<h3 className="font-medium tracking-tight">Prefer offline?</h3>
|
<h3 className="font-medium tracking-tight">Prefer offline?</h3>
|
||||||
<ul className="mt-3 space-y-2 text-sm text-white/90">
|
<ul className="mt-3 space-y-2 text-sm text-white/90">
|
||||||
<li className="flex items-center gap-2"><MapPin className="h-4 w-4"/> 123 Community Way, Hometown, ST</li>
|
<li className="flex items-center gap-2"><MapPin className="h-4 w-4"/> 20274 Via Medici, Porter Ranch, CA 91326</li>
|
||||||
<li className="flex items-center gap-2"><Mail className="h-4 w-4"/> donate@miraclesinmotion.org</li>
|
<li className="flex items-center gap-2"><Mail className="h-4 w-4"/> contact@mim4u.org</li>
|
||||||
<li className="flex items-center gap-2"><Phone className="h-4 w-4"/> (555) 123-4567</li>
|
<li className="flex items-center gap-2"><Phone className="h-4 w-4"/> (818) 491-6884</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p className="mt-3 text-xs text-white/80">Miracles in Motion is a 501(c)(3). EIN 12-3456789.</p>
|
<p className="mt-3 text-xs text-white/80">Miracles in Motion is a 501(c)(3). EIN 12-3456789.</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -674,7 +674,7 @@ function DonatePage() {
|
|||||||
<div className="card">
|
<div className="card">
|
||||||
<div className="font-medium">Other ways to give</div>
|
<div className="font-medium">Other ways to give</div>
|
||||||
<ul className="mt-2 list-disc space-y-1 pl-5 text-sm text-neutral-700 dark:text-neutral-300">
|
<ul className="mt-2 list-disc space-y-1 pl-5 text-sm text-neutral-700 dark:text-neutral-300">
|
||||||
<li>Mail a check to: 123 Community Way, Hometown, ST 12345</li>
|
<li>Mail a check to: Miracles In Motion, 20274 Via Medici, Porter Ranch, CA 91326</li>
|
||||||
<li>In-kind gifts: new supplies/clothing only. See <a className="underline" href="#/legal">Gift Acceptance Policy</a>.</li>
|
<li>In-kind gifts: new supplies/clothing only. See <a className="underline" href="#/legal">Gift Acceptance Policy</a>.</li>
|
||||||
<li>Stocks/DAF/wire: request instructions at donate@miraclesinmotion.org</li>
|
<li>Stocks/DAF/wire: request instructions at donate@miraclesinmotion.org</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -856,7 +856,7 @@ function LegalPage() {
|
|||||||
return (
|
return (
|
||||||
<PageShell title="Legal & Policies" icon={FileText} eyebrow="Trust & compliance" cta={<a href="#/donate" className="btn-secondary">Donate</a>}>
|
<PageShell title="Legal & Policies" icon={FileText} eyebrow="Trust & compliance" cta={<a href="#/donate" className="btn-secondary">Donate</a>}>
|
||||||
<PolicySection id="privacy" title="Privacy Policy">
|
<PolicySection id="privacy" title="Privacy Policy">
|
||||||
<p>We collect only the data necessary to process donations, volunteer coordination, and email subscriptions. We do not sell or trade personal data. You may request access, correction, or deletion at <a className="underline" href="mailto:privacy@miraclesinmotion.org">privacy@miraclesinmotion.org</a>.</p>
|
<p>We collect only the data necessary to process donations, volunteer coordination, and email subscriptions. We do not sell or trade personal data. You may request access, correction, or deletion at <a className="underline" href="mailto:privacy@mim4u.org">privacy@mim4u.org</a>.</p>
|
||||||
</PolicySection>
|
</PolicySection>
|
||||||
<PolicySection id="donor-privacy" title="Donor Privacy Policy">
|
<PolicySection id="donor-privacy" title="Donor Privacy Policy">
|
||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
@@ -872,7 +872,7 @@ function LegalPage() {
|
|||||||
<p>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.</p>
|
<p>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.</p>
|
||||||
</PolicySection>
|
</PolicySection>
|
||||||
<PolicySection id="refunds" title="Refund Policy">
|
<PolicySection id="refunds" title="Refund Policy">
|
||||||
<p>Donations are generally non-refundable. If you believe a donation was made in error, contact <a className="underline" href="mailto:donate@miraclesinmotion.org">donate@miraclesinmotion.org</a> within 15 days for assistance.</p>
|
<p>Donations are generally non-refundable. If you believe a donation was made in error, contact <a className="underline" href="mailto:donate@mim4u.org">donate@mim4u.org</a> within 15 days for assistance.</p>
|
||||||
</PolicySection>
|
</PolicySection>
|
||||||
<PolicySection id="gift-acceptance" title="Gift Acceptance Policy">
|
<PolicySection id="gift-acceptance" title="Gift Acceptance Policy">
|
||||||
<ul className="list-disc pl-5 space-y-2">
|
<ul className="list-disc pl-5 space-y-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user