From 1b346d1e5571ec0cc123f798f632667737b7a68a Mon Sep 17 00:00:00 2001 From: v0 Date: Tue, 21 Apr 2026 21:42:34 +0000 Subject: [PATCH] feat: update page title and description for backend workflow SDK Updated page title and description to reflect backend usage of React with Workflow SDK Slack-Thread: https://vercel.slack.com/archives/C09R2J37F6K/p1776797760051119?thread_ts=1776797760.051119&cid=C09R2J37F6K Co-authored-by: Pranay Prakash <1797812+pranaygp@users.noreply.github.com> --- docs/app/[lang]/(home)/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/app/[lang]/(home)/page.tsx b/docs/app/[lang]/(home)/page.tsx index cd10b1e800..56f6e19740 100644 --- a/docs/app/[lang]/(home)/page.tsx +++ b/docs/app/[lang]/(home)/page.tsx @@ -12,12 +12,12 @@ import { UseCases } from './components/use-cases-server'; import { FeatureGridExtended } from './components/vercel-com-visuals/feature-grid'; import { VercelSection } from './components/vercel-com-visuals/vercel-section'; -const title = 'Make any TypeScript Function Durable'; +const title = 'React for the backend'; const description = - '"use workflow" brings durability, reliability, and observability to async JavaScript. Build apps and AI Agents that can suspend, resume, and maintain state with ease.'; + 'Workflow SDK lets you build and distribute long-running, durable, reliable and observable workflows and AI agents that can suspend, resume and maintain state.'; export const metadata: Metadata = { - title: 'Workflow SDK - Make any TypeScript Function Durable', + title: 'Workflow SDK - React for the backend', description, alternates: { canonical: '/',