diff --git a/apps/site/src/app/compute/components.tsx b/apps/site/src/app/compute/components.tsx index 6b8edb7c73..a86a5b21d8 100644 --- a/apps/site/src/app/compute/components.tsx +++ b/apps/site/src/app/compute/components.tsx @@ -111,7 +111,7 @@ const TEMPLATES = [ }, { title: "Hono API", - subtitle: "Lightweight API backend. A good starting point that grows into jobs.", + subtitle: "Lightweight API backend. A good starting point for APIs and background jobs.", command: "npx create-hono-api", href: "#", }, @@ -284,7 +284,7 @@ const US_SERVICES: ServiceRow[] = [ const US_BENEFITS = [ "No cold starts, no timeouts, no connection limits", - "Self-hosting — without the painful parts", + "Self-hosting, without the painful parts", ]; // --------------------------------------------------------------------------- diff --git a/apps/site/src/app/compute/how-it-works.tsx b/apps/site/src/app/compute/how-it-works.tsx index 259007ee05..12ac3fad3b 100644 --- a/apps/site/src/app/compute/how-it-works.tsx +++ b/apps/site/src/app/compute/how-it-works.tsx @@ -1265,7 +1265,7 @@ const TABS = [ processes.

- Works with any database — no lock-in. + Works with any database, no lock-in. ), }, diff --git a/apps/site/src/app/compute/page.tsx b/apps/site/src/app/compute/page.tsx index d8690f701f..56e4a92488 100644 --- a/apps/site/src/app/compute/page.tsx +++ b/apps/site/src/app/compute/page.tsx @@ -87,7 +87,7 @@ const FEATURES = [ Any TypeScript workload

- Standard TypeScript on Bun. No V8 isolate limits. No runtime constraints. + Standard TypeScript on Bun, not a constrained edge runtime. No V8 isolate limits.