diff --git a/apps/site/src/app/(index)/page.tsx b/apps/site/src/app/(index)/page.tsx index 01453c32fa..e0cdf887f1 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: "Prisma is The Agent Infrastructure for TypeScript", + name: "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 }} > - Prisma is The Agent Infrastructure for TypeScript + Agent Infrastructure for TypeScript
diff --git a/apps/site/src/lib/site-metadata.ts b/apps/site/src/lib/site-metadata.ts index ec6f1f61ac..ec27fba157 100644 --- a/apps/site/src/lib/site-metadata.ts +++ b/apps/site/src/lib/site-metadata.ts @@ -1,4 +1,4 @@ -export const SITE_HOME_TITLE = "Prisma | The Agent Infrastructure for TypeScript"; +export const SITE_HOME_TITLE = "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.";