Skip to content

Commit

Permalink
fix: update product pages to have appropriate descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
e-schneid committed Oct 31, 2022
1 parent fe70f21 commit 163eaac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/website/pages/products/w3link/index.js
Expand Up @@ -24,8 +24,7 @@ export function getStaticProps() {
return {
props: {
title: 'About - Web3 Storage - Simple file storage with IPFS & Filecoin',
description:
'About web3.storage: the easiest way to store data on the decentralized web. Giving developers the power of Filecoin distributed storage and content addressing via a simple HTTP API and handy client libraries.',
description: 'HTTP gateway for lightning fast reads from the IPFS network.',
breadcrumbs: [crumbs.index, crumbs.w3link],
},
};
Expand Down
3 changes: 1 addition & 2 deletions packages/website/pages/products/w3name/index.js
Expand Up @@ -24,8 +24,7 @@ export function getStaticProps() {
return {
props: {
title: 'About - Web3 Storage - Simple file storage with IPFS & Filecoin',
description:
'About web3.storage: the easiest way to store data on the decentralized web. Giving developers the power of Filecoin distributed storage and content addressing via a simple HTTP API and handy client libraries.',
description: 'Cryptographically signed mutable pointers using IPNS. Content addressing for a dynamic web.',
breadcrumbs: [crumbs.index, crumbs.w3name],
},
};
Expand Down
2 changes: 1 addition & 1 deletion packages/website/pages/products/web3storage/index.js
Expand Up @@ -42,7 +42,7 @@ export function getStaticProps() {
props: {
title: 'About - Web3 Storage - Simple file storage with IPFS & Filecoin',
description:
'About web3.storage: the easiest way to store data on the decentralized web. Giving developers the power of Filecoin distributed storage and content addressing via a simple HTTP API and handy client libraries.',
'The easiest way to store data on the decentralized web, with data available over the IPFS network and secured in Filecoin deals',
breadcrumbs: [crumbs.index, crumbs.web3storage],
},
};
Expand Down

0 comments on commit 163eaac

Please sign in to comment.