diff --git a/public/landing/images/arcade-chain.jpg b/public/landing/images/arcade-chain.jpg new file mode 100644 index 000000000..a4c647bd5 Binary files /dev/null and b/public/landing/images/arcade-chain.jpg differ diff --git a/public/landing/images/ecosystem1.png b/public/landing/images/ecosystem1.png index de58dd1eb..6425a475f 100644 Binary files a/public/landing/images/ecosystem1.png and b/public/landing/images/ecosystem1.png differ diff --git a/public/landing/images/ecosystem2.png b/public/landing/images/ecosystem2.png index ca8edb3c9..69cf2b391 100644 Binary files a/public/landing/images/ecosystem2.png and b/public/landing/images/ecosystem2.png differ diff --git a/public/landing/images/ecosystem3.png b/public/landing/images/ecosystem3.png index 95410f461..cc30dc0e5 100644 Binary files a/public/landing/images/ecosystem3.png and b/public/landing/images/ecosystem3.png differ diff --git a/public/landing/images/ecosystem4.png b/public/landing/images/ecosystem4.png index 05cf47eb6..4ab461a18 100644 Binary files a/public/landing/images/ecosystem4.png and b/public/landing/images/ecosystem4.png differ diff --git a/src/modules/landing/Componets/Chain/index.tsx b/src/modules/landing/Componets/Chain/index.tsx index d56323598..6b2fb2350 100644 --- a/src/modules/landing/Componets/Chain/index.tsx +++ b/src/modules/landing/Componets/Chain/index.tsx @@ -4,7 +4,7 @@ import s from './styles.module.scss'; import chain_1 from 'public/landing/compress/app-chain.png'; import chain_2 from 'public/landing/compress/naka-chain.png'; -import chain_3 from 'public/landing/compress/ai-chain.png'; +import chain_3 from 'public/landing/images/arcade-chain.jpg'; import Chars from '@/interactive/Chars'; import Fade from '@/interactive/Fade'; import { Button, HStack } from '@chakra-ui/react'; @@ -55,7 +55,6 @@ const DATA_CHAINS = [ { img: chain_2, title: 'Naka Chain', - subTitle: 'Coming soon', stud: 2, link: 'https://nakachain.xyz/', data: [ @@ -91,7 +90,6 @@ const DATA_CHAINS = [ { img: chain_3, title: 'Arcade Chain', - subTitle: 'Coming soon', stud: 3, link: 'https://bitcoinarcade.xyz/', data: [ diff --git a/src/modules/landing/Componets/Ecosystem/index.tsx b/src/modules/landing/Componets/Ecosystem/index.tsx index 0cb963699..ff42d0552 100644 --- a/src/modules/landing/Componets/Ecosystem/index.tsx +++ b/src/modules/landing/Componets/Ecosystem/index.tsx @@ -14,7 +14,7 @@ import Lines from '@/interactive/Lines'; const DATA_ECOSYSTEM = [ { img: ecosystem1, - title: 'Have 100% dedicated throughput', + title: 'Earn sequencer fees', stud: 2, bgTop: 'FFD73B', bgBottom: 'A05700', diff --git a/src/modules/landing/Componets/Hero/Content/index.tsx b/src/modules/landing/Componets/Hero/Content/index.tsx index d959858e4..7f39a3c99 100644 --- a/src/modules/landing/Componets/Hero/Content/index.tsx +++ b/src/modules/landing/Componets/Hero/Content/index.tsx @@ -50,7 +50,7 @@ export default function HeroContent() { bgColor: '#000', }} onClick={() => { - router.push('/blockchains/customize'); + router.push('/allowlist'); }} > Join the allowlist diff --git a/src/modules/landing/Componets/ScalableSlide/index.tsx b/src/modules/landing/Componets/ScalableSlide/index.tsx index 3664090e2..686f33b83 100644 --- a/src/modules/landing/Componets/ScalableSlide/index.tsx +++ b/src/modules/landing/Componets/ScalableSlide/index.tsx @@ -70,7 +70,7 @@ export default function ScalableSlide() { if (refSlide.current.index === 0) return; refItems.current && - animation(refItems.current[2], refItems.current[0]); + animation(refItems.current[2], refItems.current[0]); refSlide.current.index = 0; setIndexActive(0); }, @@ -81,7 +81,7 @@ export default function ScalableSlide() { duration: 3, onStart: () => { refItems.current && - animation(refItems.current[0], refItems.current[1]); + animation(refItems.current[0], refItems.current[1]); setIndexActive(1); refSlide.current.index = 1; }, @@ -91,7 +91,7 @@ export default function ScalableSlide() { duration: 3, onStart: () => { refItems.current && - animation(refItems.current[1], refItems.current[2]); + animation(refItems.current[1], refItems.current[2]); setIndexActive(2); refSlide.current.index = 2; }, @@ -118,13 +118,12 @@ export default function ScalableSlide() {
- Scalable infrastructure for Bitcoin + Welcome to the future of Bitcoin. - If Ethereum is the world’s computer, Bitcoin is the world’s - supercomputer. With Bitcoin Virtual Machine, anyone can launch - their own Bitcoin L2 blockchain. + If Ethereum is the world’s computer, Bitcoin is the world’s supercomputer. With Bitcoin Virtual Machine, + anyone can launch their own Bitcoin L2 blockchain.
@@ -139,23 +138,19 @@ export default function ScalableSlide() { indexActive={indexActive === 0} title={'Unlimited throughput'} > - Hyperscale Bitcoin with an unlimited number of Bitcoin Virtual - Machines as Bitcoin L2 blockchains. + Hyperscale Bitcoin with an unlimited number of Bitcoin Virtual Machines as Bitcoin L2 blockchains. - Bitcoin Virtual Machines support Solidity smart contracts on - Bitcoin, so you can quickly build all kinds of decentralized - applications on Bitcoin. + Bitcoin Virtual Machines support Solidity smart contracts on Bitcoin, so you can quickly build all kinds of decentralized applications on Bitcoin. - Bitcoin Virtual Machines implement rollups on Bitcoin. Rollups - significantly reduce the block time and transaction fees. + Bitcoin Virtual Machines implement rollups on Bitcoin. Rollups significantly reduce the block time and transaction fees.
diff --git a/src/modules/landing/Componets/ScaleableMobile/index.tsx b/src/modules/landing/Componets/ScaleableMobile/index.tsx index 32b3e3fa0..7a5471e29 100644 --- a/src/modules/landing/Componets/ScaleableMobile/index.tsx +++ b/src/modules/landing/Componets/ScaleableMobile/index.tsx @@ -7,7 +7,7 @@ import ItemScaleableMobile from './ItemScaleableMobile'; const DATA_MOBILE = [ { - title: 'Scalable infrastructure for Bitcoin', + title: 'Welcome to the future of Bitcoin.', description: 'If Ethereum is the world’s computer, Bitcoin is the world’s supercomputer. With Bitcoin Virtual Machine, anyone can launch their own Bitcoin L2 blockchain.', img: img1,