Skip to content

Temporarily hide pricing section and CTAs#21

Merged
cooper (czxtm) merged 1 commit intomainfrom
claude/zealous-cerf-3118ac
Apr 30, 2026
Merged

Temporarily hide pricing section and CTAs#21
cooper (czxtm) merged 1 commit intomainfrom
claude/zealous-cerf-3118ac

Conversation

@czxtm
Copy link
Copy Markdown
Contributor

Summary

  • Remove <PricingSection /> from the landing page (routes/index.tsx).
  • Drop the Pricing nav item from the header and the Product link group in the footer.
  • Remove the See pricing outline button from the CTA section.
  • Remove the See pricing primary button from the production-stacks section (and its now-unused Link / ArrowRight imports).

Why

Pricing is being finalized; we want to hide it from the public landing surfaces in the meantime without ripping out the work.

Notes for reviewers

  • apps/web/src/components/landing/pricing-section.tsx, apps/web/src/routes/pricing.tsx, and the PricingSection export in apps/web/src/components/landing/index.ts are intentionally left in place. Re-enabling is a one-line restore in each touched file.
  • No copy or layout changes outside of removing the affected items — the surrounding sections render unchanged.

Test plan

  • vp dev and visit /: confirm no pricing section between Comparison and CTA, no Pricing nav item, no Pricing link in the footer Product group, no "See pricing" buttons in the CTA or stacks sections.
  • Confirm the rest of the header nav, footer groups, and CTA buttons still render and link correctly.
  • Confirm the /pricing route still loads (it is unchanged, just unlinked from the landing page).

🤖 Generated with Claude Code

Remove the PricingSection from the landing page and strip pricing CTAs
from the header nav, footer, CTA section, and production-stacks section
while pricing is being finalized. The /pricing route and PricingSection
component are left in place so re-enabling is a one-liner.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 30, 2026

PR Summary

Low Risk
Low risk: this only removes pricing links/sections from landing page surfaces and cleans up unused imports, without changing the /pricing route or underlying pricing components.

Overview
Temporarily hides pricing from the public landing experience by removing the PricingSection from the home page and dropping all “Pricing” entry points from the header and footer.

Also removes “See pricing” CTAs from the landing CTASection and ProductionStacksSection (including cleanup of now-unused Link/icon imports), while leaving the /pricing route and pricing components in place but unlinked.

Reviewed by Cursor Bugbot for commit 651b161. Configure here.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 30, 2026

Preview pr-21 has been destroyed.

@czxtm cooper (czxtm) merged commit 11ca1fb into main Apr 30, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant