Skip to content

Commit 24b8e01

Browse files
Merge pull request #10 from sturdy-barnacle/2026-01-02
fix: update comparison labels and hero text for clarity
2 parents eb9ae18 + dfa7ca3 commit 24b8e01

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default function HomePage() {
4848
<div className="comparison-row comparison-header">
4949
<div className="comparison-cell">Feature</div>
5050
<div className="comparison-cell">EmberDocs</div>
51-
<div className="comparison-cell">Docusaurus</div>
52-
<div className="comparison-cell">GitBook</div>
51+
<div className="comparison-cell">The one that starts with a "D"</div>
52+
<div className="comparison-cell">The one that starts with a "G"</div>
5353
</div>
5454
<div className="comparison-row">
5555
<div className="comparison-cell">Setup time</div>

src/components/landing/Hero.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ export function Hero({ theme }: HeroProps): JSX.Element {
7979
<div className="hero-content">
8080
<h1>
8181
Build docs that<br/>
82-
<span className="gradient-text">developers actually use</span>
82+
<span className="gradient-text">developers won't mind using</span>
8383
</h1>
8484
<p>
85-
Zero-config documentation framework for indie developers.
85+
Zero-config documentation framework for indie developers and product marketers
8686
Beautiful, fast, and maintainable. Clone, install, run.
87-
Customize when you need to.
87+
Customize when you need to. (or not)
8888
</p>
8989
<a href="/docs/getting-started/introduction" className="btn btn-primary">Get Started →</a>
9090

0 commit comments

Comments
 (0)