From 472b61e958aab401ded064cd686407cf1cced375 Mon Sep 17 00:00:00 2001 From: Archaon Date: Wed, 13 Nov 2024 16:33:14 +0700 Subject: [PATCH] update homepage --- src/modules/landing/Componets/Chain/index.tsx | 4 +- .../landing/Componets/Hero/Content/index.tsx | 9 +- .../Componets/Hero/Content/styles.module.scss | 114 +++++++++++++++++- src/modules/landing/Componets/Hero/index.tsx | 1 + .../landing/Componets/Hero/styles.module.scss | 107 ++++++++++++++++ .../landing/Componets/LegoV2/index.tsx | 2 +- src/modules/landingV5/styles.module.scss | 2 +- 7 files changed, 231 insertions(+), 8 deletions(-) diff --git a/src/modules/landing/Componets/Chain/index.tsx b/src/modules/landing/Componets/Chain/index.tsx index f31df26b0..e0f6c681d 100644 --- a/src/modules/landing/Componets/Chain/index.tsx +++ b/src/modules/landing/Componets/Chain/index.tsx @@ -222,8 +222,8 @@ export default function Chain() {

- Say hello to the first modular Bitcoin L2 blockchains{' '} - powered by BVM. + Say hello to the first Bitcoin L2 blockchains powered by + BVM. diff --git a/src/modules/landing/Componets/Hero/Content/index.tsx b/src/modules/landing/Componets/Hero/Content/index.tsx index 02b64add2..97073a07d 100644 --- a/src/modules/landing/Componets/Hero/Content/index.tsx +++ b/src/modules/landing/Componets/Hero/Content/index.tsx @@ -32,7 +32,7 @@ export default function HeroContent() { @@ -42,7 +42,7 @@ export default function HeroContent() { @@ -80,6 +80,11 @@ export default function HeroContent() { + +
+ +
+
- Customize and launch your modular Bitcoin L2 blockchain with the + Customize and launch your Bitcoin L2 blockchain with the best-of-breed modules with a few clicks. diff --git a/src/modules/landingV5/styles.module.scss b/src/modules/landingV5/styles.module.scss index e0b6d2f37..037dfbab5 100644 --- a/src/modules/landingV5/styles.module.scss +++ b/src/modules/landingV5/styles.module.scss @@ -34,7 +34,7 @@ line-height: 140%; /* 33.6px */ letter-spacing: 0.72px; - max-width: 50ch; + max-width: 45ch; } .introduction_links {