From 894de12a890dba7e4c7cc68ebbd78d56db77b0ad Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:01:28 +0200 Subject: [PATCH 1/2] feat(site): update homepage tagline Change the homepage hero (and matching structured-data name) to "Prisma is The Agent Infrastructure for TypeScript". Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/site/src/app/(index)/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/src/app/(index)/page.tsx b/apps/site/src/app/(index)/page.tsx index 7b88602af3..01453c32fa 100644 --- a/apps/site/src/app/(index)/page.tsx +++ b/apps/site/src/app/(index)/page.tsx @@ -218,7 +218,7 @@ export const metadata = createPageMetadata({ const homeStructuredData = createCollectionPageStructuredData({ path: "/", - name: "Integrated TypeScript infrastructure for developers building with AI agents", + name: "Prisma is The Agent Infrastructure for TypeScript", description: SITE_HOME_DESCRIPTION, items: [ { @@ -275,7 +275,7 @@ export default function SiteHome() { className="mb-0 text-center mt-0 type-title-6xl text-foreground-neutral max-w-4xl mx-auto text-balance" style={{ fontSize: "clamp(2rem, 6vw, 3.25rem)", lineHeight: 1.12 }} > - Integrated TypeScript infrastructure for developers building with AI agents + Prisma is The Agent Infrastructure for TypeScript

From 8809739893e46651d8536fb247fe9ff1d56d8d2b Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:05:39 +0200 Subject: [PATCH 2/2] feat(site): align home page title with new tagline Update SITE_HOME_TITLE to match the new hero tagline, "The Agent Infrastructure for TypeScript". Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/site/src/lib/site-metadata.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/site/src/lib/site-metadata.ts b/apps/site/src/lib/site-metadata.ts index 2403ca9bbf..ec6f1f61ac 100644 --- a/apps/site/src/lib/site-metadata.ts +++ b/apps/site/src/lib/site-metadata.ts @@ -1,5 +1,4 @@ -export const SITE_HOME_TITLE = - "Prisma | Integrated TypeScript Infrastructure for Agentic Software Development"; +export const SITE_HOME_TITLE = "Prisma | The Agent Infrastructure for TypeScript"; export const SITE_HOME_DESCRIPTION = "Prisma gives TypeScript and Node.js teams Prisma ORM, Prisma Postgres, and Prisma Compute: a type-safe ORM, managed Postgres, and Compute for deploying TypeScript apps, from schema to deployed app.";