Skip to content

Commit 97e94e4

Browse files
committed
Update pricing page title/description metadata
1 parent 68dc003 commit 97e94e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/app/pricing/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import type { Metadata } from 'next'
88
export async function generateMetadata(): Promise<Metadata> {
99
const canonicalUrl = `${env.NEXT_PUBLIC_CODEBUFF_APP_URL}/pricing`
1010

11-
const title = 'Pricing – Simple, Usage-Based Plans | Codebuff'
11+
const title = 'Pricing | Codebuff'
1212
const description =
13-
'Get 500 free credits monthly, then pay just 1¢ per credit. No subscriptions required. Enterprise plans available for organizations.'
13+
'Subscribe for higher usage limits, or pay as you go at 1¢ per credit. Enterprise plans available for organizations.'
1414

1515
return {
1616
title,

0 commit comments

Comments
 (0)