v0.4.19: landing page fix

This commit is contained in:
Vikhyath Mondreti
2025-10-19 16:06:12 -07:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ import {
Database,
DollarSign,
HardDrive,
Users,
Workflow,
} from 'lucide-react'
import { useRouter } from 'next/navigation'
@@ -45,7 +44,6 @@ const FREE_PLAN_FEATURES: PricingFeature[] = [
{ icon: DollarSign, text: '$10 usage limit' },
{ icon: HardDrive, text: '5GB file storage' },
{ icon: Workflow, text: 'Public template access' },
{ icon: Users, text: 'Community support' },
{ icon: Database, text: 'Limited log retention' },
{ icon: Code2, text: 'CLI/SDK Access' },
]

View File

@@ -8,7 +8,6 @@ import {
MessageSquare,
Server,
Users,
Workflow,
Zap,
} from 'lucide-react'
import type { PlanFeature } from './components/plan-card'
@@ -18,7 +17,6 @@ export const PRO_PLAN_FEATURES: PlanFeature[] = [
{ icon: Clock, text: '200 runs per minute (async)' },
{ icon: HardDrive, text: '50GB file storage' },
{ icon: Building2, text: 'Unlimited workspaces' },
{ icon: Workflow, text: 'Unlimited workflows' },
{ icon: Users, text: 'Unlimited invites' },
{ icon: Database, text: 'Unlimited log retention' },
]