feat(landing): refocus hero on privacy-sensitive teams (#431)

Retitle the homepage hero to "File processing for privacy-sensitive
teams", drop the redundant infrastructure subline, and trim the trust
badges to the four foundational signals (self-hosted, open source,
air-gap capable, compliance-friendly).

Align the homepage title and meta description to the new positioning,
overriding the site-wide defaults for the homepage only.

Claude-Session: https://claude.ai/code/session_01EhgRGhvhNGJVQHcdFdcNMa
This commit is contained in:
SnapOtter
2026-07-04 20:52:59 +08:00
committed by GitHub
parent 8cdd85a493
commit 8451f9be08
2 changed files with 8 additions and 8 deletions
+5 -1
View File
@@ -15,6 +15,10 @@ import Base from "@/layouts/Base.astro";
const toolCount = TOOLS.length;
const pageTitle = "SnapOtter | Self-Hosted File Processing for Privacy-Sensitive Teams";
const pageDescription =
"Self-hosted file processing for privacy-sensitive teams. Image, video, audio, PDF, and file tools with local AI and enterprise controls, on infrastructure you own. The open-source alternative to Smallpdf, iLovePDF, and CloudConvert.";
const websiteSchema = {
"@context": "https://schema.org",
"@type": "WebSite",
@@ -100,7 +104,7 @@ const navSchema = {
};
---
<Base canonical="https://snapotter.com">
<Base title={pageTitle} description={pageDescription} canonical="https://snapotter.com">
<Fragment slot="head">
<JsonLd data={[websiteSchema, softwareSchema, navSchema]} />
</Fragment>