diff --git a/apps/site/src/app/(index)/page.tsx b/apps/site/src/app/(index)/page.tsx index a3155caf72..3a32aa6204 100644 --- a/apps/site/src/app/(index)/page.tsx +++ b/apps/site/src/app/(index)/page.tsx @@ -120,7 +120,7 @@ const twoCol = [
@@ -260,21 +260,33 @@ export default function SiteHome() {

Prisma gives TypeScript and Node.js teams a type-safe ORM, managed Postgres, and - production-ready compute for modern applications from schema to production. + serverless TypeScript compute. Prisma ORM, Prisma Postgres, and Prisma Compute take you + from schema to production.

-
+
- + + Prisma Postgres + + + Prisma Compute + +
@@ -482,6 +494,12 @@ export default function SiteHome() { +

Free to get started, no credit card needed. diff --git a/apps/site/src/app/community/page.tsx b/apps/site/src/app/community/page.tsx index 1ac7a6e508..d1fab3c160 100644 --- a/apps/site/src/app/community/page.tsx +++ b/apps/site/src/app/community/page.tsx @@ -6,7 +6,7 @@ import { meetups, type Meetup } from "../events/events-data"; export const metadata = createPageMetadata({ title: "Community | Prisma", description: - "Have a question, idea, or contribution for the Prisma ORM? You are not alone! Join hundreds of thousands of Prisma developers.", + "Have a question, idea, or contribution for Prisma ORM? You are not alone. Join hundreds of thousands of Prisma developers.", path: "/community", ogImage: "/og/og-community.png", }); diff --git a/apps/site/src/app/compute/page.tsx b/apps/site/src/app/compute/page.tsx index d8690f701f..390e7ddfc5 100644 --- a/apps/site/src/app/compute/page.tsx +++ b/apps/site/src/app/compute/page.tsx @@ -317,17 +317,14 @@ export default async function Page() {