mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: remove all em dashes from landing page copy
This commit is contained in:
@@ -32,7 +32,7 @@ export function Enterprise() {
|
||||
Built for organizations that take data seriously.
|
||||
</h2>
|
||||
<p className="mx-auto mt-4 max-w-xl text-center text-lg text-dark-muted">
|
||||
Healthcare, legal, defense, finance — when images are sensitive, SnapOtter keeps them on
|
||||
Healthcare, legal, defense, finance. When images are sensitive, SnapOtter keeps them on
|
||||
your infrastructure.
|
||||
</p>
|
||||
</FadeIn>
|
||||
|
||||
@@ -13,14 +13,14 @@ const props = [
|
||||
number: "02",
|
||||
title: "AI That Stays Local",
|
||||
description:
|
||||
"Background removal, upscaling, OCR, face detection — 14 AI models running entirely on your hardware.",
|
||||
"Background removal, upscaling, OCR, face detection. 14 AI models running entirely on your hardware.",
|
||||
icon: Brain,
|
||||
},
|
||||
{
|
||||
number: "03",
|
||||
title: "50+ Tools, One Platform",
|
||||
description:
|
||||
"Resize, crop, compress, watermark, convert, compose — everything your team needs in a single self-hosted suite.",
|
||||
"Resize, crop, compress, watermark, convert, compose. Everything your team needs in a single self-hosted suite.",
|
||||
icon: Layers,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user