From fb753bbb3b70cb63da56606662e655117860a893 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 21:01:30 +0800
Subject: [PATCH] Add second screen: 4 view screenshots left, copy right

---
 docs/index-en.html |   74 +++++++++++++++++++++++-------------
 1 files changed, 47 insertions(+), 27 deletions(-)

diff --git a/docs/index-en.html b/docs/index-en.html
index 16a6204..3ff366b 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -5,7 +5,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>TagLauncher — Tag-based Mac app launcher</title>
   <meta name="description" content="TagLauncher organizes Mac apps with tags: scrollable grid, multi-tag apps, searchable notes, JSON layout backup—beyond Launchpad folders and pages.">
-  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-shot-grid.jpg">
+  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/hero-visual.jpg">
   <link rel="stylesheet" href="styles.css">
   <link rel="alternate" hreflang="en" href="index-en.html">
   <link rel="alternate" hreflang="zh-Hans" href="index.html">
@@ -33,34 +33,54 @@
   <section class="hero" aria-label="TagLauncher hero">
     <div class="layout hero__split">
       <div class="hero__copy">
-        <h1 class="hero__headline">Possibly the best Mac app launcher—anywhere</h1>
-        <p class="hero__lead">Don't mourn Launchpad on macOS 26 Tahoe. It was never great—and it still isn't.</p>
+        <h1 class="hero__headline">Possibly the best Mac app launcher—in the world</h1>
+        <p class="hero__lead">Don't mourn Launchpad on macOS 26 Tahoe—it was never truly good anyway.</p>
       </div>
 
-      <div class="hero__visual" aria-hidden="true">
-        <div class="hero__stack">
-          <figure class="hero-shot hero-shot--back">
-            <div class="hero-shot__chrome">
-              <span></span><span></span><span></span>
-            </div>
-            <div class="hero-shot__screen">
-              <img src="assets/hero-shot-memo.jpg" alt="" width="1600" height="1040" loading="lazy" decoding="async">
-            </div>
-            <div class="hero-shot__reflection">
-              <img src="assets/hero-shot-memo.jpg" alt="" width="1600" height="1040">
-            </div>
-          </figure>
-          <figure class="hero-shot hero-shot--front">
-            <div class="hero-shot__chrome">
-              <span></span><span></span><span></span>
-            </div>
-            <div class="hero-shot__screen">
-              <img src="assets/hero-shot-grid.jpg" alt="TagLauncher App Grid" width="1600" height="1040" fetchpriority="high" decoding="async">
-            </div>
-            <div class="hero-shot__reflection">
-              <img src="assets/hero-shot-grid.jpg" alt="" width="1600" height="1040">
-            </div>
-          </figure>
+      <figure class="hero__art">
+        <img
+          src="assets/hero-visual.jpg"
+          alt="TagLauncher App Grid with stacked 3D window presentation"
+          width="1024"
+          height="908"
+          fetchpriority="high"
+          decoding="async">
+      </figure>
+    </div>
+  </section>
+
+  <section class="views" aria-label="Five view modes">
+    <div class="layout views__split">
+      <div class="views__gallery">
+        <figure class="views__shot">
+          <img src="assets/views/view-01.jpg" alt="Flat view" width="720" height="468" loading="lazy" decoding="async">
+        </figure>
+        <figure class="views__shot">
+          <img src="assets/views/view-02.jpg" alt="Plain container view" width="720" height="468" loading="lazy" decoding="async">
+        </figure>
+        <figure class="views__shot">
+          <img src="assets/views/view-03.jpg" alt="Colored container view" width="720" height="468" loading="lazy" decoding="async">
+        </figure>
+        <figure class="views__shot">
+          <img src="assets/views/view-04.jpg" alt="Plain grid view" width="720" height="468" loading="lazy" decoding="async">
+        </figure>
+      </div>
+
+      <div class="views__copy">
+        <h2 class="views__headline">Five views—everything on one screen</h2>
+        <p class="views__lead">No more opening folders one by one or flipping through pages. You're just finding an app—it shouldn't feel like a trek.</p>
+        <hr class="views__rule" aria-hidden="true">
+        <p class="views__label">5 view modes</p>
+        <ul class="views__modes">
+          <li>Flat</li>
+          <li>Plain containers</li>
+          <li>Colored containers</li>
+          <li>Plain grid</li>
+          <li>Colored grid</li>
+        </ul>
+        <div class="views__shortcut">
+          <span class="views__shortcut-label">Quick launch</span>
+          <span class="views__shortcut-keys"><kbd>Option</kbd> + <kbd>Shift</kbd> + <kbd>Space</kbd></span>
         </div>
       </div>
     </div>

--
Gitblit v1.9.3