some changes

This commit is contained in:
2026-06-14 18:14:16 -05:00
parent f36cb9ce51
commit 143ca13601
5 changed files with 56 additions and 22 deletions

View File

@@ -18,6 +18,28 @@ export default function FaqSection() {
<summary>Can you migrate our existing email?</summary>
<p>Yes. The migration plan depends on your current provider, mailbox count, domain access, and preferred migration window.</p>
</details>
<details>
<summary>How does mail stay online if a server goes down?</summary>
<div className="faq-answer-body">
<p>Incoming mail is temporarily held in Amazon AWS if the primary server needs maintenance or encounters an issue your messages aren&rsquo;t lost. A standby backup environment is ready to take over, so your team can keep sending and receiving. Once things are back to normal, buffered mail is delivered to your inboxes automatically.</p>
<img
className="faq-diagram-image faq-diagram-dark"
src="/assets/mail-flow-panel.png"
alt="Diagram of Bay Area Email mail flow: inbound buffering, mailbox delivery, outbound via Amazon SES, and standby failover."
loading="lazy"
/>
<img
className="faq-diagram-image faq-diagram-light"
src="/assets/mail-flow-panel-light.png"
alt=""
aria-hidden="true"
loading="lazy"
/>
<p className="sr-only">
Inbound messages are collected from the internet, remote mail servers, and other providers, buffered and processed through Amazon S3, delivered to mailboxes, sent outbound through Amazon SES, and supported by standby infrastructure.
</p>
</div>
</details>
<details>
<summary>Does this work with Outlook, iPhone, and iPad?</summary>
<p>Yes. Outlook, iPhone, iPad, web, and desktop access are part of the setup conversation.</p>
@@ -28,7 +50,7 @@ export default function FaqSection() {
</details>
<details>
<summary>What does switching cost?</summary>
<p>Setup and migration are included at no extra charge for teams that switch by June 30, 2026. After that, the ongoing cost is $5 per mailbox per month. We confirm the final scope in your assessment before any work begins.</p>
<p>Setup and migration are included at no extra charge for teams that switch by July 31, 2026. After that, the ongoing cost is $5 per mailbox per month. We confirm the final scope in your assessment before any work begins.</p>
</details>
</div>
</section>