diff --git a/public/images/sponsors/boostmania.png b/public/images/sponsors/boostmania.png deleted file mode 100644 index de21143e..00000000 Binary files a/public/images/sponsors/boostmania.png and /dev/null differ diff --git a/src/components/homepage/HeroSection.astro b/src/components/homepage/HeroSection.astro index 02a8459a..4baca930 100644 --- a/src/components/homepage/HeroSection.astro +++ b/src/components/homepage/HeroSection.astro @@ -51,26 +51,6 @@ const { stats, heroShowcase } = Astro.props; View on GitHub - -

- Supported by - - - BoostMania - -

@@ -259,44 +239,6 @@ const { stats, heroShowcase } = Astro.props; animation: fade-in-up 0.7s ease 0.45s both; } - .hero-supporters { - display: inline-flex; - flex-wrap: wrap; - align-items: center; - justify-content: center; - column-gap: 0.4rem; - row-gap: 0.2rem; - margin: 1.75rem auto 0; - font-size: 0.78rem; - color: var(--color-text-secondary); - animation: fade-in-up 0.7s ease 0.55s both; - } - - .hero-supporter-link { - display: inline-flex; - align-items: center; - gap: 0.3rem; - color: var(--color-text); - font-weight: 600; - text-decoration: none; - border-bottom: 1px dashed transparent; - transition: border-color 0.2s ease, color 0.2s ease; - } - - .hero-supporter-link:hover { - border-bottom-color: var(--color-text-secondary); - text-decoration: none; - } - - .hero-supporter-link img { - border-radius: 4px; - vertical-align: middle; - } - - .hero-supporter-accent { - color: #e325f5; - } - .hero-showcase { position: relative; width: 100%; @@ -401,7 +343,6 @@ const { stats, heroShowcase } = Astro.props; .hero h1, .hero-subtitle, .hero-actions, - .hero-supporters, .hero-showcase { animation: none !important; opacity: 1 !important;