Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/web/src/components/landing/cta-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ export function CTASection() {
Try the demo
</Link>
</Button>
<Button asChild size="lg" variant="outline">
<Link to="/pricing">See pricing</Link>
</Button>
<Button
asChild
className="text-muted-foreground hover:text-foreground"
Expand Down
1 change: 0 additions & 1 deletion apps/web/src/components/landing/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const linkGroups: LinkGroup[] = [
{ label: "Features", href: "/#features" },
{ label: "How it works", href: "/#how-it-works" },
{ label: "Production Stacks", href: "/#stacks" },
{ label: "Pricing", href: "/pricing" },
{ label: "Studio", href: "/studio" },
],
},
Expand Down
1 change: 0 additions & 1 deletion apps/web/src/components/landing/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const navItems = [
{ label: "How it works", href: "/#how-it-works" },
{ label: "Features", href: "/#features" },
{ label: "Stacks", href: "/#stacks" },
{ label: "Pricing", href: "/pricing" },
{ label: "Compare", href: "/#compare" },
{ label: "Demo", href: "/demo" },
{ label: "Docs", href: "/docs" },
Expand Down
11 changes: 0 additions & 11 deletions apps/web/src/components/landing/production-stacks-section.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { Link } from "@tanstack/react-router";
import { Button } from "@ui/button";
import {
ArrowRight,
CheckCircle2,
Cloud,
Globe2,
Expand Down Expand Up @@ -240,15 +238,6 @@ export function ProductionStacksSection() {
</p>

<div className="mt-6 flex flex-wrap gap-3">
<Button
asChild
className="bg-foreground text-background hover:bg-foreground/90"
>
<Link to="/pricing">
See pricing
<ArrowRight className="ml-2 h-4 w-4" />
</Link>
</Button>
<Button asChild variant="outline">
<a href="/docs/stacks">Browse all stacks</a>
</Button>
Expand Down
2 changes: 0 additions & 2 deletions apps/web/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
HeroSection,
HowItWorksSection,
InfrastructureSection,
PricingSection,
ProductionStacksSection,
StatsSection,
TerminalSection,
Expand All @@ -35,7 +34,6 @@ function LandingPage() {
<DevExperienceSection />
<TerminalSection />
<ComparisonSection />
<PricingSection />
<CTASection />
</main>
<Footer />
Expand Down
Loading