mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
Merge pull request #87 from teaxyz/discover-page-copy
Copy for 'Getting Started' modules on disvover page
This commit is contained in:
commit
c504bf4aa3
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
<ArticleCard
|
<ArticleCard
|
||||||
content={{
|
content={{
|
||||||
title: 'installing tea',
|
title: 'installing tea',
|
||||||
copy: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, voluptatum molestiae esse quisquam earum debitis.',
|
copy: "It's time to take your first sip! Click below to visit our tea-cli documentation page.",
|
||||||
img_url: '/images/bored-ape.png',
|
img_url: '/images/bored-ape.png',
|
||||||
cta_label: 'Get Started',
|
cta_label: 'Get Started',
|
||||||
link: '/cli'
|
link: '/cli'
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<ArticleCard
|
<ArticleCard
|
||||||
content={{
|
content={{
|
||||||
title: 'authenticating',
|
title: 'authenticating',
|
||||||
copy: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, voluptatum molestiae esse quisquam earum debitis.',
|
copy: 'Using tea without authenticating is like playing a video game without the DLC. Join us today!',
|
||||||
img_url: '/images/bored-ape.png',
|
img_url: '/images/bored-ape.png',
|
||||||
cta_label: 'Get Started',
|
cta_label: 'Get Started',
|
||||||
link: ''
|
link: ''
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<ArticleCard
|
<ArticleCard
|
||||||
content={{
|
content={{
|
||||||
title: 'give us a star',
|
title: 'give us a star',
|
||||||
copy: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, voluptatum molestiae esse quisquam earum debitis.',
|
copy: 'Revolutions are built on the will of the people. Show your support for a more equitable internet.',
|
||||||
img_url: '/images/bored-ape.png',
|
img_url: '/images/bored-ape.png',
|
||||||
cta_label: 'Get Started'
|
cta_label: 'Get Started'
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue