Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 committed Sep 23, 2024
1 parent 3fc2021 commit 868bb0b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/pages/what-is-the-ic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,20 @@ function WhatIsIcpPage() {
className="tw-heading-3 md:tw-heading-2 mb-8 md:mb-6"
variants={transitions.item}
>
What is the
<br className="hidden md:block" /> ICP blockchain?
What is ICP?
</motion.h1>
<motion.p
className="tw-lead-sm md:tw-lead mb-8"
variants={transitions.item}
>
Learn how the ICP blockchain unlocks the power of smart
contracts and explore the advanced design choices that make this
possible.
The Internet Computer is a public blockchain network enabled by
new science from first principles. It is millions of times more
powerful and can replace clouds and traditional IT. The network
–created by ICP, or Internet Computer Protocol – is orchestrated
by permissionless decentralized governance and is hosted on
sovereign hardware devices run by independent parties. Its
purpose is to extend the public internet with native cloud
computing functionality.
</motion.p>
</div>
</AnimateSpawn>
Expand Down Expand Up @@ -140,13 +144,14 @@ function WhatIsIcpPage() {
CPU, which is many orders of magnitude more than Ethereum
smart contracts. For example, the high performance of ICP
smart contracts enables the
<a
className="text-white underline"
<Link
className="link-white"
href="https://www.youtube.com/watch?v=6qLvIXiCGcM"
>
{" "}
demo of an AI inference model running on an ICP smart
contract
</a>
</Link>
, which is uniquely possible on ICP.
</p>

Expand Down

0 comments on commit 868bb0b

Please sign in to comment.