diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 030e5d2..c285cb0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,8 +7,8 @@ export const metadata: Metadata = { template: '%s ⁂ web3.storage', default: 'web3.storage ⁂ The simple file storage service for IPFS & Filecoin' }, - description: 'With web3.storage you get all the benefits of decentralized storage and content addressing with the frictionless experience you expect in a modern storage solution. It\’s fast and it\'s open.', - keywords: ['IPFS', 'UCAN', 'storage', 'web3'], + description: 'With web3.storage you get all the benefits of decentralized storage and content addressing with the frictionless experience you expect in a modern storage solution. It\’s fast, it\'s open and it\'s verifiable.', + keywords: ['IPFS', 'UCAN', 'storage', 'web3', 'Filecoin'], } export default function RootLayout({children}: { children: React.ReactNode}) { diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f57a4fc..514b9b5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -34,7 +34,7 @@ function LogoCard ({src}: {src: string}) { ) } -export default async function AboutPage () { +export default async function PricingPage () { const logos = await findLogoUrls() return (
At the core of web3.storage is a storage service to safely secure and make your data available - giving developers the power of decentralized storage and content addressing via simple client libraries or an HTTP API.
+At the core of web3.storage is a storage service to safely secure and make your data available - giving developers the power of decentralized storage and content addressing via simple client libraries.
- Before data is uploaded, it is locally converted into a CAR file, which contains your data transformed into a format that IPFS can consume (a directed acyclic graph, or DAG). This is very powerful - in this process, a content address is locally generated for your data, giving you a guarantee of your data's fingerprint. Further, you can construct the DAG in useful ways, like making individual files within your folders or key-value pairs in your JSON have their own content addresses. + Before data is uploaded, it is packed into a CAR file, which contains your data transformed into a format that IPFS can consume (a directed acyclic graph, or DAG). This is very powerful - in this process, a content address is locally generated for your data, giving you a guarantee of your data's fingerprint. Further, you can construct the DAG in useful ways, like making individual files within your folders or key-value pairs in your JSON have their own content addresses.
Once the CAR file is uploaded, a queue of geographically distributed Filecoin storage providers, selected for performance and availability, bid for the right to store these deals. @@ -65,7 +65,7 @@ export default async function FeaturesPage () {
Filecoin offers persistent, decentralized storage - guaranteeing the integrity of the underlying data through a robust economic model while also providing cryptographic proofs for verifiability.
-IPFS offers content addressing - enabling developers to create immutable links to their content, and flexibility for developers in how they’d like to retrieve their data (whether it be running personal nodes, relying on public infrastructure, or paying for hosted options).