-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (215 loc) · 11.6 KB
/
Copy pathindex.html
File metadata and controls
237 lines (215 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Inbox — the AI that reads your texts & emails and tells you who to close</title>
<meta name="description" content="An AI that reads every text and email reply, kills the noise, and hands you only the conversations worth closing." />
<style>
:root{
--bg:#080b11; --panel:#0f1620; --panel2:#131c28; --line:#1e2a38;
--txt:#e7eef6; --mut:#8aa0b4; --em:#10b981; --em2:#34d399;
--ind:#6366f1; --amber:#f59e0b; --red:#ef4444;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
background:radial-gradient(1200px 700px at 70% -10%, #0e1b16 0%, var(--bg) 55%) no-repeat, var(--bg);
color:var(--txt); font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
-webkit-font-smoothing:antialiased;
}
.wrap{max-width:1040px;margin:0 auto;padding:0 22px}
.eyebrow{color:var(--em2);font-weight:700;letter-spacing:.18em;font-size:12px;text-transform:uppercase}
a{color:inherit}
.btn{display:inline-block;background:linear-gradient(135deg,var(--em) 0%,#059669 100%);
color:#04150f;font-weight:800;padding:14px 26px;border-radius:11px;text-decoration:none;
box-shadow:0 8px 30px rgba(16,185,129,.32);transition:transform .15s ease}
.btn:hover{transform:translateY(-2px)}
.btn.ghost{background:transparent;color:var(--txt);border:1px solid var(--line);box-shadow:none}
/* HERO */
header{padding:30px 0 8px}
nav{display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.02em}
.logo .dot{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--em),var(--ind));display:grid;place-items:center;font-size:14px}
.hero{padding:64px 0 30px;max-width:820px}
.hero h1{font-size:clamp(34px,6vw,60px);line-height:1.04;font-weight:850;letter-spacing:-.02em;margin:18px 0}
.hero h1 span{background:linear-gradient(120deg,var(--em2),var(--ind));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{font-size:clamp(17px,2.4vw,21px);color:var(--mut);max-width:640px}
.cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
/* PROTOCOL STRIP */
.protocol{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:46px 0 8px}
.step{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:12px 18px;font-weight:800;letter-spacing:.04em}
.step b{display:block;font-size:11px;color:var(--mut);font-weight:600;letter-spacing:.14em;margin-bottom:2px}
.arrow{color:var(--em);font-weight:900;font-size:20px}
section{padding:54px 0}
.lede{font-size:13px;color:var(--em2);font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}
h2{font-size:clamp(26px,4vw,38px);font-weight:820;letter-spacing:-.01em;margin-bottom:14px}
.sub{color:var(--mut);max-width:680px;font-size:18px}
/* SPLIT DEMO */
.demo{display:grid;grid-template-columns:1fr 1.25fr;gap:22px;margin-top:34px}
@media(max-width:820px){.demo{grid-template-columns:1fr}}
.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:22px}
.card h3{font-size:15px;color:var(--mut);font-weight:700;margin-bottom:14px;letter-spacing:.02em}
.noise{filter:saturate(.5)}
.noise .row{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);color:#5b6c7d;font-size:14px}
.bignum{font-size:54px;font-weight:850;letter-spacing:-.03em}
.bignum small{display:block;font-size:14px;color:var(--mut);font-weight:600;letter-spacing:.02em;margin-top:6px}
.queue .item{background:var(--panel2);border:1px solid var(--line);border-left-width:4px;border-radius:13px;padding:14px 16px;margin-bottom:12px}
.item .top{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}
.pill{font-size:11px;font-weight:800;padding:3px 9px;border-radius:999px;letter-spacing:.04em}
.p0{border-left-color:var(--red)} .p1{border-left-color:var(--amber)} .p2{border-left-color:var(--ind)}
.pill.book{background:rgba(16,185,129,.16);color:var(--em2)}
.pill.q{background:rgba(99,102,241,.18);color:#a5b4fc}
.pill.obj{background:rgba(245,158,11,.16);color:#fbbf24}
.pri{margin-left:auto;font-size:11px;font-weight:800;color:var(--mut)}
.chan{font-size:11px;color:var(--mut);font-weight:700;border:1px solid var(--line);padding:2px 7px;border-radius:6px}
.name{font-weight:800}
.msg{color:#c4d2df;font-size:14px;margin:4px 0 10px}
.draft{background:#0b1f17;border:1px dashed rgba(16,185,129,.4);border-radius:9px;padding:9px 11px;font-size:13px;color:var(--em2)}
.draft b{color:var(--mut);font-weight:700;font-size:11px;letter-spacing:.08em;display:block;margin-bottom:2px}
.act{display:flex;gap:8px;margin-top:10px}
.mini{font-size:12px;font-weight:800;padding:7px 12px;border-radius:8px;border:1px solid var(--line);background:transparent;color:var(--txt);cursor:pointer}
.mini.go{background:var(--em);color:#04150f;border-color:transparent}
/* HOW */
.how{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
@media(max-width:820px){.how{grid-template-columns:1fr}}
.how .card{padding:24px}
.how .n{width:34px;height:34px;border-radius:9px;background:linear-gradient(135deg,var(--em),var(--ind));display:grid;place-items:center;font-weight:850;color:#04150f;margin-bottom:14px}
.how h4{font-size:18px;margin-bottom:6px}
.how p{color:var(--mut);font-size:15px}
.who{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.who span{background:var(--panel);border:1px solid var(--line);padding:9px 15px;border-radius:999px;font-weight:700;font-size:14px}
footer{padding:70px 0 60px;text-align:center;border-top:1px solid var(--line);margin-top:30px}
footer h2{margin-bottom:18px}
.fine{color:#5b6c7d;font-size:13px;margin-top:34px}
</style>
</head>
<body>
<div class="wrap">
<header>
<nav>
<div class="logo"><span class="dot">◧</span> INBOX</div>
<a class="btn ghost" href="#cta">Get early access</a>
</nav>
<div class="hero">
<div class="eyebrow">Scan · Read · Classify · Prioritize</div>
<h1>You'll never read<br/>your inbox <span>again.</span></h1>
<p>An AI that reads every text and email reply, kills the noise, and hands you
only the conversations worth closing. One ranked list. The hottest on top.</p>
<div class="cta">
<a class="btn" href="#cta">Get early access</a>
<a class="btn ghost" href="#demo">See it work ↓</a>
</div>
</div>
<div class="protocol">
<div class="step"><b>STEP 1</b>SCAN</div><span class="arrow">→</span>
<div class="step"><b>STEP 2</b>READ</div><span class="arrow">→</span>
<div class="step"><b>STEP 3</b>CLASSIFY</div><span class="arrow">→</span>
<div class="step"><b>STEP 4</b>PRIORITIZE</div>
</div>
</header>
<!-- DEMO -->
<section id="demo">
<div class="lede">The difference</div>
<h2>Two hundred replies in. Three worth your time.</h2>
<p class="sub">The AI does the scanning, reading, classifying and prioritizing — across texts
<em>and</em> emails. You just work the top of the stack and close.</p>
<div class="demo">
<div class="card noise">
<h3>Your inbox today</h3>
<div class="bignum">207<small>unread replies, texts + emails, no order, no signal</small></div>
<div style="margin-top:16px">
<div class="row">• "stop"</div>
<div class="row">• "who is this"</div>
<div class="row">• "not interested"</div>
<div class="row">• "maybe later"</div>
<div class="row">• "what's this about?"</div>
<div class="row" style="border:none">• …202 more</div>
</div>
</div>
<div class="card">
<h3>What the AI hands you</h3>
<div class="queue">
<div class="item p0">
<div class="top">
<span class="pill book">READY TO BOOK</span>
<span class="chan">SMS</span>
<span class="pri">P0 · hottest</span>
</div>
<div class="name">Maria D. — 14 Oak St</div>
<div class="msg">"yeah I'd talk. how's it work?"</div>
<div class="draft"><b>AI DRAFT</b>Great — 15 min is all it takes. Tue 2pm or Wed 10am?</div>
<div class="act"><button class="mini go">Send & book</button><button class="mini">Edit</button></div>
</div>
<div class="item p1">
<div class="top">
<span class="pill q">QUESTION</span>
<span class="chan">EMAIL</span>
<span class="pri">P1</span>
</div>
<div class="name">James R. — 8 Birch Ave</div>
<div class="msg">"what would you even offer for it?"</div>
<div class="draft"><b>AI DRAFT</b>Fair question — depends on condition. Quick call and I'll give you a real number.</div>
<div class="act"><button class="mini go">Send</button><button class="mini">Edit</button></div>
</div>
<div class="item p2">
<div class="top">
<span class="pill obj">OBJECTION</span>
<span class="chan">SMS</span>
<span class="pri">P2</span>
</div>
<div class="name">Tasha W. — 220 Pine Rd</div>
<div class="msg">"already have an agent"</div>
<div class="draft"><b>AI DRAFT</b>Totally fair. If that ever stalls, I'm one text away — no pressure.</div>
<div class="act"><button class="mini go">Send</button><button class="mini">Edit</button></div>
</div>
</div>
<p style="color:var(--mut);font-size:13px;margin-top:4px">
The other 204 — opt-outs suppressed, dead ones parked, routine ones auto-answered. You never see them.</p>
</div>
</div>
</section>
<!-- HOW -->
<section>
<div class="lede">How it works</div>
<h2>Connect once. The AI takes the volume.</h2>
<div class="how">
<div class="card">
<div class="n">1</div>
<h4>Connect your pipes</h4>
<p>Plug in your texting number and your email. The leads reply like normal — same number, same address. Nothing changes for them.</p>
</div>
<div class="card">
<div class="n">2</div>
<h4>The AI reads everything</h4>
<p>Every reply, text or email, gets read, classified by intent, and ranked P0–P5. Opt-outs get suppressed. Routine ones get auto-answered.</p>
</div>
<div class="card">
<div class="n">3</div>
<h4>You get the short list</h4>
<p>One queue. Hottest on top. A drafted reply already waiting. You make the call and close — decision work, not busywork.</p>
</div>
</div>
</section>
<!-- WHO -->
<section>
<div class="lede">Who it's for</div>
<h2>Anyone buried in replies.</h2>
<p class="sub">If you send outbound at volume, the replies bury you. This digs you out.</p>
<div class="who">
<span>Real estate teams</span>
<span>Wholesalers</span>
<span>SDR / sales teams</span>
<span>Lead-gen agencies</span>
<span>Anyone running SMS + email outreach</span>
</div>
</section>
<footer id="cta">
<div class="eyebrow">Early access</div>
<h2>Stop reading your inbox.<br/>Start closing it.</h2>
<a class="btn" href="mailto:tb@outreachglobal.io?subject=Inbox%20early%20access">Get early access</a>
<p class="fine">Reads texts & emails · classifies intent · ranks by priority · drafts the reply.<br/>One inbox, the hottest conversations on top.</p>
</footer>
</div>
</body>
</html>