Skip to content

Commit

Permalink
Updated copy for pitch deck (#2267)
Browse files Browse the repository at this point in the history
* Updated copy

* Updated meta
  • Loading branch information
artkorotkikh-dfinity authored Dec 8, 2023
1 parent 17af196 commit 95a03d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ function getImageDataUrl(url) {
const config = {
title: "Internet Computer",
tagline:
"Say hello to super advanced blockchain, reimagined as an infinite smart contract cloud, hosting not just tokens, but all kind of data and user experiences of Web3, such as Social Media, DeFi, Gaming, Enterprise services, etc.",
"Step into the era of blockchain as a limitless smart contract cloud that hosts everything on-chain: data, content, computations, and user experiences.",
url: isDeployPreview
? `https://${process.env.PREVIEW_CANISTER_ID}.icp0.io`
: "https://internetcomputer.org",
Expand Down
14 changes: 6 additions & 8 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ export default function Home(): JSX.Element {
<CardsSection />
<NewsSection />
<VisionSection>
Say hello to super advanced blockchain, reimagined as an infinite
smart contract cloud, hosting not just tokens, but all the data,
content, logic, computation and user experiences of web3 social media,
game, metaverse and DeFi, alongside enterprise services, fully
on-chain, realizing World Computer "full stack decentralization" on a
public network for the first time.
<CollapsedVisionSection>
Step into the era of blockchain as a limitless smart contract cloud that hosts everything on-chain: data, content,
computations, and user experiences. Forget legacy IT and build tamperproof and unstoppable Web3 social media, gaming,
virtual reality, decentralized finance, and enterprise infrastructure.
Realize the game-changing Internet Computer paradigm of full stack decentralization and seamless multi-chain today.
{/* <CollapsedVisionSection>
A network formed by the IC protocol, created through a relentless
R&D operation incorporating hundreds of person-years development
effort by an eminent technical team with more than 100,000 academic
Expand All @@ -64,7 +62,7 @@ export default function Home(): JSX.Element {
contracts. Native multi-chain crypto delivers World Computer. The
battle for the future of the internet, and compute itself, has
begun.
</CollapsedVisionSection>
</CollapsedVisionSection> */}
</VisionSection>
<IntroCards />
</Hero>
Expand Down

0 comments on commit 95a03d1

Please sign in to comment.