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
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.";