Skip to content

Commit 45b4a3c

Browse files
committed
Cleanup
1 parent 699b66c commit 45b4a3c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

src/pages/index.tsx

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ function HomepageHeader(): JSX.Element {
1212
<header className={styles.heroBanner}>
1313
<div className="container">
1414
<span className={styles.heroBadge}>
15-
<span>🚀</span>
1615
<span>TokenScript Interpreter</span>
1716
</span>
1817
<Heading as="h1" className={styles.heroTitle}>
@@ -21,17 +20,14 @@ function HomepageHeader(): JSX.Element {
2120
Beautifully Automated
2221
</Heading>
2322
<p className={styles.heroSubtitle}>
24-
A statically-typed language for design tokens with an embeddable interpreter.
25-
Build powerful token transformations with first-class support for colors, units,
23+
A language for design tokens with an embeddable interpreter.
24+
Build powerful token transformations with support for custom colors, units,
2625
and design system workflows.
2726
</p>
2827
<div className={styles.buttons}>
2928
<Link className="button button--secondary button--lg" to="/about/quick-start">
3029
Get Started
3130
</Link>
32-
<Link className="button button--outline button--lg" to="/about/why-tokenscript">
33-
Why TokenScript?
34-
</Link>
3531
</div>
3632
</div>
3733
</header>
@@ -46,7 +42,7 @@ function CodeExampleSection(): JSX.Element {
4642
Generate Design Systems Programmatically
4743
</Heading>
4844
<p style={{ textAlign: "center", color: "var(--ifm-color-emphasis-600)", marginBottom: "3rem", fontSize: "1rem" }}>
49-
Write logic once. Generate entire color palettes, spacing scales, or typographic systems.
45+
Generate entire color palettes, spacing scales, or typographic systems.
5046
</p>
5147
<div className="row" style={{ justifyContent: "center" }}>
5248
<div className="col col--8">
@@ -78,9 +74,7 @@ return ramp;
7874
</TokenScriptCodeBlock>
7975
</div>
8076
</div>
81-
<p style={{ textAlign: "center", marginTop: "2rem", fontSize: "0.875rem", color: "var(--ifm-color-emphasis-600)" }}>
82-
Change the brand color. The entire ramp regenerates automatically.
83-
</p>
77+
8478
</div>
8579
</section>
8680
);

0 commit comments

Comments
 (0)