From c0c32b718b2ff54d27964d35cfd157223d37e09d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joakim=20M=C3=B6rling?=
Date: Fri, 22 May 2026 13:51:11 +0200
Subject: [PATCH] Merge about page prose into hero and drop redundant section
heading.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 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
---
frontend/src/pages/AboutPage.vue | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/frontend/src/pages/AboutPage.vue b/frontend/src/pages/AboutPage.vue
index 034999c..600d764 100644
--- a/frontend/src/pages/AboutPage.vue
+++ b/frontend/src/pages/AboutPage.vue
@@ -29,10 +29,6 @@ const highlights = [
Bilhej gör det enkelt att nå en bilägare med ett fysiskt brev. Du
skriver meddelandet, vi sköter utskick och post.
-
-
-
- Vad vi gör
Många situationer i trafiken eller på 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);
}