Skip to content

Commit a6def1f

Browse files
committed
Tweak usage base pricing copy
1 parent 6f75461 commit a6def1f

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

web/src/app/pricing/pricing-client.tsx

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ function CreditVisual() {
286286
<span>
287287
{DEFAULT_FREE_CREDITS_GRANT} credits is typically enough for
288288
</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>
290290
</div>
291291
</div>
292292
)
@@ -393,7 +393,7 @@ export default function PricingClient() {
393393
<StrongHeroSection />
394394

395395
<FeatureSection
396-
title={<span>Simple, Usage-Based Pricing</span>}
396+
title={<span>Usage-Based Pricing</span>}
397397
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."
398398
backdropColor={SECTION_THEMES.competition.background}
399399
decorativeColors={[BlockColor.GenerativeGreen, BlockColor.AcidMatrix]}
@@ -405,22 +405,7 @@ export default function PricingClient() {
405405
learnMoreLink={status === 'authenticated' ? '/usage' : '/login'}
406406
/>
407407

408-
<FeatureSection
409-
title={<span>Working with others</span>}
410-
description="Collaborate with your team more closely using Codebuff by pooling credits and seeing usage analytics."
411-
backdropColor={BlockColor.CRTAmber}
412-
decorativeColors={[
413-
BlockColor.DarkForestGreen,
414-
BlockColor.GenerativeGreen,
415-
]}
416-
textColor="text-black"
417-
tagline="SCALE UP YOUR TEAM"
418-
highlightText="Pooled resources and usage analytics"
419-
illustration={<TeamPlanIllustration />}
420-
learnMoreText="Contact Sales"
421-
learnMoreLink="mailto:founders@codebuff.com"
422-
imagePosition="left"
423-
/>
408+
424409
</>
425410
)
426411
}

0 commit comments

Comments
 (0)