Copy for 'Getting Started' modules on disvover page

This commit is contained in:
Thomas Smith 2022-12-15 16:27:46 -05:00
parent 2ae0822a99
commit 3a6503dd01

View file

@ -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'
}} }}