From 958c3e8513eb3a4c3be7488894981fc8794b1c5f Mon Sep 17 00:00:00 2001 From: SnapOtter Date: Fri, 10 Jul 2026 15:00:55 +0800 Subject: [PATCH] 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. --- apps/landing/src/components/Pricing.astro | 5 +---- apps/landing/src/components/ToolGrid.astro | 3 +-- apps/landing/src/pages/enterprise.astro | 6 ++---- apps/landing/src/pages/faq.astro | 2 +- apps/landing/src/pages/index.astro | 8 +++----- 5 files changed, 8 insertions(+), 16 deletions(-) diff --git a/apps/landing/src/components/Pricing.astro b/apps/landing/src/components/Pricing.astro index cf5157ec..bada07b7 100644 --- a/apps/landing/src/components/Pricing.astro +++ b/apps/landing/src/components/Pricing.astro @@ -1,11 +1,8 @@ --- // biome-ignore-all lint/correctness/noUnusedImports: Astro template consumes component imports. // biome-ignore-all lint/correctness/noUnusedVariables: Astro template consumes frontmatter values. -import { TOOLS } from "@snapotter/shared"; import SectionHeading from "./SectionHeading.astro"; -const toolCount = TOOLS.length; - const checkIcon = ''; --- @@ -45,7 +42,7 @@ const checkIcon =