We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dc003 commit 97e94e4Copy full SHA for 97e94e4
web/src/app/pricing/page.tsx
@@ -8,9 +8,9 @@ import type { Metadata } from 'next'
8
export async function generateMetadata(): Promise<Metadata> {
9
const canonicalUrl = `${env.NEXT_PUBLIC_CODEBUFF_APP_URL}/pricing`
10
11
- const title = 'Pricing – Simple, Usage-Based Plans | Codebuff'
+ const title = 'Pricing | Codebuff'
12
const description =
13
- 'Get 500 free credits monthly, then pay just 1¢ per credit. No subscriptions required. Enterprise plans available for organizations.'
+ 'Subscribe for higher usage limits, or pay as you go at 1¢ per credit. Enterprise plans available for organizations.'
14
15
return {
16
title,
0 commit comments