diff options
Diffstat (limited to 'l/drivers-license/index.html')
| -rw-r--r-- | l/drivers-license/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/l/drivers-license/index.html b/l/drivers-license/index.html index 320c1d1..8343c66 100644 --- a/l/drivers-license/index.html +++ b/l/drivers-license/index.html @@ -34,8 +34,10 @@ "priceCurrency": "USD" }, "featureList": [ - "Local-only processing", - "Permanent flattening", + "Local-only processing via WebAssembly", + "Permanent flattening via image rasterization", + "Search and redact keyword removal", + "Zero server upload privacy guarantee", "Text selection redaction", "No file size limits" ], @@ -116,7 +118,7 @@ <main class="flex-grow"> <section class="max-w-3xl mx-auto px-6 mt-12 mb-24"> <h1 class="text-5xl md:text-6xl font-semibold leading-[1.1] text-gray-900 mb-8">Mask Sensitive Info on ID Copies.</h1> - <p class="text-xl md:text-2xl text-gray-600 leading-relaxed mb-10 font-light">Identity theft is on the rise. If you must send a scan of your Driver's License, redact the license number or barcode if the recipient doesn't strictly need it.</p> + <p class="text-xl md:text-2xl text-gray-600 leading-relaxed mb-10 font-light">Identity theft is on the rise. <strong class="font-semibold text-gray-900">Just Redact</strong> lets you mask your ID number or barcode right on your computer. We turn your scan into a flat image so your sensitive details are gone for good before you hit send.</p> <div class="flex flex-col sm:flex-row gap-4 items-start sm:items-center"> <a href="../../redact.html" class="inline-block bg-green-600 hover:bg-green-700 text-white text-lg font-bold py-4 px-8 rounded-full shadow-lg transition-transform transform hover:-translate-y-0.5"> |
