From da43ff3d7c2fd1f1b480dbbb05d9502a083b85fc Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 20:03:54 +0800
Subject: [PATCH] Replace hero visual with user-provided reference image
---
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..71d299a 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="908"
fetchpriority="high"
decoding="async">
</figure>
--
Gitblit v1.9.3