Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 14 deletions.
30 changes: 16 additions & 14 deletions packages/website/content/pages/index.json
Expand Up @@ -526,27 +526,29 @@
{
"type": "C",
"action": "link",
"url": "//www.strangemood.org",
"image": "/images/index/testimonial-jacob-p.jpg",
"title": "Jacob P.",
"subtitle": "New York, USA",
"description": "Their simple SDK and responsive team makes decentralized storage on IPFS easier than even centralized alternatives."
"url": "//www.unrealengine.com/marketplace/en-US/profile/3S+Game+Studio?count=20&sortBy=effectiveDate&sortDir=DESC&start=0",
"image": "/images/index/testimonial-adam-g.jpg",
"title": "Adam G.",
"subtitle": "CEO, 3S Game Studio",
"description": "web3.storage allows us to host Unreal Engine on IPFS. This unlocks a better future for gaming, with their reliable infrastructure enabling more efficient deduplication and delivery of assets and components, and more user-centric games."
},
{
"type": "C",
"image": "/images/index/testimonial-ryan-w.jpg",
"title": "Ryan W.",
"subtitle": "Capetown, South Africa",
"description": "I work pretty much exclusively on Web3 applications, and I'm really impressed with web3.storage. It's almost too easy - I didn't run into any stumbling blocks and had a basic implementation of my project in 30 minutes."
"action": "link",
"url": "//pollinations.ai",
"image": "/images/index/testimonial-caroline-b.jpg",
"title": "Caroline B.",
"subtitle": "Co-founder and CEO, Pollinations.AI",
"description": "We use web3.storage to store all of our AI-generated media, around 12k assets per day and growing 20x monthly! web3.storage’s reliability and scalability for content-addressed file storage makes caching very easy. Our users love the content addressing, which makes it easy to come back to previously generated files and know it hasn’t changed."
},
{
"type": "C",
"action": "link",
"url": "//galacticpunks.io",
"image": "/images/index/testimonial-frank-j.jpg",
"title": "Frank J.",
"subtitle": "Toronto, Canada",
"description": "web3.storage was so simple to hook into, and does what you need it to do. We run the <span className='description-link'>Galactic Punks</span> community on Terra, and it is great for storing off-chain data. It's like simplified S3 for IPFS."
"url": "//fileverse.io/",
"image": "/images/index/testimonial-vijay-k.jpg",
"title": "Vijay K.",
"subtitle": "Co-founder, Fileverse",
"description": "The web3.storage platform allows us to support a community-supported file sharing & collaboration dApp. Their vision with IPFS and UCANs to enable user-centric apps perfectly aligns with the on-chain future we are creating."
}
]
},
Expand Down
45 changes: 45 additions & 0 deletions packages/website/pages/pricing.js
Expand Up @@ -10,6 +10,7 @@ import BlobCluster from 'public/images/illustrations/blob-cluster.png';
import Cluster1 from 'public/images/index/cluster-1.png';
import Button from 'ZeroComponents/button/button';
import GeneralPageData from '../content/pages/general.json';
import CardListBlock from 'components/cardlistblock/cardlistblock';

const logos = [
{ src: 'nft-storage.png', alt: 'NFT Storage' },
Expand Down Expand Up @@ -278,6 +279,50 @@ const FaqSection = () => (
</div>
</div>
</section>
<section id="section_testimonials" className="sectional">
<div className="grid">
<div className="col-12 column-1">
<div className="column-content">
<CardListBlock
block={{
direction: 'row',
gap: '1',
cards: [
{
type: 'C',
action: 'link',
url: '//glitterprotocol.io/',
image: '/images/index/testimonial-ted-l.jpg',
title: 'Ted L.',
subtitle: 'CEO, Glitter Protocol',
description:
'We’ve used web3.storage to store dozens of terabytes of data, make it available on IPFS, and back it up on Filecoin decentralized storage. We would not have been able to index and content address this level of data volume so easily without it.',
},
{
type: 'C',
image: '/images/index/testimonial-ryan-w.jpg',
title: 'Ryan W.',
subtitle: 'Developer, Cape Town',
description:
"I work pretty much exclusively on Web3 applications, and I'm really impressed with web3.storage. It's almost too easy - I didn't run into any stumbling blocks and had a basic implementation of my project in 30 minutes.",
},
{
type: 'C',
action: 'link',
url: '//galacticpunks.io',
image: '/images/index/testimonial-frank-j.jpg',
title: 'Frank J.',
subtitle: 'Developer, Toronto',
description:
"web3.storage was so simple to hook into, and does what you need it to do. We run the <span className='description-link'>Galactic Punks</span> community on Terra, and it is great for storing off-chain data. It's like simplified S3 for IPFS.",
},
],
}}
/>
</div>
</div>
</div>
</section>
<section id="section_FAQ_ctas" className="sectional">
<div className="grid">
<div className="col-6_sm-6_mi-6_ti-6 column-1"></div>
Expand Down
4 changes: 4 additions & 0 deletions packages/website/pages/pricing.scss
Expand Up @@ -670,3 +670,7 @@ li.pricing-bullet-3 {
pointer-events: none;
}
}

#section_testimonials {
color: white;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8d9299

Please sign in to comment.