Merge about page prose into hero and drop redundant section heading.

- Move the three explanatory paragraphs into the hero card under the lead
- Remove the separate "Vad vi gör" section that repeated the same framing
- Add a light divider between lead and body text for readability

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Joakim Mörling 2026-05-22 13:51:11 +02:00
parent 255095e6bd
commit c0c32b718b

View file

@ -29,10 +29,6 @@ const highlights = [
Bilhej gör det enkelt att en bilägare med ett fysiskt brev. Du
skriver meddelandet, vi sköter utskick och post.
</p>
</section>
<section class="about__section">
<h2 class="about__section-title">Vad vi gör</h2>
<div class="about__prose">
<p>
Många situationer i trafiken eller parkeringen är enklare att lösa
@ -126,12 +122,17 @@ const highlights = [
}
.about__lead {
margin: 0;
margin: 0 0 var(--space-lg) 0;
font-size: 1.0625rem;
line-height: 1.75;
color: var(--color-muted);
}
.about__prose {
padding-top: var(--space-lg);
border-top: 1px solid var(--color-border);
}
.about__section {
margin-bottom: var(--space-2xl);
}