fix: remove all em dashes from landing page copy

This commit is contained in:
ashim-hq
2026-04-23 17:58:43 +08:00
parent c9d536c561
commit c9f648708e
3 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -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"],