diff --git a/docs/app/[lang]/(home)/components/cta.tsx b/docs/app/[lang]/(home)/components/cta.tsx index cc9cddd8fd..574fbd865e 100644 --- a/docs/app/[lang]/(home)/components/cta.tsx +++ b/docs/app/[lang]/(home)/components/cta.tsx @@ -2,11 +2,11 @@ import { Button } from '@vercel/geistdocs/components/button'; import Link from 'next/link'; export const CTA = () => ( -
-

+
+

Create your first workflow today.

-
diff --git a/docs/app/[lang]/(home)/components/features.tsx b/docs/app/[lang]/(home)/components/features.tsx index ece1bfbcba..48c027532b 100644 --- a/docs/app/[lang]/(home)/components/features.tsx +++ b/docs/app/[lang]/(home)/components/features.tsx @@ -17,12 +17,10 @@ const data = [ ]; export const Features = () => ( -
+
{data.map((item) => (
-

- {item.title} -

+

{item.title}

{item.description}

))} diff --git a/docs/app/[lang]/(home)/components/frameworks.tsx b/docs/app/[lang]/(home)/components/frameworks.tsx index d727e0cad9..c063e3b801 100644 --- a/docs/app/[lang]/(home)/components/frameworks.tsx +++ b/docs/app/[lang]/(home)/components/frameworks.tsx @@ -719,16 +719,16 @@ export const Next = (props: ComponentProps<'svg'>) => ( export const Frameworks = () => { return ( -
+
-

+

Universally Compatible

Works with the frameworks you already use with more coming soon.

-
+
{ return ( -
+
-

+

{title}

-

+

use workflow {' '} diff --git a/docs/app/[lang]/(home)/components/implementation.tsx b/docs/app/[lang]/(home)/components/implementation.tsx index eb665bfce7..271410c43a 100644 --- a/docs/app/[lang]/(home)/components/implementation.tsx +++ b/docs/app/[lang]/(home)/components/implementation.tsx @@ -27,7 +27,7 @@ export async function userSignup(email) { }, { code: `import { Resend } from 'resend'; -import { FatalError } from 'workflow'; +import { FatalError } from 'workflow'; export async function sendWelcomeEmail(email) { "use step" @@ -52,22 +52,22 @@ export async function sendWelcomeEmail(email) { ]; export const Implementation = () => ( -

+
-

+

Effortless setup

With a simple declarative API to define and use your workflows.

-
+
{data.map((item) => (
-

+

{item.caption}

{ ); return ( -
-
-

+
+
+

Reliability-as-code

@@ -154,7 +154,7 @@ export const Intro = async () => { code with simple directives.

-
+
+
diff --git a/docs/app/[lang]/(home)/components/intro/workflow.tsx b/docs/app/[lang]/(home)/components/intro/workflow.tsx index 7dd7db61c0..4be4e05959 100644 --- a/docs/app/[lang]/(home)/components/intro/workflow.tsx +++ b/docs/app/[lang]/(home)/components/intro/workflow.tsx @@ -154,7 +154,7 @@ export const WorkflowExample = ({ }; return ( -
+
diff --git a/docs/app/[lang]/(home)/components/observability.tsx b/docs/app/[lang]/(home)/components/observability.tsx index 3721b2eacf..9d671ae7a8 100644 --- a/docs/app/[lang]/(home)/components/observability.tsx +++ b/docs/app/[lang]/(home)/components/observability.tsx @@ -49,7 +49,7 @@ const rows = [ ]; export const Observability = () => ( -
+

Observability. Inspect every run end‑to‑end. Pause, replay, and time‑travel through steps with traces, diff --git a/docs/app/[lang]/(home)/components/run-anywhere.tsx b/docs/app/[lang]/(home)/components/run-anywhere.tsx index 98aff92911..05f6b23f07 100644 --- a/docs/app/[lang]/(home)/components/run-anywhere.tsx +++ b/docs/app/[lang]/(home)/components/run-anywhere.tsx @@ -116,10 +116,10 @@ const code = `export async function welcome(userId: string) { }`; export const RunAnywhere = () => ( -
+
-
-

+
+

Run anywhere, no lock‑in

@@ -127,7 +127,7 @@ export const RunAnywhere = () => ( fully portable. For zero-config, secure, and scalable workflows, deploy on Vercel.

-
+
-
+
{[DigitalOcean, AWS].map((Logo, index) => (
( }} />
-
+
{[Docker, Vercel].map((Logo, index) => (
( -
-
-

+
+
+

Get started

-

+

See Workflow SDK in action with one of the example templates.

-
+
{data.map((item) => (
@@ -236,11 +236,11 @@ function TweetCard({ url, name, username, image, tweet }: Tweet) { } export const TweetWall = () => ( -
-

+
+

What builders say about Workflow SDK

-
+
{TWEETS.map((tweet) => (
diff --git a/docs/app/[lang]/(home)/components/use-cases-client.tsx b/docs/app/[lang]/(home)/components/use-cases-client.tsx index 2f1dcb1bb9..b7ce0f0483 100644 --- a/docs/app/[lang]/(home)/components/use-cases-client.tsx +++ b/docs/app/[lang]/(home)/components/use-cases-client.tsx @@ -27,12 +27,12 @@ export const UseCasesClient = ({ useCases }: { useCases: UseCase[] }) => { }; return ( -
-
-

+
+
+

Build anything with