1<!-- Webui Generated Component -->
2<button class="wui-btn wui-btn--primary" type="button">
3 Get Started Free →
4</button>
5
6<style>
7 .wui-btn--primary {
8 background: linear-gradient(135deg, #6366f1, #8b5cf6);
9 color: #ffffff;
10 border: none;
11 padding: 12px 28px;
12 border-radius: 8px;
13 font-size: 1rem;
14 font-weight: 600;
15 cursor: pointer;
16 transition: all 0.2s ease;
17 }
18 .wui-btn--primary:hover {
19 transform: translateY(-2px);
20 box-shadow: 0 8px 20px rgba(99, 102, 241, 0.4);
21 }
22</style>