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:
@@ -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%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user