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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user