Skip to content

Commit 68f3a82

Browse files
committed
fixes to site
1 parent 72a5b3d commit 68f3a82

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
template: home.html
33
homepage: true
4-
title: QueryLeaf - SQL for MongoDB | Write PostgreSQL, Run MongoDB
4+
title: SQL for MongoDB that just works | QueryLeaf
55
---
66

77
<div class="features-section">
88
<div class="container">
99
<div class="section-title">
1010
<h2>Why QueryLeaf?</h2>
11-
<p>Write in PostgreSQL, run on MongoDB with zero translation hassle</p>
11+
<p>Write in SQL, run on MongoDB with zero translation hassle</p>
1212
</div>
1313

1414
<div class="features-grid">
1515
<div class="feature-card">
1616
<div class="feature-icon">🔄</div>
1717
<h3>Seamless SQL Translation</h3>
18-
<p>QueryLeaf is a PostgreSQL-compatible SQL layer for MongoDB that lets your team use familiar SQL without compromising on MongoDB's power.</p>
18+
<p>QueryLeaf is a PostgreSQL dialect SQL layer for MongoDB that lets your team use familiar SQL without compromising on MongoDB's power.</p>
1919
</div>
2020
2121
<div class="feature-card">
@@ -36,7 +36,7 @@ title: QueryLeaf - SQL for MongoDB | Write PostgreSQL, Run MongoDB
3636
<div class="code-sample-section">
3737
<div class="container">
3838
<div class="section-title">
39-
<h2>PostgreSQL Queries for MongoDB Documents</h2>
39+
<h2>SQL Queries for MongoDB Documents</h2>
4040
<p>Write familiar PostgreSQL syntax while QueryLeaf automatically handles nested fields, array elements, and MongoDB ObjectIDs</p>
4141
</div>
4242

docs/overrides/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<div class="container">
2727
<div class="hero-grid">
2828
<div class="hero-content">
29-
<h1>PostgreSQL for MongoDB that just works</h1>
30-
<p class="hero-tagline">QueryLeaf lets you write familiar PostgreSQL queries and have them run seamlessly against your MongoDB database.</p>
29+
<h1>SQL for MongoDB that just works</h1>
30+
<p class="hero-tagline">QueryLeaf is available for Node.js, as a cli, and as a standalone webserver</p>
3131
<div class="hero-buttons">
3232
<a href="{{ 'getting-started/quickstart/' | url }}" class="md-button md-button--primary">
3333
Get Started

0 commit comments

Comments
 (0)