From c3afc017401957609edbec3fcea3bead1d7d06e7 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sat, 06 Jun 2026 01:29:19 +0800
Subject: [PATCH] Add 3D promo hero asset and refresh landing page visuals

---
 docs/assets/taglauncher-hero-3d-promo-16x9.jpg      |    0 
 docs/assets/app-icon.png                            |    0 
 docs/index-en.html                                  |   22 +++++------
 docs/styles.css                                     |   22 +++++++++++
 docs/assets/taglauncher-hero-3d-16x9.jpg            |    0 
 docs/assets/taglauncher-hero-3d-promo-2880x1800.jpg |    0 
 docs/assets/taglauncher-hero-3d-alt-16x9.jpg        |    0 
 docs/index.html                                     |   22 +++++------
 8 files changed, 42 insertions(+), 24 deletions(-)

diff --git a/docs/assets/app-icon.png b/docs/assets/app-icon.png
new file mode 100644
index 0000000..5266150
--- /dev/null
+++ b/docs/assets/app-icon.png
Binary files differ
diff --git a/docs/assets/taglauncher-hero-3d-16x9.jpg b/docs/assets/taglauncher-hero-3d-16x9.jpg
new file mode 100644
index 0000000..f5feb97
--- /dev/null
+++ b/docs/assets/taglauncher-hero-3d-16x9.jpg
Binary files differ
diff --git a/docs/assets/taglauncher-hero-3d-alt-16x9.jpg b/docs/assets/taglauncher-hero-3d-alt-16x9.jpg
new file mode 100644
index 0000000..9d35243
--- /dev/null
+++ b/docs/assets/taglauncher-hero-3d-alt-16x9.jpg
Binary files differ
diff --git a/docs/assets/taglauncher-hero-3d-promo-16x9.jpg b/docs/assets/taglauncher-hero-3d-promo-16x9.jpg
new file mode 100644
index 0000000..aff0a16
--- /dev/null
+++ b/docs/assets/taglauncher-hero-3d-promo-16x9.jpg
Binary files differ
diff --git a/docs/assets/taglauncher-hero-3d-promo-2880x1800.jpg b/docs/assets/taglauncher-hero-3d-promo-2880x1800.jpg
new file mode 100644
index 0000000..e9027e4
--- /dev/null
+++ b/docs/assets/taglauncher-hero-3d-promo-2880x1800.jpg
Binary files differ
diff --git a/docs/index-en.html b/docs/index-en.html
index 32b2c8c..403ccca 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/screenshot-app-grid.jpg">
+  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/taglauncher-hero-3d-promo-2880x1800.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">
@@ -50,17 +50,15 @@
         </div>
       </div>
 
-      <div class="hero-visual" aria-hidden="true">
-        <div class="icon-float">
-          <img src="assets/app-icon-256.png" width="112" height="112" alt="TagLauncher app icon">
-        </div>
-        <figure class="device-shot shot-back">
-          <img src="assets/screenshot-app-grid.jpg" alt="" loading="lazy">
-        </figure>
-        <figure class="device-shot shot-front">
-          <img src="assets/screenshot-notes.jpg" alt="" loading="lazy">
-        </figure>
-      </div>
+      <figure class="hero-promo-3d" aria-hidden="true">
+        <img
+          src="assets/taglauncher-hero-3d-promo-2880x1800.jpg"
+          alt=""
+          width="2880"
+          height="1800"
+          loading="eager"
+          decoding="async">
+      </figure>
     </section>
 
     <section class="showcase">
diff --git a/docs/index.html b/docs/index.html
index 85448e4..aacac9e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,7 +5,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>TagLauncher — 标签化 Mac 应用启动器</title>
   <meta name="description" content="TagLauncher:用标签管理 Mac 应用,可滚动网格、多标签归类、应用备忘、布局备份。比 Launchpad 更适合应用很多的用户。">
-  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/screenshot-app-grid.jpg">
+  <meta property="og:image" content="https://shanghai3168.github.io/taglauncher/assets/taglauncher-hero-3d-promo-2880x1800.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">
@@ -50,17 +50,15 @@
         </div>
       </div>
 
-      <div class="hero-visual" aria-hidden="true">
-        <div class="icon-float">
-          <img src="assets/app-icon-256.png" width="112" height="112" alt="TagLauncher 图标">
-        </div>
-        <figure class="device-shot shot-back">
-          <img src="assets/screenshot-app-grid.jpg" alt="" loading="lazy">
-        </figure>
-        <figure class="device-shot shot-front">
-          <img src="assets/screenshot-notes.jpg" alt="" loading="lazy">
-        </figure>
-      </div>
+      <figure class="hero-promo-3d" aria-hidden="true">
+        <img
+          src="assets/taglauncher-hero-3d-promo-2880x1800.jpg"
+          alt=""
+          width="2880"
+          height="1800"
+          loading="eager"
+          decoding="async">
+      </figure>
     </section>
 
     <section class="showcase">
diff --git a/docs/styles.css b/docs/styles.css
index 5840af2..f381968 100644
--- a/docs/styles.css
+++ b/docs/styles.css
@@ -211,6 +211,28 @@
   text-decoration: none;
 }
 
+.hero-promo-3d {
+  margin: 0;
+  border-radius: calc(var(--radius) + 6px);
+  overflow: hidden;
+  box-shadow: var(--shadow);
+  border: 1px solid var(--border);
+  background: #0a0b12;
+  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
+  transition: transform 0.45s ease;
+}
+
+.hero-promo-3d:hover {
+  transform: perspective(1200px) rotateY(-1deg) rotateX(0deg);
+}
+
+.hero-promo-3d img {
+  display: block;
+  width: 100%;
+  height: auto;
+  vertical-align: middle;
+}
+
 .hero-visual {
   position: relative;
   min-height: 380px;

--
Gitblit v1.9.3