diff --git a/packages/website/components/AddEthereumChainButton.tsx b/packages/website/components/AddEthereumChainButton.tsx index 870c59ccac6..6cadb08c5d6 100644 --- a/packages/website/components/AddEthereumChainButton.tsx +++ b/packages/website/components/AddEthereumChainButton.tsx @@ -17,15 +17,15 @@ async function addEthereumChain() { } const taikoParams: AddEthereumChainParameter = { - chainId: "0x28C5A", - chainName: "Taiko Hackathon Testnet", + chainId: "0x28C5C", + chainName: "Taiko (Alpha-2 Testnet)", nativeCurrency: { name: "ETH", symbol: "eth", decimals: 18, }, - rpcUrls: ["https://l2rpc.hackathon.taiko.xyz"], - blockExplorerUrls: ["https://l2explorer.hackathon.taiko.xyz/"], + rpcUrls: ["https://rpc.a2.taiko.xyz"], + blockExplorerUrls: ["https://explorer.a2.taiko.xyz/"], iconUrls: [], }; @@ -39,7 +39,7 @@ export default function AddEthereumChainButton(props: Props) { return (
addEthereumChain()} - className="hover:cursor-pointer text-neutral-900 bg-white hover:bg-neutral-100 border-solid border-neutral-200 focus:ring-4 focus:outline-none focus:ring-neutral-100 font-medium rounded-lg text-sm px-3 py-2 text-center inline-flex items-center dark:focus:ring-neutral-600 dark:bg-neutral-800 dark:border-neutral-700 dark:text-white dark:hover:bg-neutral-700" + className="hover:cursor-pointer text-neutral-900 bg-neutral-100 hover:bg-neutral-200 border-solid border-neutral-200 focus:ring-4 focus:outline-none focus:ring-neutral-100 font-medium rounded-lg text-sm px-3 py-2 text-center inline-flex items-center dark:focus:ring-neutral-600 dark:bg-neutral-800 dark:border-neutral-700 dark:text-white dark:hover:bg-neutral-700" > {props.buttonText}
diff --git a/packages/website/components/CareerSection.tsx b/packages/website/components/CareerSection.tsx index 3b34693ca61..2f7bcb6742b 100644 --- a/packages/website/components/CareerSection.tsx +++ b/packages/website/components/CareerSection.tsx @@ -3,19 +3,38 @@ export default function CareerSection() {

- Sounds fun? + Join the community

-
-
- - Explore open positions ↗ - +
+ -
+
); diff --git a/packages/website/components/FeaturesSection.tsx b/packages/website/components/FeaturesSection.tsx index dd852cae2ed..45c01356ad2 100644 --- a/packages/website/components/FeaturesSection.tsx +++ b/packages/website/components/FeaturesSection.tsx @@ -6,19 +6,19 @@ import { const features = [ { - name: "Type 1", + name: "Type 1 (Ethereum-equivalent)", description: "A Type 1 (Ethereum-equivalent) ZK-EVM aims for maximum compatibility. This results in a seamless developer experience.", icon: ArrowPathIcon, }, { - name: "Open Source", + name: "Fully open source", description: - "Taiko's code is open source and available on GitHub. “Open source” means free to view and modify the source code.", + "Taiko's code is open source and available on GitHub. Free to use and modify the source code with the permissive license.", icon: ScaleIcon, }, { - name: "Decentralized", + name: "Fully decentralized", description: "Fully decentralized and permissionless nodes, proposers, and provers. Anyone can participate in Taiko.", icon: GlobeAltIcon, diff --git a/packages/website/components/Footer.tsx b/packages/website/components/Footer.tsx index 96014d39577..5d42ed61c5a 100644 --- a/packages/website/components/Footer.tsx +++ b/packages/website/components/Footer.tsx @@ -1,7 +1,7 @@ export default function Footer() { return (