Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/site/src/app/(index)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -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
</h1>
</div>
<p className="text-center text-foreground-neutral-weak max-w-2xl mx-auto text-lg leading-relaxed text-balance">
Expand Down
3 changes: 1 addition & 2 deletions apps/site/src/lib/site-metadata.ts
Original file line number Diff line number Diff line change
@@ -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.";
Loading