Skip to content

Commit ec729a7

Browse files
docs: update landing copy (#6695)
## Summary The current `Beyond the limitations` slogan on landing, altho very marketingy, isn't at all descriptive about what Reanimated actually does. <img width="907" alt="image" src="https://github.com/user-attachments/assets/fcd6871b-3f91-4495-96e0-63b856ec8469"> This PR changes the message to `Create smooth animations with an excellent developer experience.` which better describes what we do here. <img width="901" alt="image" src="https://github.com/user-attachments/assets/e95f9055-a99e-40d5-b7ab-1f96dc53c4a7"> Requested by @tomekzaw about two years ago 🙃 ## Test plan ```sh cd packages/docs-reanimated yarn yarn start ```
1 parent f3597c8 commit ec729a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/docs-reanimated/src/components/Hero/StartScreen/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ const StartScreen = () => {
4646
<span className={styles.rnLabel}>React Native</span>
4747
<SelectedLabel isInteractive={true}>Reanimated</SelectedLabel>
4848
</h1>
49-
<h2 className={styles.subheadingLabel}>Beyond the limitations</h2>
49+
<h2 className={styles.subheadingLabel}>
50+
Create smooth animations with an&nbsp;excellent developer
51+
experience.
52+
</h2>
5053
</div>
5154
<div className={styles.lowerHeading}>
5255
<Horse />

packages/docs-reanimated/src/components/Hero/StartScreen/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
font-weight: 600;
3737
line-height: 1.15;
3838
letter-spacing: var(--swm-heading-letter-spacing-bigger);
39+
text-wrap: balance;
3940

4041
margin-top: 32px;
4142
margin-bottom: 56px;

0 commit comments

Comments
 (0)