mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-07-18 01:38:03 +00:00
*PR Created by the Glary-Bot Agent* --- ## Summary Adds `/individual-submission`, a hidden `noindex` page intended as the post-submit redirect target for the HubSpot sales form when the visitor selects the "individual" option. The page thanks the visitor, points them at the self-serve plans on `/cloud/pricing`, and offers a `mailto:gtm-team@comfy.org` fallback for enterprise inquiries. ## Design Mirrors the `terms-of-service.astro` template — `BaseLayout` + `HeroSection` — so typography and spacing feel native to the marketing site. Plan names (**Standard**, **Creator**, **Pro**, **Teams**) are highlighted with the yellow-italic accent used elsewhere on the site. ## Hidden-page mechanics Follows the pattern already used for `/terms-of-service` and `/payment/*`: - `noindex` meta tag on the page - Path added to `SITEMAP_EXCLUDED_PATHNAMES` in `astro.config.ts` - English-only, with a `/zh-CN/individual-submission` → `/individual-submission` redirect (matches `termsOfService` handling) - Not linked from `routes.ts`, `HeaderMain`, or `SiteFooter` ## Next step (not in this PR) Someone with HubSpot access needs to configure the form (portal `244637579`, form `94e05eab-1373-47f7-ab5e-d84f9e6aa262`) to redirect to `https://comfy.org/individual-submission` when the "individual" option is selected. Happy to add a JS-side fallback in a follow-up PR if HubSpot's conditional redirects aren't a fit. ## Verification - `pnpm typecheck` → 0 errors (10 pre-existing hints unrelated to this change) - `pnpm build` → 499 pages built; `/individual-submission/` and `/zh-CN/individual-submission/` (redirect stub) emitted; sitemap excludes both - Playwright preview at 1280×900 and 390×844 — hero title, prose, plan-name highlighting, CTA button, and mailto link all render as expected; no console errors; `whitespace-nowrap` keeps the email address on one line on mobile - `/review` (oracle) on the previous revision: 0 findings; only change since is the URL rename - `/zh-CN/individual-submission` redirect verified in preview ## Screenshots   --------- Co-authored-by: Glary-Bot <glary-bot@users.noreply.github.com> Co-authored-by: imick-io <michael@concreo.io> Co-authored-by: Michael B <michael@imick.io> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>