diff --git a/packages/website/pages/products/w3link/index.js b/packages/website/pages/products/w3link/index.js index efe74dd817..64f685c842 100644 --- a/packages/website/pages/products/w3link/index.js +++ b/packages/website/pages/products/w3link/index.js @@ -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], }, }; diff --git a/packages/website/pages/products/w3name/index.js b/packages/website/pages/products/w3name/index.js index 54c3a5f781..46783edda2 100644 --- a/packages/website/pages/products/w3name/index.js +++ b/packages/website/pages/products/w3name/index.js @@ -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], }, }; diff --git a/packages/website/pages/products/web3storage/index.js b/packages/website/pages/products/web3storage/index.js index b5d35f1a7d..715efc7d8f 100644 --- a/packages/website/pages/products/web3storage/index.js +++ b/packages/website/pages/products/web3storage/index.js @@ -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], }, };