Skip to content

Commit

Permalink
fix: copy on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jtary committed Sep 11, 2023
1 parent 509fa46 commit b4298bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/Landing-Metadata/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export const metadata: Metadata = {
buttonClass: 'coming-soon-btn-2',
},
{
title: 'Deploy an AI/ ML Model',
title: 'Deploy an AI/ML Model',
description:
'Popular AI & ML models, deployed in just a few clicks. Includes Stable Diffusion, GPT4All, Alpaca and more.',
'Popular AI & ML models, deployed in just a few clicks. Includes Stable Diffusion, Falcon, Alpaca, and more.',
buttonText: 'Choose a Template',
route: '/landing/ml-deployment',
icon: 'electronicsChip',
Expand All @@ -85,9 +85,9 @@ export const metadata: Metadata = {
],
},
sdlGuideTiles: {
introText: 'How it works?',
introText: 'How does it work?',
introDescription:
'There are 3 main steps to deploying on Akash. Check out our detailed <a target="_blank" href="https://docs.akash.network/guides/deploy">help</a> for more.',
'Deploy on Akash in 3 easy steps. For more information, check out this <a target="_blank" href="https://docs.akash.network/guides/deploy">help page</a>.',
tiles: [
{
step: '01',
Expand Down

0 comments on commit b4298bf

Please sign in to comment.