You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/app/pricing/pricing-client.tsx
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ function CreditVisual() {
286
286
<span>
287
287
{DEFAULT_FREE_CREDITS_GRANT} credits is typically enough for
288
288
</span>{' '}
289
-
<span>a few hours of intense coding on a new project</span>
289
+
<span>a few hours of coding on a new project</span>
290
290
</div>
291
291
</div>
292
292
)
@@ -393,7 +393,7 @@ export default function PricingClient() {
393
393
<StrongHeroSection/>
394
394
395
395
<FeatureSection
396
-
title={<span>Simple, Usage-Based Pricing</span>}
396
+
title={<span>Usage-Based Pricing</span>}
397
397
description="Get 500 free credits monthly, then pay just 1¢ per credit. Credits are consumed based on task complexity — simple queries cost less, complex changes more. You'll see how many credits each task consumes."
0 commit comments