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

@@ -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;

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>

View File

@@ -35,24 +35,6 @@ export default function HeroSection() {
<a className="call-inline" href="tel:+13617658400">Call (361) 765-8400</a>
</div>
</div>
<section id="infrastructure" className="architecture-panel" aria-labelledby="architecture-title">
<h2 id="architecture-title" className="sr-only">Mail flow designed for continuity</h2>
<img
className="architecture-image architecture-image-dark"
src="/assets/mail-flow-panel.png"
alt="Mail flow diagram showing inbound email, Amazon S3 buffering, mailbox delivery, Amazon SES outbound sending, standby infrastructure, and operational system status."
/>
<img
className="architecture-image architecture-image-light"
src="/assets/mail-flow-panel-light.png"
alt=""
aria-hidden="true"
/>
<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>
</section>
</div>
<div className="module-grid" aria-label="Service highlights">

View File

@@ -39,10 +39,10 @@ export default function PricingSection({ mailboxes, onMailboxesChange }: Pricing
<div className="offer-banner">
<span className="offer-banner-icon" aria-hidden="true">&#9733;</span>
Free migration &amp; setup for teams that switch by June&nbsp;30,&nbsp;2026.
Free migration &amp; setup for teams that switch by July&nbsp;31,&nbsp;2026.
</div>
<p className="price-subtext">$5 per mailbox / month. Free migration if you switch by June 30, 2026. Final scope confirmed in your assessment.</p>
<p className="price-subtext">$5 per mailbox / month. Free migration if you switch by July 31, 2026. Final scope confirmed in your assessment.</p>
<a className="button button-primary" href="#assessment">Get a mailbox count quote</a>
</div>

View File

@@ -44,7 +44,7 @@ export default function SiteFooter() {
</div>
<div className="footer-bottom">
<p>Bay Area Email Services, part of Bay Area IT. All rights reserved.</p>
<p>Bay Area Email Services, part of <a href="https://bayarea-cc.com" target="_blank" rel="noopener noreferrer">Bay Area IT</a>. All rights reserved.</p>
<div>
<a href="#top" className="back-to-top">
Back to top