Move pricing right under hero title, remove CTA buttons

- Removed "Katso paketit" and "Lue lisää" buttons from hero
- Shortened hero subtitle
- Moved badges to features section
- Reduced spacing so pricing is visible on page load

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 03:01:20 +02:00
parent e5fb72da64
commit 79da66e202
2 changed files with 11 additions and 14 deletions

View File

@@ -141,7 +141,7 @@ a {
position: relative;
display: flex;
align-items: center;
padding: 100px 0 32px;
padding: 100px 0 16px;
overflow: hidden;
}
@@ -321,7 +321,7 @@ a {
/* === Pricing === */
.pricing {
padding: 40px 0 100px;
padding: 16px 0 100px;
position: relative;
background: linear-gradient(180deg, var(--dark) 0%, var(--dark-light) 100%);
}