|
1 | | -import HeroExtractor from './components/HeroExtractor'; |
| 1 | +import Theatre from './components/theatre/Theatre'; |
2 | 2 | import Grainient from './components/Grainient'; |
3 | 3 | import RedditMarquee from './components/RedditMarquee'; |
4 | 4 | import CopyCmd from './components/CopyCmd'; |
@@ -82,7 +82,7 @@ function Hero() { |
82 | 82 | WordPress, plus a stdio MCP for Claude Code and Cursor — back in seconds. |
83 | 83 | </p> |
84 | 84 | <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> |
86 | 86 | <a href="https://github.com/Manavarya09/design-extract" className="btn btn-ghost" target="_blank" rel="noreferrer">View source</a> |
87 | 87 | </div> |
88 | 88 | <div style={{ marginTop: 26 }}> |
@@ -120,11 +120,11 @@ function ExtractSection() { |
120 | 120 | <div className="wrap dx-section-wrap"> |
121 | 121 | <header className="dx-section-head"> |
122 | 122 | <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> |
125 | 125 | </header> |
126 | 126 | <div className="dx-stage"> |
127 | | - <HeroExtractor /> |
| 127 | + <Theatre autoStart="stripe.com" /> |
128 | 128 | </div> |
129 | 129 | </div> |
130 | 130 | </section> |
|
0 commit comments