diff --git a/apps/landing/src/app/layout.tsx b/apps/landing/src/app/layout.tsx index 5ac0be34..31d25a64 100644 --- a/apps/landing/src/app/layout.tsx +++ b/apps/landing/src/app/layout.tsx @@ -5,12 +5,12 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"], variable: "--font-inter" }); export const metadata: Metadata = { - title: "SnapOtter — Self-Hosted Image Processing", + title: "SnapOtter | Self-Hosted Image Processing", description: "50+ image processing tools with local AI. Runs 100% offline. No data leaves your network. Open source and free forever.", metadataBase: new URL("https://snapotter.com"), openGraph: { - title: "SnapOtter — Self-Hosted Image Processing", + title: "SnapOtter | Self-Hosted Image Processing", description: "50+ image processing tools with local AI. Runs 100% offline. No data leaves your network.", url: "https://snapotter.com", @@ -21,13 +21,13 @@ export const metadata: Metadata = { url: "/og-image.svg", width: 1200, height: 630, - alt: "SnapOtter — Self-Hosted Image Processing", + alt: "SnapOtter | Self-Hosted Image Processing", }, ], }, twitter: { card: "summary_large_image", - title: "SnapOtter — Self-Hosted Image Processing", + title: "SnapOtter | Self-Hosted Image Processing", description: "50+ image processing tools with local AI. Runs 100% offline. No data leaves your network.", images: ["/og-image.svg"], diff --git a/apps/landing/src/components/enterprise.tsx b/apps/landing/src/components/enterprise.tsx index bacf26f4..c10110e7 100644 --- a/apps/landing/src/components/enterprise.tsx +++ b/apps/landing/src/components/enterprise.tsx @@ -32,7 +32,7 @@ export function Enterprise() { Built for organizations that take data seriously.

- 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.

diff --git a/apps/landing/src/components/value-props.tsx b/apps/landing/src/components/value-props.tsx index 6daee91a..07a754f6 100644 --- a/apps/landing/src/components/value-props.tsx +++ b/apps/landing/src/components/value-props.tsx @@ -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, }, ];