Skip to content

Commit eb47912

Browse files
committed
fix: update homepage header text for clarity and conciseness
1 parent 9f45528 commit eb47912

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

website/src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ function HomepageHeader() {
1212
<div className="container">
1313
<div className={styles.heroContent}>
1414
<div className={styles.heroText}>
15-
<span className={styles.badge}>🚀 Infrastructure as JavaScript</span>
15+
<span className={styles.badge}>🚀 Simple. Powerful. Open.</span>
1616
<Heading as="h1" className={styles.heroTitle}>
1717
Infrastructure management made <span className={styles.highlight}>simple</span>
1818
</Heading>
1919
<p className={styles.heroSubtitle}>
20-
A cosmic tool for provisioning and managing infrastructure with JavaScript-based configuration,
21-
automatic backend generation, and built-in secrets management.
20+
A cosmic tool for provisioning and managing infrastructure.
21+
Define your infra with code, automatic backend generation, and built-in secrets management.
2222
</p>
2323
<div className={styles.buttons}>
2424
<Link

0 commit comments

Comments
 (0)