diff --git a/packages/website/content/pages/index.json b/packages/website/content/pages/index.json index a643652448..89c5723087 100644 --- a/packages/website/content/pages/index.json +++ b/packages/website/content/pages/index.json @@ -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 Galactic Punks 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." } ] }, diff --git a/packages/website/pages/pricing.js b/packages/website/pages/pricing.js index 908d2e60a7..c4fefe8313 100644 --- a/packages/website/pages/pricing.js +++ b/packages/website/pages/pricing.js @@ -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' }, @@ -278,6 +279,50 @@ const FaqSection = () => ( +
+
+
+
+ Galactic Punks community on Terra, and it is great for storing off-chain data. It's like simplified S3 for IPFS.", + }, + ], + }} + /> +
+
+
+
diff --git a/packages/website/pages/pricing.scss b/packages/website/pages/pricing.scss index 70819b032a..d66bd0c916 100644 --- a/packages/website/pages/pricing.scss +++ b/packages/website/pages/pricing.scss @@ -670,3 +670,7 @@ li.pricing-bullet-3 { pointer-events: none; } } + +#section_testimonials { + color: white; +} diff --git a/packages/website/public/images/index/testimonial-adam-g.jpg b/packages/website/public/images/index/testimonial-adam-g.jpg new file mode 100644 index 0000000000..9f3ea104e7 Binary files /dev/null and b/packages/website/public/images/index/testimonial-adam-g.jpg differ diff --git a/packages/website/public/images/index/testimonial-caroline-b.jpg b/packages/website/public/images/index/testimonial-caroline-b.jpg new file mode 100644 index 0000000000..026c8a8c94 Binary files /dev/null and b/packages/website/public/images/index/testimonial-caroline-b.jpg differ diff --git a/packages/website/public/images/index/testimonial-jacob-p.jpg b/packages/website/public/images/index/testimonial-jacob-p.jpg deleted file mode 100644 index 1cb87b4e29..0000000000 Binary files a/packages/website/public/images/index/testimonial-jacob-p.jpg and /dev/null differ diff --git a/packages/website/public/images/index/testimonial-ted-l.jpg b/packages/website/public/images/index/testimonial-ted-l.jpg new file mode 100644 index 0000000000..816edf235e Binary files /dev/null and b/packages/website/public/images/index/testimonial-ted-l.jpg differ diff --git a/packages/website/public/images/index/testimonial-vijay-k.jpg b/packages/website/public/images/index/testimonial-vijay-k.jpg new file mode 100644 index 0000000000..04a12cb981 Binary files /dev/null and b/packages/website/public/images/index/testimonial-vijay-k.jpg differ