fix(home): remove hero 'Entdecken' CTA link

This commit is contained in:
Hermes
2026-06-05 17:58:50 +00:00
parent a879aa0165
commit 38410c4ebc

View File

@@ -45,7 +45,6 @@ $gridItems = [
<li class="hero-meta-item"><?= htmlspecialchars($t('hero.rooms'), ENT_QUOTES) ?></li> <li class="hero-meta-item"><?= htmlspecialchars($t('hero.rooms'), ENT_QUOTES) ?></li>
<li class="hero-meta-item"><?= htmlspecialchars($t('hero.floors'), ENT_QUOTES) ?></li> <li class="hero-meta-item"><?= htmlspecialchars($t('hero.floors'), ENT_QUOTES) ?></li>
</ul> </ul>
<a class="hero-cta" href="#galerie"><?= htmlspecialchars($t('hero.discover'), ENT_QUOTES) ?> ↓</a>
</div> </div>
</header> </header>