-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
329 lines (315 loc) · 18.1 KB
/
contact.html
File metadata and controls
329 lines (315 loc) · 18.1 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.agentcollect.com/contact">
<title>Contact — AgentCollect</title>
<meta name="description" content="Get in touch with AgentCollect. Email j@agentcollect.com or book a demo to see AI-powered collection in action.">
<meta property="og:title" content="Contact — AgentCollect">
<meta property="og:description" content="Get in touch with AgentCollect. Replace your collection agency with AI agents.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.agentcollect.com/contact">
<meta property="og:image" content="https://www.agentcollect.com/og.png?v=4">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://www.agentcollect.com/og.png?v=4">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='14' fill='%23433196'/%3E%3Ctext x='28' y='48' text-anchor='middle' fill='white' font-family='system-ui' font-weight='900' font-size='46' letter-spacing='-3'%3EA%3C/text%3E%3Ccircle cx='52' cy='16' r='6' fill='white' opacity='0.85'/%3E%3C/svg%3E">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
*{margin:0;padding:0;box-sizing:border-box}
:root{
--bg:#FAFBFF;--bg-card:#fff;--bg-dark:#0B1B3D;
--border:#E8ECF2;--border-hover:rgba(79,70,229,.25);
--text:#0B1B3D;--text-mid:#475569;--text-muted:#94A3B8;--text-dim:#CBD5E1;
--indigo:#4F46E5;--indigo-dark:#4338CA;--indigo-light:rgba(79,70,229,.06);--indigo-glow:rgba(79,70,229,.15);
--green:#10B981;--green-dark:#059669;--green-light:rgba(16,185,129,.06);
--amber:#F59E0B;--red:#EF4444;
--mono:'JetBrains Mono',monospace;--sans:'Inter',-apple-system,sans-serif;--display:'Plus Jakarta Sans',sans-serif;
--shadow-sm:0 1px 2px rgba(0,0,0,.05);
--shadow-md:0 4px 12px rgba(0,0,0,.06);
--shadow-lg:0 12px 40px rgba(0,0,0,.08);
--max-w:1140px;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:#fff;color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}
h1,h2,h3,h4,h5{font-family:var(--display)}
::selection{background:rgba(79,70,229,.12)}
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:box-shadow .3s}
.nav.scrolled{box-shadow:0 1px 8px rgba(0,0,0,.04)}
.nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 32px;display:flex;align-items:center;height:60px}
.logo{display:inline-flex;align-items:baseline;text-decoration:none;margin-right:auto;font-family:var(--display);font-size:18px;font-weight:900;letter-spacing:-.04em;color:var(--text)}
.dot-circle{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--indigo);margin-left:1px;vertical-align:super}
.logo-tagline{font-size:11px;color:var(--text-muted);font-weight:500;margin-left:12px;padding-left:12px;border-left:1px solid var(--border);white-space:nowrap}
.nav-links{display:flex;gap:28px;margin-right:24px}
.nav-links a{color:var(--text-mid);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--text)}
.nav-right{display:flex;align-items:center;gap:12px}
.nav-cta{padding:9px 20px;min-height:44px;background:var(--indigo);color:#fff;border:none;border-radius:8px;font-family:var(--sans);font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center}
.nav-cta:hover{background:var(--indigo-dark)}
.nav-cta-ghost{padding:9px 20px;min-height:44px;background:transparent;color:var(--text);border:1px solid var(--border);border-radius:8px;font-family:var(--sans);font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center}
.nav-cta-ghost:hover{border-color:var(--indigo);color:var(--indigo)}
.nav-mobile{display:none;background:none;border:none;cursor:pointer;padding:8px;min-width:44px;min-height:44px}
.page-hero{padding:140px 32px 60px;text-align:center}
.page-hero h1{font-size:clamp(32px,4vw,48px);font-weight:900;letter-spacing:-.04em;line-height:1.1;margin-bottom:16px}
.page-hero h1 em{font-style:normal;color:var(--indigo)}
.page-hero p{font-size:17px;color:var(--text-mid);max-width:500px;margin:0 auto;line-height:1.7}
.section{max-width:var(--max-w);margin:0 auto;padding:0 32px 80px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.contact-info{display:flex;flex-direction:column;gap:32px}
.contact-item{display:flex;gap:16px}
.contact-icon{width:44px;height:44px;border-radius:10px;background:var(--indigo-light);border:1px solid rgba(79,70,229,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-icon svg{width:20px;height:20px;stroke:var(--indigo);fill:none;stroke-width:1.5}
.contact-item h3{font-size:14px;font-weight:700;margin-bottom:4px}
.contact-item p{font-size:14px;color:var(--text-mid);line-height:1.5}
.contact-item a{color:var(--indigo);text-decoration:none}
.contact-item a:hover{text-decoration:underline}
.contact-form{background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px}
.contact-form h2{font-size:20px;font-weight:800;margin-bottom:4px}
.contact-form>p{font-size:13px;color:var(--text-muted);margin-bottom:24px}
.form-group{margin-bottom:16px}
.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text)}
.form-group input,.form-group textarea{width:100%;padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-family:var(--sans);font-size:14px;color:var(--text);outline:none;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus{border-color:var(--indigo)}
.form-group textarea{resize:vertical;min-height:100px}
.form-submit{padding:12px 28px;background:var(--indigo);color:#fff;border:none;border-radius:8px;font-family:var(--sans);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;width:100%}
.form-submit:hover{background:var(--indigo-dark)}
footer{background:#fff;border-top:1px solid var(--border);padding:56px 32px 32px}
.footer-inner{max-width:var(--max-w);margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}
.footer-brand{font-family:var(--display);font-size:16px;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:12px}
.footer-brand span{color:var(--indigo)}
.footer-tagline{font-size:13px;color:var(--text-muted);line-height:1.5;max-width:260px}
.footer-col h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:16px}
.footer-col a{display:block;font-size:13px;color:var(--text-muted);text-decoration:none;margin-bottom:10px;transition:color .2s}
.footer-col a:hover{color:var(--text)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid var(--border);flex-wrap:wrap;gap:16px}
.footer-copy{font-size:12px;color:var(--text-muted)}
.footer-badges{display:flex;gap:8px}
.footer-badge{padding:4px 10px;border:1px solid var(--border);border-radius:6px;font-size:10px;color:var(--text-muted);font-weight:600}
@media(max-width:768px){
.nav-links,.logo-tagline{display:none}
.nav-mobile{display:block}
.nav-inner{padding:0 20px}
.page-hero{padding:120px 20px 40px}
.section{padding:0 20px 60px}
.contact-grid{grid-template-columns:1fr;gap:32px}
.footer-top{grid-template-columns:1fr;gap:28px}
.footer-bottom{flex-direction:column;text-align:center}
.footer-badges{justify-content:center}
}
</style>
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "vtpmvp6kvr");
</script>
<!-- RB2B -->
<script>!function(key) {if (window.reb2b) return;window.reb2b = {loaded: true};var s = document.createElement("script");s.async = true;s.src = "https://ddwl4m2hdecbv.cloudfront.net/b/" + key + "/" + key + ".js.gz";document.getElementsByTagName("script")[0].parentNode.insertBefore(s, document.getElementsByTagName("script")[0]);}("LNKLDHEDW9OJ");</script>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "AgentCollect",
"url": "https://www.agentcollect.com",
"logo": "https://www.agentcollect.com/og.png",
"description": "AI-powered debt collection agent that recovers outstanding receivables through calls, emails, and SMS. Success-only pricing — you only pay when money is recovered.",
"foundingDate": "2023",
"founder": {
"@type": "Person",
"name": "John Banner"
},
"sameAs": [
"https://www.linkedin.com/company/agentcollect",
"https://www.ycombinator.com/companies/respaid"
],
"address": {
"@type": "PostalAddress",
"addressLocality": "San Francisco",
"addressRegion": "CA",
"addressCountry": "US"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.agentcollect.com/"},
{"@type": "ListItem", "position": 2, "name": "Contact", "item": "https://www.agentcollect.com/contact"}
]
}
</script>
</head>
<body>
<nav class="nav" id="nav">
<div class="nav-inner">
<a href="/" class="logo">Agent<span>Collect</span><span class="dot-circle"></span></a>
<span class="logo-tagline">The end of manual collection.</span>
<div class="nav-links">
<a href="/#paths">Products</a>
<a href="/#results">Results</a>
<a href="/#how">How it works</a>
</div>
<div class="nav-right">
<a href="https://cal.com/johnb/30" class="nav-cta-ghost" target="_blank">Talk to us</a>
<a href="/#hero-input" class="nav-cta">Try the demo</a>
</div>
<button class="nav-mobile" onclick="window.location='/'">
<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="var(--text)" stroke-width="2"><path d="M3 12h18M3 6h18M3 18h18"/></svg>
</button>
</div>
</nav>
<section class="page-hero">
<h1>Get in <em>touch</em>.</h1>
<p>Whether you're ready to replace your collection agency or just want to learn more, we'd love to hear from you.</p>
</section>
<div class="section">
<div class="contact-grid">
<div class="contact-info">
<div class="contact-item">
<div class="contact-icon">
<svg viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>
</div>
<div>
<h3>Email</h3>
<p><a href="mailto:j@agentcollect.com">j@agentcollect.com</a></p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z"/></svg>
</div>
<div>
<h3>Phone</h3>
<p><a href="tel:+13324557305">+1 (332) 455-7305</a></p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>
</div>
<div>
<h3>Office</h3>
<p>San Francisco, CA</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">
<svg viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><line x1="16" y1="2" x2="16" y2="6"/><line x1="8" y1="2" x2="8" y2="6"/><line x1="3" y1="10" x2="21" y2="10"/></svg>
</div>
<div>
<h3>Book a demo</h3>
<p><a href="https://cal.com/johnb/30" target="_blank">Schedule a 15-min call</a></p>
</div>
</div>
</div>
<div class="contact-form">
<h2>Send us a message</h2>
<p>We'll get back to you within one business day.</p>
<form id="contactForm">
<div class="form-group">
<label>Name</label>
<input type="text" name="name" placeholder="Your name" required>
</div>
<div class="form-group">
<label>Email</label>
<input type="email" name="email" placeholder="you@company.com" required>
</div>
<div class="form-group">
<label>Company</label>
<input type="text" name="company" placeholder="Your company">
</div>
<div class="form-group">
<label>Message</label>
<textarea name="message" placeholder="Tell us about your AR challenges..."></textarea>
</div>
<button type="submit" class="form-submit" id="contactSubmit">Send message</button>
<div id="formStatus" style="margin-top:12px;font-size:14px;font-weight:600;display:none"></div>
</form>
</div>
</div>
</div>
<footer>
<div class="footer-inner">
<div class="footer-top">
<div>
<div class="footer-brand">Agent<span>Collect</span><span class="dot-circle" style="width:6px;height:6px"></span></div>
<div class="footer-tagline">The end of manual collection. AI agents and licensed attorneys for your unpaid invoices.</div>
</div>
<div class="footer-col">
<h4>Product</h4>
<a href="/#paths">First Party Collection</a>
<a href="/#paths">Third Party Collection</a>
<a href="/#results">Results</a>
<a href="/#hero-input">Live Demo</a>
</div>
<div class="footer-col">
<h4>Compliance</h4>
<a href="/#security">SOC 2 Type II</a>
<a href="/privacy">CCPA / CPRA</a>
<a href="/terms">Regulation F</a>
<a href="/privacy">GDPR</a>
</div>
<div class="footer-col">
<h4>Company</h4>
<a href="/about">About</a>
<a href="/pricing">Pricing</a>
<a href="/careers">Careers</a>
<a href="/contact">Contact</a>
<a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
</div>
</div>
<div class="footer-bottom">
<div class="footer-copy">© 2026 AgentCollect, Inc. San Francisco, CA</div>
<div class="footer-badges"><span class="footer-badge">SOC 2</span><span class="footer-badge">CCPA</span><span class="footer-badge">Reg F</span></div>
</div>
</div>
</footer>
<script>
window.addEventListener('scroll',()=>{document.getElementById('nav').classList.toggle('scrolled',window.scrollY>10)});
document.getElementById('contactForm').addEventListener('submit', async function(e) {
e.preventDefault();
const btn = document.getElementById('contactSubmit');
const status = document.getElementById('formStatus');
if (btn.disabled) return;
btn.disabled = true;
btn.textContent = 'Sending...';
status.style.display = 'none';
try {
await fetch('https://backend.widr.app/api/demo/track', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
name: this.name.value,
email: this.email.value,
company: this.company.value,
message: this.message.value,
action: 'contact_form',
source: 'agentcollect'
})
});
status.style.color = '#10B981';
status.textContent = "Message sent! We'll get back to you within 24 hours.";
status.style.display = 'block';
this.reset();
btn.textContent = 'Send message';
btn.disabled = false;
} catch (err) {
status.style.color = '#EF4444';
status.textContent = 'Something went wrong, please email j@agentcollect.com directly.';
status.style.display = 'block';
btn.textContent = 'Send message';
btn.disabled = false;
}
});
</script>
</body>
</html>