Skip to content

Commit 12365f9

Browse files
committed
Merge branch 'homepage-self-healing-messaging' into 'master'
Update homepage messaging to self-healing Postgres positioning See merge request postgres-ai/docs!816
2 parents 0c6385f + 8d94a96 commit 12365f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ function IndexPage() {
1313
if (typeof signInUrl !== 'string') return null
1414

1515
return (
16-
<Layout title="PostgresAI copilot — Expert-level Postgres observability">
16+
<Layout title="PostgresAI – self-healing Postgres for fast-growing startups">
1717
<main>
1818
{/* Hero Section with Video */}
1919
<section className="banner position-relative text-center">
2020
<div className="container">
2121
<div className="row justify-content-center align-items-center">
2222
<div className="col-lg-10">
2323
<h1 className={styles.mainTitle}>
24-
Ship features instead of fighting Postgres fires
24+
Self-healing Postgres for fast&#8209;growing startups
2525
</h1>
2626
<p className={styles.subtitle}>
27-
15 min from start to your first database improvement
27+
Ship features instead of fighting Postgres fires
2828
</p>
2929

3030
{/* Video Container */}

0 commit comments

Comments
 (0)