[30388f42] feat: Full stack integration and documentation overhaul

This commit is contained in:
2026-03-08 12:24:35 +00:00
parent 6e0479f8bd
commit 7879b2193c
15 changed files with 843 additions and 996 deletions

View File

@@ -74,8 +74,21 @@
.card-icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
margin: 0 auto 1.5rem auto;
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
background: rgba(59, 130, 246, 0.1);
border-radius: 50%;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
transition: transform 0.3s ease;
}
.card:hover .card-icon {
transform: scale(1.1) rotate(5deg);
background: rgba(59, 130, 246, 0.2);
}
.card h2 {
@@ -181,7 +194,7 @@
<p>
Analysieren Sie Wettbewerber, erstellen Sie Battlecards und finden Sie "Silver Bullets" für den Vertrieb.
</p>
<a href="/ca/" class="btn">Starten &rarr;</a>
<a href="/competitor/" class="btn">Starten &rarr;</a>
</div>
<!-- Lead Engine: TradingTwins -->