[30388f42] feat: Full stack integration and documentation overhaul
This commit is contained in:
@@ -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 →</a>
|
||||
<a href="/competitor/" class="btn">Starten →</a>
|
||||
</div>
|
||||
|
||||
<!-- Lead Engine: TradingTwins -->
|
||||
|
||||
Reference in New Issue
Block a user