diff --git a/src/modules/landing/Componets/Hero/Content/index.tsx b/src/modules/landing/Componets/Hero/Content/index.tsx index 97073a07d..50b130cc2 100644 --- a/src/modules/landing/Componets/Hero/Content/index.tsx +++ b/src/modules/landing/Componets/Hero/Content/index.tsx @@ -18,13 +18,16 @@ export default function HeroContent() {
-

Bitcoin, upgraded.

+

+ Powerful, fast, and cost-effective Bitcoin L2s anyone can set up + by drag ’n drop. +

- Join us on the mission to reinvent Bitcoin beyond just a currency - — the next internet with AI, Gaming, DeFi, Social, and more on - Bitcoin. + Get your own Bitcoin L2 with a 1-second block time, a $0.001 + transaction fee, and EVM compatibility to build high-performance + dapps.
{/*
diff --git a/src/modules/landing/Componets/Hero/Content/styles.module.scss b/src/modules/landing/Componets/Hero/Content/styles.module.scss index 330e92666..c56fb17aa 100644 --- a/src/modules/landing/Componets/Hero/Content/styles.module.scss +++ b/src/modules/landing/Componets/Hero/Content/styles.module.scss @@ -3,7 +3,7 @@ left: 50%; transform: translateX(-50%); z-index: 2; - max-width: 1000px; + max-width: 1200px; width: 100%; top: 180px; padding-left: 16px; @@ -27,6 +27,9 @@ line-height: 150%; font-size: 16px; text-align: center; + max-width: 64ch; + margin-left: auto; + margin-right: auto; @include is-pc { font-size: 20px; @@ -57,7 +60,7 @@ } @include is-pc { - font-size: 72px; + font-size: 58px; } } diff --git a/src/modules/landingV5/styles.module.scss b/src/modules/landingV5/styles.module.scss index 037dfbab5..77de87f0b 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: 45ch; + max-width: 33ch; } .introduction_links {