diff --git a/README.md b/README.md index bf4f907..469b5eb 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,6 @@ English | 简体中文 | 繁體中文 | 日本語 | 한국어 | Español | Türkçe | Русский
-
-
-
-
-
- 🚀 We’re live on Product Hunt: - - check out Understand Anything - -
-
diff --git a/homepage/src/components/Hero.astro b/homepage/src/components/Hero.astro
index 837979f..40dfc52 100644
--- a/homepage/src/components/Hero.astro
+++ b/homepage/src/components/Hero.astro
@@ -44,23 +44,6 @@ const discordUrl = 'https://discord.gg/pydat66RY';
-
- 🚀 We’re live on Product Hunt
-
-
-
Enterprise
·
@@ -303,40 +286,6 @@ const discordUrl = 'https://discord.gg/pydat66RY';
text-decoration: none;
}
- /* Product Hunt launch announcement */
- .hero-producthunt {
- margin-top: 2rem;
- display: inline-flex;
- flex-direction: column;
- align-items: center;
- gap: 0.6rem;
- text-decoration: none;
- transition: transform 0.2s ease;
- }
-
- .hero-producthunt:hover {
- text-decoration: none;
- transform: translateY(-2px);
- }
-
- .hero-producthunt-text {
- font-family: var(--font-code);
- font-size: 0.78rem;
- letter-spacing: 0.12em;
- text-transform: uppercase;
- color: #d4a574;
- }
-
- .hero-producthunt img {
- display: block;
- border-radius: 6px;
- transition: box-shadow 0.25s ease;
- }
-
- .hero-producthunt:hover img {
- box-shadow: 0 0 24px rgba(212, 165, 116, 0.2);
- }
-
/* Enterprise contact — pill that mirrors the hero badge at the top */
.hero-enterprise {
margin-top: 1.75rem;