-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
477 lines (446 loc) Β· 25.5 KB
/
Copy pathindex.html
File metadata and controls
477 lines (446 loc) Β· 25.5 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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Required Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Primary Meta Tags -->
<title>RetailChecks | Biometric Identity Verification for US Retail Stores</title>
<meta name="title" content="RetailChecks | Biometric Identity Verification for US Retail Stores">
<meta name="description" content="High-velocity biometric identity verification for US retail. Verify employees in under 3 minutes with compliant biometric systems for fashion retail, department stores, and luxury brands.">
<meta name="keywords" content="retail identity verification, biometric verification, employee verification, retail compliance, US retail, fashion retail verification, store employee verification">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://retailchecks.site/">
<meta property="og:title" content="RetailChecks | Biometric Identity Verification for US Retail Stores">
<meta property="og:description" content="High-velocity biometric identity verification for US retail. Verify employees in under 3 minutes with compliant biometric systems.">
<meta property="og:image" content="https://retailchecks.site/images/og-image.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://retailchecks.site/">
<meta property="twitter:title" content="RetailChecks | Biometric Identity Verification for US Retail Stores">
<meta property="twitter:description" content="High-velocity biometric identity verification for US retail. Verify employees in under 3 minutes with compliant biometric systems.">
<meta property="twitter:image" content="https://retailchecks.site/images/twitter-image.jpg">
<!-- Google Search Console Verification (placeholder) -->
<meta name="google-site-verification" content="abc123">
<!-- Canonical URL -->
<link rel="canonical" href="https://retailchecks.site/">
<!-- Favicon & App Icons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Preconnect for CDNs -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://cdn.tailwindcss.com">
<!-- CSS & Fonts -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" as="style">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Structured Data for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "RetailChecks",
"url": "https://retailchecks.site",
"logo": "https://retailchecks.site/images/logo.png",
"description": "Biometric identity verification for US retail stores",
"address": {
"@type": "PostalAddress",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"email": "support@retailchecks.site"
},
"sameAs": [
"https://twitter.com/retailchecks",
"https://linkedin.com/company/retailchecks"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "RetailChecks",
"url": "https://retailchecks.site",
"potentialAction": {
"@type": "SearchAction",
"target": "https://retailchecks.site/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<style>
/* Critical CSS */
body {
font-family: 'Inter', sans-serif;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.gradient-bg {
background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
background-attachment: fixed;
}
.hero-gradient {
background: linear-gradient(90deg, #000000 0%, #0066B3 100%);
}
.card-hover {
transition: transform 0.3s ease, box-shadow 0.3s ease;
will-change: transform, box-shadow;
}
.card-hover:hover {
transform: translateY(-5px);
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
/* Performance optimizations */
img { max-width: 100%; height: auto; }
.lazy { opacity: 0; transition: opacity 0.3s; }
.lazy.loaded { opacity: 1; }
/* Accessibility */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
/* Print styles */
@media print {
.no-print { display: none !important; }
body { color: #000; background: #fff; }
}
</style>
<!-- Google Analytics (placeholder) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
</head>
<body class="bg-white text-gray-800">
<!-- Navigation -->
<nav class="bg-black text-white py-4 px-6">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="flex items-center space-x-2">
<div class="w-8 h-8 bg-white rounded-full flex items-center justify-center">
<span class="text-black font-bold text-lg">RC</span>
</div>
<span class="text-xl font-bold">RetailChecks</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="hover:text-blue-300 transition">Home</a>
<a href="#solutions" class="hover:text-blue-300 transition">Solutions</a>
<a href="#industries" class="hover:text-blue-300 transition">Industries</a>
<a href="#pricing" class="hover:text-blue-300 transition">Pricing</a>
<a href="#contact" class="hover:text-blue-300 transition">Contact</a>
</div>
<button class="bg-white text-black px-6 py-2 rounded-lg font-semibold hover:bg-gray-100 transition">
Get Started
</button>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="gradient-bg text-white py-20 px-6">
<div class="max-w-7xl mx-auto">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-5xl md:text-6xl font-bold mb-6">
Biometric Identity for<br>
<span class="text-white">US Retail</span>
</h1>
<p class="text-xl text-gray-300 mb-8">
High-velocity identity verification for fashion retail, big-box stores, and luxury brands.
Verify employees in under 3 minutes with our compliant biometric system.
</p>
<div class="flex space-x-4">
<button class="bg-white text-black px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">
Start Free Trial
</button>
<button class="border-2 border-white text-white px-8 py-3 rounded-lg font-semibold hover:bg-white hover:text-black transition">
Book Demo
</button>
</div>
</div>
<div class="bg-gray-900 rounded-2xl p-8 card-hover">
<div class="bg-gray-800 rounded-xl p-6 mb-6">
<div class="flex items-center justify-between mb-4">
<div class="flex items-center space-x-3">
<div class="w-10 h-10 bg-blue-500 rounded-full"></div>
<div>
<h3 class="font-semibold">Chloe V.</h3>
<p class="text-sm text-gray-400">Floor Staff β’ H&M NYC</p>
</div>
</div>
<span class="bg-green-900 text-green-300 px-3 py-1 rounded-full text-sm">Verified</span>
</div>
<p class="text-gray-300">"Verified in 2.4 minutes during peak hiring season. No paperwork, just a selfie."</p>
</div>
<div class="text-center">
<p class="text-gray-400 mb-2">Average verification time</p>
<p class="text-3xl font-bold">2.8 <span class="text-xl text-gray-400">minutes</span></p>
</div>
</div>
</div>
</div>
</section>
<!-- Solutions Section -->
<section id="solutions" class="py-20 px-6 bg-gray-50">
<div class="max-w-7xl mx-auto">
<h2 class="text-4xl font-bold text-center mb-4">Retail-Specific Solutions</h2>
<p class="text-xl text-gray-600 text-center mb-12 max-w-3xl mx-auto">
Built for the unique challenges of retail: high turnover, seasonal hiring, and multi-location management.
</p>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white rounded-2xl p-8 card-hover">
<div class="w-12 h-12 bg-black rounded-lg flex items-center justify-center mb-6">
<span class="text-white text-2xl">β‘</span>
</div>
<h3 class="text-2xl font-bold mb-4">High-Turnover Optimization</h3>
<p class="text-gray-600 mb-6">
Verify seasonal staff in under 3 minutes. Perfect for holiday hiring, back-to-school rushes, and store openings.
</p>
<ul class="space-y-2">
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Bulk onboarding for hiring events</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> 24/7 verification availability</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Mobile-first for Gen Z staff</li>
</ul>
</div>
<div class="bg-white rounded-2xl p-8 card-hover">
<div class="w-12 h-12 bg-blue-500 rounded-lg flex items-center justify-center mb-6">
<span class="text-white text-2xl">πͺ</span>
</div>
<h3 class="text-2xl font-bold mb-4">Multi-Location Management</h3>
<p class="text-gray-600 mb-6">
Centralized control for retail chains. Verify once, access all locations. Perfect for national brands.
</p>
<ul class="space-y-2">
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Single verification for all stores</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Regional compliance automation</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Transfer staff between locations</li>
</ul>
</div>
<div class="bg-white rounded-2xl p-8 card-hover">
<div class="w-12 h-12 bg-red-500 rounded-lg flex items-center justify-center mb-6">
<span class="text-white text-2xl">π</span>
</div>
<h3 class="text-2xl font-bold mb-4">Fashion Retail Compliance</h3>
<p class="text-gray-600 mb-6">
Industry-specific compliance for luxury, fast fashion, and department stores. Audit-ready at all times.
</p>
<ul class="space-y-2">
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Luxury brand security protocols</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Fast fashion rapid compliance</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Department store integration</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Industries Section -->
<section id="industries" class="py-20 px-6">
<div class="max-w-7xl mx-auto">
<h2 class="text-4xl font-bold text-center mb-12">Trusted by Retail Leaders</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 mb-16">
<div class="bg-gray-100 rounded-xl p-8 text-center">
<div class="text-3xl mb-4">ποΈ</div>
<h3 class="text-xl font-bold mb-2">Fast Fashion</h3>
<p class="text-gray-600">High-volume seasonal hiring</p>
</div>
<div class="bg-gray-100 rounded-xl p-8 text-center">
<div class="text-3xl mb-4">π</div>
<h3 class="text-xl font-bold mb-2">Luxury Retail</h3>
<p class="text-gray-600">High-security brand protection</p>
</div>
<div class="bg-gray-100 rounded-xl p-8 text-center">
<div class="text-3xl mb-4">π¬</div>
<h3 class="text-xl font-bold mb-2">Department Stores</h3>
<p class="text-gray-600">Multi-brand employee management</p>
</div>
<div class="bg-gray-100 rounded-xl p-8 text-center">
<div class="text-3xl mb-4">π±</div>
<h3 class="text-xl font-bold mb-2">E-commerce Fulfillment</h3>
<p class="text-gray-600">Warehouse and logistics staff</p>
</div>
</div>
<!-- Client Logos -->
<div class="bg-gray-50 rounded-2xl p-12">
<p class="text-center text-gray-600 mb-8">Trusted by leading retail brands</p>
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 items-center">
<div class="text-center text-2xl font-bold text-gray-700">H&M</div>
<div class="text-center text-2xl font-bold text-gray-700">Zara</div>
<div class="text-center text-2xl font-bold text-gray-700">Uniqlo</div>
<div class="text-center text-2xl font-bold text-gray-700">Target</div>
<div class="text-center text-2xl font-bold text-gray-700">Macy's</div>
<div class="text-center text-2xl font-bold text-gray-700">Nike</div>
</div>
</div>
</div>
</section>
<!-- Pricing Section -->
<section id="pricing" class="py-20 px-6 bg-gray-900 text-white">
<div class="max-w-7xl mx-auto">
<h2 class="text-4xl font-bold text-center mb-4">Simple, Transparent Pricing</h2>
<p class="text-xl text-gray-400 text-center mb-12 max-w-3xl mx-auto">
Pay per verification. No long-term contracts. Scale up or down with your hiring needs.
</p>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-800 rounded-2xl p-8">
<h3 class="text-2xl font-bold mb-4">Starter</h3>
<p class="text-4xl font-bold mb-2">$4.99<span class="text-xl text-gray-400">/verification</span></p>
<p class="text-gray-400 mb-6 text-sm">For single stores and small chains</p>
<div class="bg-gray-900 rounded-lg p-4 mb-6">
<p class="text-center font-semibold">Up to 200 verifications/month</p>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Basic compliance reporting</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Email support</li>
<li class="flex items-center"><span class="text-gray-500 mr-2">β</span> Multi-location management</li>
<li class="flex items-center"><span class="text-gray-500 mr-2">β</span> API access</li>
</ul>
<button class="w-full bg-gray-700 text-white py-3 rounded-lg font-semibold hover:bg-gray-600 transition">
Get Started
</button>
</div>
<div class="bg-black rounded-2xl p-8 border-2 border-blue-500 relative">
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2">
<span class="bg-blue-500 text-white px-4 py-1 rounded-full text-sm font-semibold">HIGHEST MARGIN</span>
</div>
<h3 class="text-2xl font-bold mb-4">Growth</h3>
<p class="text-4xl font-bold mb-2">$3.49<span class="text-xl text-gray-400">/verification</span></p>
<p class="text-gray-400 mb-6 text-sm">For regional chains (5β50 stores)</p>
<div class="bg-blue-900 rounded-lg p-4 mb-6">
<p class="text-center font-semibold">Up to 5,000 verifications/month</p>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Advanced compliance dashboard</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Multi-location management</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Priority support</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> API access (limited)</li>
<li class="flex items-center"><span class="text-gray-500 mr-2">β</span> Dedicated compliance liaison</li>
</ul>
<button class="w-full bg-blue-500 text-white py-3 rounded-lg font-semibold hover:bg-blue-600 transition">
Start Free Trial
</button>
</div>
<div class="bg-gray-800 rounded-2xl p-8">
<h3 class="text-2xl font-bold mb-4">Enterprise</h3>
<p class="text-4xl font-bold mb-2">Custom</p>
<p class="text-gray-400 mb-6 text-sm">Minimum $25k/year<br>For national brands and global retail</p>
<div class="bg-gray-900 rounded-lg p-4 mb-6">
<p class="text-center font-semibold">Unlimited verifications</p>
</div>
<ul class="space-y-3 mb-8">
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Custom workflows</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> 24/7 support</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Full API + SSO</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> Dedicated compliance liaison</li>
<li class="flex items-center"><span class="text-green-500 mr-2">β</span> SLA guarantees</li>
</ul>
<button class="w-full bg-gray-700 text-white py-3 rounded-lg font-semibold hover:bg-gray-600 transition">
Contact Sales
</button>
</div>
</div>
<div class="mt-12 bg-gray-800 rounded-xl p-6 max-w-3xl mx-auto">
<h3 class="text-xl font-bold mb-4 text-center">Why This Pricing Works</h3>
<div class="grid md:grid-cols-3 gap-6 text-center">
<div>
<div class="text-2xl mb-2">π</div>
<p class="font-semibold">Operational Altitude</p>
<p class="text-sm text-gray-400">Priced for retail's scale needs</p>
</div>
<div>
<div class="text-2xl mb-2">π°</div>
<p class="font-semibold">Value-Aligned</p>
<p class="text-sm text-gray-400">Matches biometric identity value</p>
</div>
<div>
<div class="text-2xl mb-2">β‘</div>
<p class="font-semibold">Mesh-Scale Margins</p>
<p class="text-sm text-gray-400">Supports 8-node mesh expansion</p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 px-6 gradient-bg text-white">
<div class="max-w-4xl mx-auto text-center">
<h2 class="text-4xl font-bold mb-6">Ready to Transform Your Retail Hiring?</h2>
<p class="text-xl text-gray-300 mb-8">
Join 150+ retail brands using RetailChecks for fast, compliant employee verification.
</p>
<div class="flex flex-col md:flex-row justify-center space-y-4 md:space-y-0 md:space-x-6">
<button class="bg-white text-black px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">
Start 14-Day Free Trial
</button>
<button class="border-2 border-white text-white px-8 py-3 rounded-lg font-semibold hover:bg-white hover:text-black transition">
Schedule a Demo
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black text-white py-12 px-6">
<div class="max-w-7xl mx-auto">
<div class="grid md:grid-cols-4 gap-8 mb-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<div class="w-8 h-8 bg-white rounded-full flex items-center justify-center">
<span class="text-black font-bold text-lg">RC</span>
</div>
<span class="text-xl font-bold">RetailChecks</span>
</div>
<p class="text-gray-400">Biometric identity verification for US retail. Fashion-forward compliance.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">Features</a></li>
<li><a href="#" class="hover:text-white transition">Pricing</a></li>
<li><a href="#" class="hover:text-white transition">API Documentation</a></li>
<li><a href="#" class="hover:text-white transition">Status</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Company</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">About</a></li>
<li><a href="#" class="hover:text-white transition">Blog</a></li>
<li><a href="#" class="hover:text-white transition">Careers</a></li>
<li><a href="#" class="hover:text-white transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Legal</h3>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-white transition">Privacy Policy</a></li>
<li><a href="#" class="hover:text-white transition">Terms of Service</a></li>
<li><a href="#" class="hover:text-white transition">Compliance</a></li>
<li><a href="#" class="hover:text-white transition">Security</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 pt-8 text-center text-gray-400">
<p>Β© 2026 RetailChecks. Part of the EmployerChecks Identity Mesh. All rights reserved.</p>
<p class="mt-2">US Retail Biometric Identity Verification System</p>
</div>
</div>
</footer>
</body>
</html>