diff --git a/app/globals.css b/app/globals.css index e89af09..d95d73c 100644 --- a/app/globals.css +++ b/app/globals.css @@ -2987,6 +2987,36 @@ details p { padding: 0 var(--space-4) var(--space-4); } +.faq-answer-body { + padding: 0 var(--space-4) var(--space-4); +} + +.faq-answer-body p { + margin: 0; + padding: 0; +} + +.faq-diagram-image { + display: block; + width: 100%; + max-width: 42rem; + height: auto; + margin-top: var(--space-4); + border-radius: var(--radius-sm); +} + +.faq-diagram-light { + display: none; +} + +:root[data-theme="light"] .faq-diagram-dark { + display: none; +} + +:root[data-theme="light"] .faq-diagram-light { + display: block; +} + .assessment-section { position: relative; display: block; diff --git a/components/FaqSection.tsx b/components/FaqSection.tsx index 7fce649..f867383 100644 --- a/components/FaqSection.tsx +++ b/components/FaqSection.tsx @@ -18,6 +18,28 @@ export default function FaqSection() { Can you migrate our existing email?

Yes. The migration plan depends on your current provider, mailbox count, domain access, and preferred migration window.

+
+ How does mail stay online if a server goes down? +
+

Incoming mail is temporarily held in Amazon AWS if the primary server needs maintenance or encounters an issue — your messages aren’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.

+ Diagram of Bay Area Email mail flow: inbound buffering, mailbox delivery, outbound via Amazon SES, and standby failover. + +

+ 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. +

+
+
Does this work with Outlook, iPhone, and iPad?

Yes. Outlook, iPhone, iPad, web, and desktop access are part of the setup conversation.

@@ -28,7 +50,7 @@ export default function FaqSection() {
What does switching cost? -

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.

+

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.

diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx index 7c7a9dc..6a821ac 100644 --- a/components/HeroSection.tsx +++ b/components/HeroSection.tsx @@ -35,24 +35,6 @@ export default function HeroSection() { Call (361) 765-8400 - -
-

Mail flow designed for continuity

- Mail flow diagram showing inbound email, Amazon S3 buffering, mailbox delivery, Amazon SES outbound sending, standby infrastructure, and operational system status. - -

- 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. -

-
diff --git a/components/PricingSection.tsx b/components/PricingSection.tsx index fceab34..b943a3e 100644 --- a/components/PricingSection.tsx +++ b/components/PricingSection.tsx @@ -39,10 +39,10 @@ export default function PricingSection({ mailboxes, onMailboxesChange }: Pricing
- Free migration & setup for teams that switch by June 30, 2026. + Free migration & setup for teams that switch by July 31, 2026.
-

$5 per mailbox / month. Free migration if you switch by June 30, 2026. Final scope confirmed in your assessment.

+

$5 per mailbox / month. Free migration if you switch by July 31, 2026. Final scope confirmed in your assessment.

Get a mailbox count quote
diff --git a/components/SiteFooter.tsx b/components/SiteFooter.tsx index 7118046..8185345 100644 --- a/components/SiteFooter.tsx +++ b/components/SiteFooter.tsx @@ -44,7 +44,7 @@ export default function SiteFooter() {
-

Bay Area Email Services, part of Bay Area IT. All rights reserved.

+

Bay Area Email Services, part of Bay Area IT. All rights reserved.

Back to top