From 3820bfd0dbb671a5404d6b44dbeb110bf1827b2f Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 18:43:23 +0800
Subject: [PATCH] Tighten hero visual: trim excess reflection and drop full-screen height

---
 docs/index-en.html |   42 +++++++++++++-----------------------------
 1 files changed, 13 insertions(+), 29 deletions(-)

diff --git a/docs/index-en.html b/docs/index-en.html
index 16a6204..698af6a 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-design-original.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,36 +33,20 @@
   <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—it was only barely usable.</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>
-        </div>
-      </div>
+      <figure class="hero__art">
+        <img
+          src="assets/hero-visual-only.jpg"
+          alt=""
+          width="592"
+          height="544"
+          fetchpriority="high"
+          decoding="async"
+          role="presentation">
+      </figure>
     </div>
   </section>
 

--
Gitblit v1.9.3