Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 13, 2024
1 parent 70ae25b commit 93c378e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
17 changes: 10 additions & 7 deletions src/modules/landing/Componets/Hero/Content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ export default function HeroContent() {
<div className={s.heroContent}>
<div className={s.heroContent_inner}>
<Chars classNames={s.heroContent_inner_heading} delayEnter={6}>
<h1 className={s.heroContent_heading}>Bitcoin, upgraded.</h1>
<h1 className={s.heroContent_heading}>
Powerful, fast, and cost-effective Bitcoin L2s anyone can set up
by drag ’n drop.
</h1>
</Chars>
<div className={s.heroContent_content}>
<Lines delayEnter={6.1}>
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.
</Lines>
</div>
<ul className={s.heroContent_actions}>
Expand All @@ -34,11 +37,11 @@ export default function HeroContent() {
onClick={() => router.push('/studio')}
className={`${s.btn} ${s.btn__white}`}
>
Build on Bitcoin
Launch your Bitcoin L2 now
</button>
</Fade>
</li>
<li>
{/* <li>
<Fade delayEnter={6.6}>
<button
onClick={() => router.push('/experience')}
Expand All @@ -47,7 +50,7 @@ export default function HeroContent() {
Experience Bitcoin
</button>
</Fade>
</li>
</li> */}
</ul>
{/* <Fade delay={6.7}>
<div className={s.contact}>
Expand Down
7 changes: 5 additions & 2 deletions src/modules/landing/Componets/Hero/Content/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -57,7 +60,7 @@
}

@include is-pc {
font-size: 72px;
font-size: 58px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/modules/landingV5/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
line-height: 140%;
/* 33.6px */
letter-spacing: 0.72px;
max-width: 45ch;
max-width: 33ch;
}

.introduction_links {
Expand Down

0 comments on commit 93c378e

Please sign in to comment.