fix(landing): reposition residual meta framing and demote homepage tool count (#471)

Follow-up to #469. Homepage/enterprise/FAQ JSON-LD and meta now say 'file-processing infrastructure' (not 'suite'), and the visible homepage counts (ToolGrid subtitle, Pricing bullet) plus SEO meta say '200+'. Removed the orphaned toolCount/TOOLS references. Leaves the /tools catalog and ToolGrid filter-tab functional counts exact. Admin merge: landing-src-only PR, required matrix contexts path-skip and never report.
This commit is contained in:
SnapOtter
2026-07-10 15:00:55 +08:00
committed by GitHub
parent 10ae6d1d3d
commit 958c3e8513
5 changed files with 8 additions and 16 deletions
+1 -2
View File
@@ -6,7 +6,6 @@ import * as lucideIcons from "lucide";
import type { ModalityFilter, ToolSearchItem } from "../lib/tool-search";
import SectionHeading from "./SectionHeading.astro";
const toolCount = TOOLS.length;
const categoryMap = new Map(CATEGORIES.map((c) => [c.id, c]));
type ToolModality = ToolSearchItem["modality"];
@@ -155,7 +154,7 @@ const safeDefaultToolIdsJson = JSON.stringify(defaultToolIds).replace(/</g, "\\u
<section class="bg-background-alt px-6 py-20 md:py-28" id="features">
<SectionHeading
title="One platform. Every file workflow."
subtitle={`Search ${toolCount} self-hosted tools by task, format, modality, or workflow.`}
subtitle="Search 200+ self-hosted tools by task, format, modality, or workflow."
/>
<div class="mx-auto max-w-6xl">