This is an automated email from the ASF dual-hosted git repository.

ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/new-web by this push:
     new d3b918fd Update landing page text (#304)
d3b918fd is described below

commit d3b918fd494eade1ec1bbf3564c641f04f649c2b
Author: dpdjvhxm <[email protected]>
AuthorDate: Thu Apr 11 18:26:03 2024 +0900

    Update landing page text (#304)
    
    * Update
    
    * Update meta description and title, reduce image resource
    Update faq question: add 3 questions
    
    * Update Meta data(Title, description)
    Correct Spelling error
    
    * Add sitemap.xml and robots.txt
    
    * Update image and landing page text
    
    * Update text landing page
    
    * Update landing page new article
    Add new blog article html file
    
    * Change word "Graph databases" to "Graph database"
    
    * Remove word "extension" in landing page
---
 src/pages/index.md          | 6 ++++--
 src/templates/index-page.js | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/pages/index.md b/src/pages/index.md
index 4378f29d..3d8edee4 100644
--- a/src/pages/index.md
+++ b/src/pages/index.md
@@ -1,13 +1,15 @@
 ---
 templateKey: index-page
-title: Apache AGE | Graph Database Extension for PostgreSQL
+title: Apache AGE | Graph Database for PostgreSQL
 bannerImg: /img/landing-banner.webp
 bannerContents: >-
   <h1 class="bannerHeader"><span>Apache AGE</span></br>
   Graph Database for PostgreSQL</h1>
 
   <h2 class="bannercontnet"><span>
-  Apache AGE is a PostgreSQL Graph database extension compatible with 
PostgreSQL's distributed assets and leverages graph data structures to analyze 
and use relationships and patterns in data.
+
+  Apache AGE is a PostgreSQL Graph database compatible with PostgreSQL's 
distributed assets and leverages graph data structures to analyze and use 
relationships and patterns in data.
+
   </span> <br/>
   <br>
 
diff --git a/src/templates/index-page.js b/src/templates/index-page.js
index e99de5ba..849415d6 100644
--- a/src/templates/index-page.js
+++ b/src/templates/index-page.js
@@ -54,9 +54,9 @@ export const IndexPageTemplate = ({
         <div className={styles.topContent}>
           <div className={styles.card}>
             <div className={styles.cardLeft}>
-              Apache AGE®, Graph database extension <br></br>
+              Apache AGE®, Graph database <br></br>
               <div className={styles.cardContent}>
-                <b>Apache AGE®</b> is a PostgreSQL extension that provides 
graph database functionality. <br></br><br></br>
+                <b>Apache AGE®</b> is a PostgreSQL that provides graph 
database functionality. <br></br><br></br>
                 The goal of <b>Apache AGE®</b> is to provide graph data 
processing and analytics capability to all relational databases.
                 <br></br><br></br>
                 Through Apache AGE, PostgreSQL users will gain access to graph 
query modeling within the existing relational database.
@@ -158,7 +158,7 @@ export const IndexPageTemplate = ({
               <div className={styles.content}>
                 <h2>Comparison of Apache AGE, PostGraphile, and 
Hasura</h2><br></br><br></br>
                 <p>
-                <h3><b>◾ Apache AGE: Graph Database Extension for 
PostgreSQL</b></h3>
+                <h3><b>◾ Apache AGE: Graph Database for PostgreSQL</b></h3>
                 Apache AGE extends PostgreSQL, transforming it into a graph 
database.
                 This enables handling complex data relationships and graph 
structures, supplemented by the power of Cypher queries for graph-specific 
operations.<br></br><br></br>
                 

Reply via email to