Skip to content

Commit

Permalink
Merge pull request #3627 from dfinity/update-hero
Browse files Browse the repository at this point in the history
update hero title and subtitle
  • Loading branch information
reigj1 authored Oct 21, 2024
2 parents 2c0c396 + edaeff1 commit 6d3a4af
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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:
"Step into the era of blockchain as a limitless smart contract cloud that hosts everything onchain: data, content, computations, and user experiences.",
"The Internet Computer enables you to build anything without traditional IT and Big Tech. It hosts decentralized serverless compute that's simpler, immune to cyber attack, unstoppable, and controllable by DAOs. Create web3 social networks and media, socialfi, games, multi-chain dapps, Al, or an enterprise app. The internet is evolving.",
url: isDeployPreview
? `https://${process.env.PREVIEW_CANISTER_ID}.icp0.io`
: "https://internetcomputer.org",
Expand Down Expand Up @@ -687,7 +687,7 @@ const config = {
// but to do that type preset- classic had to be disabled below
// /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
{
image: "/img/share.jpg",
image: "/img/share.webp",
colorMode: {
disableSwitch: true,
defaultMode: "light",
Expand Down
11 changes: 3 additions & 8 deletions src/components/LandingPage/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,12 @@ const Hero: React.FC<{
animationPlayState: fontLoaded ? "running" : "paused",
}}
>
<span className="block sm:text-left">COMPUTE</span>
<span className="block md:ml-48">REINVENTED</span>
<span className="block sm:text-left">WORLD</span>
<span className="block md:ml-48">COMPUTER</span>
</h1>
<div className="md:ml-48">
<p className="tw-paragraph md:tw-lead-sm mt-6 md:w-7/10">
The Internet Computer enables you to build anything without
traditional IT and Big Tech. It hosts decentralized serverless
compute that’s simpler, immune to cyber attack, unstoppable, and
controllable by DAOs. Create web3 social networks and media,
socialfi, games, multi-chain dapps, AI, or an enterprise app.
The internet is evolving.
The Internet Computer enables you to build anything without traditional IT and Big Tech. It hosts decentralized serverless compute that's simpler, immune to cyber attack, unstoppable, and controllable by DAOs. Create web3 social networks and media, socialfi, games, multi-chain dapps, Al, or an enterprise app. The internet is evolving.
</p>
<div className="flex flex-col md:flex-row gap-8 mt-8 md:mt-6 md:items-center">
<Link
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home(): JSX.Element {

return (
<Layout
title="Home"
title="World Computer"
description={siteConfig.tagline}
editPath={`https://github.com/dfinity/portal/edit/master/${__filename}`}
>
Expand Down
Binary file removed static/img/share.jpg
Binary file not shown.
Binary file added static/img/share.webp
Binary file not shown.

0 comments on commit 6d3a4af

Please sign in to comment.