Skip to content

Commit

Permalink
Improve Case Studies and Use Cases welcome messages
Browse files Browse the repository at this point in the history
  • Loading branch information
benjagm committed May 20, 2024
1 parent c04d577 commit 886ee85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions pages/overview/case-studies/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ export default function ContentExample() {
</Head>
<Headline1>{newTitle}</Headline1>
<p>
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.
Learn how organizations are adopting and benefiting from JSON Schema.
</p>
<div className='w-full lg:w-full grid grid-cols-1 md:grid-cols-2 gap-6 my-[10px] mx-auto mt-8'>
{data.map((element, index) => (
Expand Down
9 changes: 3 additions & 6 deletions pages/overview/use-cases/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ export default function Content() {
</Head>
<Headline1>{newTitle}</Headline1>
<p>
Welcome to the land of streamlined data! JSON Schema unlocks incredible
potential for all your projects. Explore real-world applications
showcasing how this powerful tool simplifies data management, ensures
consistency, and fosters seamless data exchange across applications. See
how JSON Schema empowers you to build robust data structures, saving
time and minimizing errors.
Discover everything you can do with JSON Schema. This section presents
the most common use cases for JSON Schema, but the possibilities are
endless.
</p>
<div className='w-full lg:w-full grid grid-cols-1 md:grid-cols-3 gap-6 my-[10px] mx-auto mt-8'>
{data.map((element, index) => (
Expand Down

0 comments on commit 886ee85

Please sign in to comment.