Skip to content

Commit 08e4d07

Browse files
dorlugasigalCopilot
andcommitted
feat(landing): add themes demo, fix video pacing and content
- Hub: simplified to hub → click session (no themes here) - Agents: slower pacing so users can see the modal before click - Voice: simpler transcript ('git status' without &&) - Resume: clicks Copilot filter tab then opens a session - Files: removed mobile clipboard overlay, renamed to 'Browse & manage files' - NEW: Feature 09 — theme picker demo cycling through Dracula/Cyberpunk/Nord/Catppuccin/Tokyo Night Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 78c3a52 commit 08e4d07

11 files changed

Lines changed: 104 additions & 52 deletions

packages/landing/index.html

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -531,22 +531,21 @@ <h3>Git diffs at a glance</h3>
531531
</div>
532532
</article>
533533

534-
<!-- 08: Files & Clipboard -->
535-
<article class="feature feature--split feature--reverse" data-feature>
534+
<!-- 08: Files -->
535+
<article class="feature feature--center" data-feature>
536536
<div class="feature-inner">
537537
<div class="feature-text" data-reveal>
538538
<span class="feature-num">08</span>
539-
<h3>Files &amp; clipboard, solved</h3>
539+
<h3>Browse &amp; manage files</h3>
540540
<p>
541-
Copy terminal text with one tap. Paste from clipboard — even images. Upload via
542-
drag-and-drop, browse the file system, download anything.
541+
Browse the file system, view source code, upload via drag-and-drop, and download
542+
anything — all from your browser.
543543
</p>
544544
<div class="feature-tags">
545-
<span>Clipboard</span><span>Drag &amp; Drop</span><span>File Browser</span
546-
><span>Download</span>
545+
<span>File Browser</span><span>Drag &amp; Drop</span><span>Download</span>
547546
</div>
548547
</div>
549-
<div class="feature-visual feature-visual--dual">
548+
<div class="feature-visual">
550549
<div class="device-browser device-browser--xl">
551550
<div class="browser-chrome">
552551
<span class="chrome-dot" style="background: #ff5f57"></span>
@@ -568,17 +567,39 @@ <h3>Files &amp; clipboard, solved</h3>
568567
></video>
569568
</div>
570569
</div>
571-
<div class="device-phone device-phone--overlay">
570+
</div>
571+
</div>
572+
</article>
573+
574+
<!-- 09: Themes -->
575+
<article class="feature feature--split" data-feature>
576+
<div class="feature-inner">
577+
<div class="feature-text" data-reveal>
578+
<span class="feature-num">09</span>
579+
<h3>40 themes, your style</h3>
580+
<p>
581+
Dracula, Nord, Cyberpunk, Catppuccin, Tokyo Night — pick a theme and the entire UI
582+
transforms instantly. Your choice persists across sessions.
583+
</p>
584+
<div class="feature-tags">
585+
<span>40 Themes</span><span>Instant Switch</span><span>Persistent</span>
586+
</div>
587+
</div>
588+
<div class="feature-visual">
589+
<div class="device-phone">
572590
<div class="phone-notch"></div>
573591
<div class="phone-screen">
574-
<img
575-
src="/showcase/copy-mobile.png"
576-
alt="Clipboard actions on mobile"
592+
<video
593+
src="/showcase/themes-mobile.mp4"
594+
poster="/showcase/hub-mobile.png"
595+
autoplay
596+
muted
597+
loop
598+
playsinline
577599
width="1170"
578600
height="2532"
579601
loading="lazy"
580-
decoding="async"
581-
/>
602+
></video>
582603
</div>
583604
</div>
584605
</div>
14.3 KB
Binary file not shown.
-24.6 KB
Binary file not shown.
-213 KB
Binary file not shown.
37.5 KB
Binary file not shown.
316 Bytes
Binary file not shown.
-141 Bytes
Binary file not shown.
299 KB
Binary file not shown.
174 Bytes
Binary file not shown.
12.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)