Skip to content

Commit be1e3a4

Browse files
committed
feat(theatre): homepage hero now the live Theatre (autoplay stripe reel)
1 parent b2dd77e commit be1e3a4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/app/page.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import HeroExtractor from './components/HeroExtractor';
1+
import Theatre from './components/theatre/Theatre';
22
import Grainient from './components/Grainient';
33
import RedditMarquee from './components/RedditMarquee';
44
import CopyCmd from './components/CopyCmd';
@@ -82,7 +82,7 @@ function Hero() {
8282
WordPress, plus a stdio MCP for Claude Code and Cursor — back in seconds.
8383
</p>
8484
<div className="hero-cta">
85-
<a href="#extract" className="btn btn-primary">Run extraction</a>
85+
<a href="#extract" className="btn btn-primary">Watch it read a site</a>
8686
<a href="https://github.com/Manavarya09/design-extract" className="btn btn-ghost" target="_blank" rel="noreferrer">View source</a>
8787
</div>
8888
<div style={{ marginTop: 26 }}>
@@ -120,11 +120,11 @@ function ExtractSection() {
120120
<div className="wrap dx-section-wrap">
121121
<header className="dx-section-head">
122122
<p className="eyebrow" style={{ marginBottom: 14 }}>try it now</p>
123-
<h2 className="dx-section-title">See it work.</h2>
124-
<p className="dx-section-tag">Paste a URL. Watch the system land.</p>
123+
<h2 className="dx-section-title">Watch it read a site.</h2>
124+
<p className="dx-section-tag">Paste a URL. The real browser opens and reads the design system, live.</p>
125125
</header>
126126
<div className="dx-stage">
127-
<HeroExtractor />
127+
<Theatre autoStart="stripe.com" />
128128
</div>
129129
</div>
130130
</section>

0 commit comments

Comments
 (0)