diff --git a/frontend-marketing/pages/index.js b/frontend-marketing/pages/index.js index e530008..93d4149 100644 --- a/frontend-marketing/pages/index.js +++ b/frontend-marketing/pages/index.js @@ -42,7 +42,7 @@ const PATHS = [ "Keep your own packaging, operations, and relationships", ], href: "/pricing", - cta: "Review usage rights", + cta: "Review pricing + support", external: false, }, { @@ -71,11 +71,11 @@ const PROOF_LINKS = [ external: true, }, { - eyebrow: "Usage rights", - title: "Apache 2.0 usage is explicit", - desc: "The public usage-rights page explains self-hosting, modification, and commercial use by anyone under Apache 2.0.", + eyebrow: "Commercial paths", + title: "Pricing and usage rights are explicit", + desc: "The public pricing page explains self-hosting, commercial use, paid support, and managed/custom paths without unsupported claims.", href: "/pricing", - cta: "Review usage rights", + cta: "Review pricing + support", external: false, }, { @@ -164,7 +164,7 @@ export default function Home() {