diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index bc87e774..6f0e330d 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -157,13 +157,87 @@ const plans = [
+ + +
+
+ {[ + { eyebrow: 'Today', value: '5,420', counter: { from: 5380, to: 6400 }, label: 'Sends · all workers', tone: 'bg-[color:var(--brand)]' }, + { eyebrow: 'Warming now', value: '12,418', counter: { from: 12390, to: 12480 }, label: 'Mailboxes in premium pool', tone: 'bg-emerald-500' }, + { eyebrow: 'Mean placement', value: '96.4%', label: 'Inbox · last 14 days', tone: 'bg-emerald-500' }, + { eyebrow: 'Mean complaint', value: '0.02%', label: 'Below Google’s 0.10% threshold', tone: 'bg-emerald-500' }, + ].map((s, i) => ( +
+
+ + + + {s.eyebrow} +
+
+ {s.counter ? ( + {s.value} + ) : s.value} +
+
{s.label}
+
+ ))} +
+
+ + +
+
+
+
How it works
+

+ From connected mailbox to a campaign that lands — in an afternoon. +

+
+ +
+ + + + {[ + { n: '01', title: 'Connect', body: 'OAuth a mailbox in seconds — Google, Microsoft, or any SMTP/IMAP.', icon: 'mail' }, + { n: '02', title: 'Warm up', body: 'Pool selects vetted partners, ramps your volume +1/day, watches reputation.', icon: 'flame' }, + { n: '03', title: 'Sequence', body: 'Build steps with branching, A/B variants, business-hour delays.', icon: 'workflow' }, + { n: '04', title: 'Send & reply', body: 'Distribute across workers, classify every reply, route to the right human.', icon: 'send' }, + ].map((s) => ( +
+
+
+ {s.n} +
+ +
+

{s.title}

+

{s.body}

+
+ ))} +
+
+
+ -
+