From dce203237aff85dad46e4b00eeda041e3540c907 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Thu, 2 Apr 2026 14:36:28 -0400 Subject: [PATCH 1/2] fix(site): consistent layout across all pages --- apps/site/src/app/(index)/page.tsx | 14 +++++++++----- .../site/src/app/(prisma-with)/nextjs/page.tsx | 2 +- apps/site/src/app/(prisma-with)/react/page.tsx | 4 ++-- apps/site/src/app/about/page.tsx | 8 ++++---- apps/site/src/app/careers/page.tsx | 8 ++++---- apps/site/src/app/changelog/[...slug]/page.tsx | 2 +- apps/site/src/app/changelog/page.tsx | 2 +- apps/site/src/app/client/page.tsx | 4 ++-- apps/site/src/app/community/page.tsx | 4 ++-- apps/site/src/app/ecosystem/page.tsx | 4 ++-- apps/site/src/app/enterprise/page.tsx | 4 ++-- .../src/app/event-code-of-conduct/page.tsx | 2 +- apps/site/src/app/events/page.tsx | 2 +- apps/site/src/app/migrate/page.tsx | 4 ++-- apps/site/src/app/newsletter/page.tsx | 2 +- apps/site/src/app/orm/page.tsx | 18 ++++++++++++------ apps/site/src/app/oss-friends/page.tsx | 2 +- apps/site/src/app/partners/page.tsx | 2 +- apps/site/src/app/partners/tos/page.tsx | 2 +- apps/site/src/app/postgres/page.tsx | 2 +- .../src/app/pricing/pricing-hero-plans.tsx | 6 +++--- apps/site/src/app/privacy/page.tsx | 2 +- apps/site/src/app/showcase/page.tsx | 6 +++--- apps/site/src/app/sla/page.tsx | 2 +- apps/site/src/app/stack/page.tsx | 2 +- apps/site/src/app/startups/page.tsx | 2 +- apps/site/src/app/studio/page.tsx | 2 +- apps/site/src/app/support-policy/page.tsx | 2 +- apps/site/src/app/support/page.tsx | 4 ++-- apps/site/src/app/terms/page.tsx | 2 +- apps/site/src/app/typedsql/page.tsx | 4 ++-- 31 files changed, 68 insertions(+), 58 deletions(-) diff --git a/apps/site/src/app/(index)/page.tsx b/apps/site/src/app/(index)/page.tsx index c02c3b45ac..e030b61f14 100644 --- a/apps/site/src/app/(index)/page.tsx +++ b/apps/site/src/app/(index)/page.tsx @@ -100,11 +100,15 @@ export default function SiteHome() { fieldStrength={15.3} /> -
-

- Postgres,
- perfectly managed. -

+
+
+
+ +

+ Postgres,
+ perfectly managed. +

+

Real Postgres with the developer experience and infrastructure to ship faster. diff --git a/apps/site/src/app/(prisma-with)/nextjs/page.tsx b/apps/site/src/app/(prisma-with)/nextjs/page.tsx index efc5edc588..d7d0fbb3b1 100644 --- a/apps/site/src/app/(prisma-with)/nextjs/page.tsx +++ b/apps/site/src/app/(prisma-with)/nextjs/page.tsx @@ -19,7 +19,7 @@ export default async function Page({ params }: { params: Promise<{ slug: string }) return (

-

{post?.title || 'Post not found'}

+

{post?.title || 'Post not found'}

{post?.content || 'No content available'}

) diff --git a/apps/site/src/app/(prisma-with)/react/page.tsx b/apps/site/src/app/(prisma-with)/react/page.tsx index 8f91dc10cc..fc25239951 100644 --- a/apps/site/src/app/(prisma-with)/react/page.tsx +++ b/apps/site/src/app/(prisma-with)/react/page.tsx @@ -19,7 +19,7 @@ export default async function UserList() { return (
-

Users

+

Users