mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user