diff --git a/app/[locale]/developers/page.tsx b/app/[locale]/developers/page.tsx index bfc61028a56..055ae54f0da 100644 --- a/app/[locale]/developers/page.tsx +++ b/app/[locale]/developers/page.tsx @@ -1,8 +1,12 @@ +import { Fragment } from "react" +import { Check } from "lucide-react" import { getTranslations } from "next-intl/server" import type { Lang } from "@/lib/types" import { ChildOnlyProp } from "@/lib/types" +import ABTestWrapper from "@/components/AB/TestWrapper" +import BigNumber from "@/components/BigNumber" import { CopyButton } from "@/components/CopyToClipboard" import FeedbackCard from "@/components/FeedbackCard" import HubHero from "@/components/Hero/HubHero" @@ -61,6 +65,56 @@ const Scroller = ({ ) } +const WhyGrid = () => { + const items = [ + { + heading: "Money you can program", + description: + "Write code that defines how value moves, when, and to whom. No banks, no intermediaries, just logic you define.", + }, + { + heading: "Future-proof skills", + description: + "Learn the building blocks of the next internet. The tech might evolve, but the principles of web3 are here to stay.", + }, + { + heading: "Censorship resistance", + description: + "Build projects and commerce that can't be silenced by governments, corporations, or algorithms. If it matters, it stays online.", + }, + { + heading: "Digital sovereignty", + description: + "Own your identity, assets, and creations online without relying on platforms that can delete you.", + }, + ] + + return ( +
{description}
++ Ethereum is where you turn ideas into un-censorable systems + that run anywhere, forever. Build apps, money, and communities + that answer to no one but their users. +
++ Over half of blockchain careers are remote-first with some + estimates putting the number as high as 70%. +
+