From 274934aff362cd02adbc800374e35ed2980c87fd Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 07 Jun 2026 00:04:59 +0800
Subject: [PATCH] Remove Launchpad comparison and make features section full-width

---
 docs/index-en.html |   97 +++++++++++++++---------------------------------
 1 files changed, 30 insertions(+), 67 deletions(-)

diff --git a/docs/index-en.html b/docs/index-en.html
index 7963521..b0c0680 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -208,82 +208,45 @@
     </div>
   </section>
 
-  <main class="page-main">
+  <section class="features" aria-label="Core features">
     <div class="layout">
-      <section class="card">
-        <h2>Why not just Launchpad?</h2>
-        <table class="compare">
-          <thead>
-            <tr>
-              <th></th>
-              <th>Launchpad</th>
-              <th>TagLauncher</th>
-            </tr>
-          </thead>
-          <tbody>
-            <tr>
-              <td><strong>Browse</strong></td>
-              <td>Pages of icons—hard to scan many apps</td>
-              <td>One scrollable grid</td>
-            </tr>
-            <tr>
-              <td><strong>Organize</strong></td>
-              <td>Folders; one app per folder</td>
-              <td>Multiple tags per app</td>
-            </tr>
-            <tr>
-              <td><strong>Notes</strong></td>
-              <td>No per-app purpose notes</td>
-              <td>Searchable app notes</td>
-            </tr>
-            <tr>
-              <td><strong>Backup</strong></td>
-              <td>Layout hard to export</td>
-              <td>JSON export / import</td>
-            </tr>
-          </tbody>
-        </table>
-      </section>
-
-      <section class="card">
-        <h2>Core features</h2>
-        <div class="feature-grid">
-          <div class="feature">
-            <strong>App Grid</strong>
-            <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> opens the grid.
-          </div>
-          <div class="feature">
-            <strong>Quick Search</strong>
-            Search names, tags, and notes.
-          </div>
-          <div class="feature">
-            <strong>Tags</strong>
-            Custom colors; drag icons onto tags.
-          </div>
-          <div class="feature">
-            <strong>App notes</strong>
-            Remember what each app is for.
-          </div>
-          <div class="feature">
-            <strong>Layout backup</strong>
-            Export and import JSON.
-          </div>
-          <div class="feature">
-            <strong>Local-first</strong>
-            Data stays on your Mac.
-          </div>
+      <h2 class="features__headline">Core features</h2>
+      <div class="feature-grid">
+        <div class="feature">
+          <strong>App Grid</strong>
+          <kbd>Option</kbd>+<kbd>Shift</kbd>+<kbd>Space</kbd> opens the grid.
         </div>
-      </section>
+        <div class="feature">
+          <strong>Quick Search</strong>
+          Search names, tags, and notes.
+        </div>
+        <div class="feature">
+          <strong>Tags</strong>
+          Custom colors; drag icons onto tags.
+        </div>
+        <div class="feature">
+          <strong>App notes</strong>
+          Remember what each app is for.
+        </div>
+        <div class="feature">
+          <strong>Layout backup</strong>
+          Export and import JSON.
+        </div>
+        <div class="feature">
+          <strong>Local-first</strong>
+          Data stays on your Mac.
+        </div>
+      </div>
 
-      <section class="card card-cta">
+      <div class="features__cta">
         <p>Mac App Store coming soon · macOS 15.0+ · 29 UI languages</p>
         <div class="cta-row">
           <a class="btn btn-primary" href="support.html">Support & contact</a>
           <a class="btn btn-secondary" href="privacy.html">Privacy policy</a>
         </div>
-      </section>
+      </div>
     </div>
-  </main>
+  </section>
 
   <footer class="site-footer">
     <div class="layout">

--
Gitblit v1.9.3