Skip to content

Commit 6c832c2

Browse files
committed
Enhance Hero Copy
1 parent a760b67 commit 6c832c2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/components/header/header.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const HeaderContent = () => {
2323
<ParticlesComponent />
2424
Level Up Skills with <br /> recode hive
2525
</motion.h1>
26-
2726
<motion.p
2827
initial={{ opacity: 0, x: -10 }}
2928
whileInView={{ opacity: 1, x: 0 }}
@@ -34,10 +33,16 @@ const HeaderContent = () => {
3433
stiffness: 100,
3534
delay: 0.2,
3635
}}
36+
style={{ textAlign: "center" }}
3737
>
38-
recode hive helps you get started with open-source contributions. We’ve
39-
built an inclusive community with people from around the world. Join us
40-
to earn while learning — everything made simpler and more practical.
38+
<strong>recode hive</strong> helps you get started with open-source
39+
contributions. We’ve built an inclusive community with people from
40+
around the world. Join us to earn while learning —{" "}
41+
<span style={{ color: "#e44d26", fontWeight: "bold" }}>
42+
everything made simpler and more practical.
43+
</span>
44+
<br></br>
45+
<br></br>
4146
</motion.p>
4247

4348
<div className="chh__header-content__input">

0 commit comments

Comments
 (0)