From d8ef58c5859201073bee5b5c1131b801e44d2bad Mon Sep 17 00:00:00 2001 From: Blessing Ene Anyebe <60541622+kwennB@users.noreply.github.com> Date: Thu, 23 May 2024 13:44:40 +0100 Subject: [PATCH] Update index.page.tsx (#684) * Update index.page.tsx Edited the placeholder texts for the welcome page. * fixed lint error * Edited wordings for the Welcome page of release 3 * Update pages/overview/welcome/index.page.tsx Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> * Update pages/overview/welcome/index.page.tsx Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> * Remove data duplication and fix intro text --------- Co-authored-by: Benjamin Granados <40007659+benjagm@users.noreply.github.com> Co-authored-by: Benjamin Granados --- data/welcome.json | 21 ++++++++------------- pages/overview/welcome/index.page.tsx | 12 ++++++++---- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/data/welcome.json b/data/welcome.json index 932563f2e..83ccbafa8 100644 --- a/data/welcome.json +++ b/data/welcome.json @@ -1,7 +1,8 @@ [ { "title": "Overview", - "summary": "Ut minim anim non deserunt veniam. Ex sit eu voluptate labore sunt aute ", + "summary": + "Our Overview provides a high level view of the project, its benefits, the roadmap and other relevant details.", "logo": "/icons/eye.svg", "links": { "lang": "URL1", @@ -10,7 +11,8 @@ }, { "title": "Getting Started", - "summary": "Sit anim eu sunt nisi. Tempor cupidatat voluptate nostrud voluptate deserunt cupidatat dolor magna irure deserunt.", + "summary": + "Our Getting Started guide walks you through the basics of JSON Schema.", "logo": "/icons/compass.svg", "links": { "lang": "URL1", @@ -19,7 +21,8 @@ }, { "title": "Reference", - "summary": "Adipisicing minim ex amet occaecat dolore quis nisi voluptate sit.", + "summary": + "Our Reference teaches JSON Schema deeply from a beginner to the advanced level.", "logo": "/icons/book.svg", "links": { "lang": "URL1", @@ -28,20 +31,12 @@ }, { "title": "Specification", - "summary": "Deserunt et fugiat do adipisicing enim in nostrud Lorem anim ut amet enim.", + "summary": + "Our Specification section documents all versions of JSON Schema specification.", "logo": "/icons/clipboard.svg", "links": { "lang": "URL1", "url": "/specification" } - }, - { - "title": "Other Resources", - "summary": "Deserunt et fugiat do adipisicing enim in nostrud Lorem anim ut amet enim.", - "logo": "/icons/bookshelf.svg", - "links": { - "lang": "URL1", - "url": "/resources/books" - } } ] diff --git a/pages/overview/welcome/index.page.tsx b/pages/overview/welcome/index.page.tsx index 26ae23391..9092c3c1d 100644 --- a/pages/overview/welcome/index.page.tsx +++ b/pages/overview/welcome/index.page.tsx @@ -8,7 +8,6 @@ import data from '~/data/welcome.json'; export default function Welcome() { const newTitle = 'Welcome'; - return ( @@ -16,9 +15,14 @@ export default function Welcome() { {newTitle}

- Veniam ea fugiat exercitation laboris non est nulla id pariatur ex. Qui - occaecat fugiat sunt exercitation adipisicing culpa reprehenderit - consectetur amet in. Qui fugiat amet do eu. + JSON Schema is a powerful standard for validating the structure of JSON + data. It effectively helps you to annotate and validate the structure, + constraints, and data types of your JSON documents. Our goal is to + provide a standardized means for you to define the expectations of your + JSON data. +
+
+ Explore the docs

{data.map((element: any, index: any) => (