Skip to content

Commit

Permalink
Updated hero description (#3975)
Browse files Browse the repository at this point in the history
* Updated description

* Update Hero.tsx
  • Loading branch information
artkorotkikh-dfinity authored Jan 23, 2025
1 parent 14cd3df commit 73b1129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ function getImageDataUrl(url) {
const config = {
title: "Internet Computer",
tagline:
"The Internet Computer hosts secure, network-resident code and data. Build web apps without Big Tech and current IT. Applications are immune to cyber attacks and unstoppable, capable of processing tokens, and can run under exclusive DAO control. Build web3 social media, games, DeFi, multi-chain apps, secure front-ends, ledgers, enterprise apps, and AI models. The internet is evolving fast.",
"The Internet Computer hosts secure, network-resident code and data. Build web apps without Big Tech and current IT. Applications are immune to cyber attacks and unstoppable, capable of processing tokens, and can run under exclusive DAO control. Build web3 social media, games, DeFi, multi-chain apps, secure front-ends, ledgers, enterprise apps, and AI models. TCP/IP connected software. Now ICP hosts software.",
url: isDeployPreview
? `https://${process.env.PREVIEW_CANISTER_ID}.icp0.io`
: "https://internetcomputer.org",
Expand Down
4 changes: 2 additions & 2 deletions src/components/LandingPage/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ const Hero: React.FC<{
Applications are immune to cyber attacks and unstoppable,
capable of processing tokens, and can run under exclusive DAO
control. Build web3 social media, games, DeFi, multi-chain apps,
secure front-ends, ledgers, enterprise apps, and AI models. The
internet is evolving fast.
secure front-ends, ledgers, enterprise apps, and AI models. TCP/IP
connected software. Now ICP hosts software.
</p>
<div className="flex flex-col md:flex-row gap-8 mt-8 md:mt-6 md:items-center">
<Link
Expand Down

0 comments on commit 73b1129

Please sign in to comment.