From 651b161391f9f96189c8a5ceae5273e0f2dfb016 Mon Sep 17 00:00:00 2001 From: Cooper Maruyama Date: Thu, 30 Apr 2026 05:53:14 -0700 Subject: [PATCH] feat(web): temporarily hide pricing section and links 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) --- apps/web/src/components/landing/cta-section.tsx | 3 --- apps/web/src/components/landing/footer.tsx | 1 - apps/web/src/components/landing/header.tsx | 1 - .../components/landing/production-stacks-section.tsx | 11 ----------- apps/web/src/routes/index.tsx | 2 -- 5 files changed, 18 deletions(-) diff --git a/apps/web/src/components/landing/cta-section.tsx b/apps/web/src/components/landing/cta-section.tsx index 6cf5a665..665e2b0c 100644 --- a/apps/web/src/components/landing/cta-section.tsx +++ b/apps/web/src/components/landing/cta-section.tsx @@ -42,9 +42,6 @@ export function CTASection() { Try the demo - diff --git a/apps/web/src/routes/index.tsx b/apps/web/src/routes/index.tsx index 19c19785..6d64d62f 100644 --- a/apps/web/src/routes/index.tsx +++ b/apps/web/src/routes/index.tsx @@ -10,7 +10,6 @@ import { HeroSection, HowItWorksSection, InfrastructureSection, - PricingSection, ProductionStacksSection, StatsSection, TerminalSection, @@ -35,7 +34,6 @@ function LandingPage() { -