From dbfa4ece88c317a38477503763c57e04464b5845 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 19:40:15 +0800
Subject: [PATCH] Fix hero image black borders on white page

---
 docs/index-en.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/index-en.html b/docs/index-en.html
index 64ecff2..243dfea 100644
--- a/docs/index-en.html
+++ b/docs/index-en.html
@@ -34,15 +34,15 @@
     <div class="layout hero__split">
       <div class="hero__copy">
         <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>
+        <p class="hero__lead">Don't mourn Launchpad on macOS 26 Tahoe—it was never truly good anyway.</p>
       </div>
 
-      <figure class="hero__visual">
+      <figure class="hero__art">
         <img
           src="assets/hero-visual.jpg"
-          alt="TagLauncher App Grid with colorful tags"
-          width="553"
-          height="619"
+          alt="TagLauncher App Grid with stacked 3D window presentation"
+          width="1024"
+          height="846"
           fetchpriority="high"
           decoding="async">
       </figure>

--
Gitblit v1.9.3