diff options
Diffstat (limited to 'l/credit-card-statement/index.html')
| -rw-r--r-- | l/credit-card-statement/index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/l/credit-card-statement/index.html b/l/credit-card-statement/index.html index 53f680e..798bee1 100644 --- a/l/credit-card-statement/index.html +++ b/l/credit-card-statement/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">Protect Your Credit Card Details.</h1> - <p class="text-xl md:text-2xl text-gray-600 leading-relaxed mb-10 font-light">Verify your address or creditworthiness without exposing your full card number. <strong class="font-semibold text-gray-900">Just Redact</strong> ensures your financial statements are sanitized before you hit send.</p> + <p class="text-xl md:text-2xl text-gray-600 leading-relaxed mb-10 font-light">Verify your address without exposing your full card number. <strong class="font-semibold text-gray-900">Just Redact</strong> flattens your statements into secure images right on your computer so your financial data is 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"> |
