Added "About me"-Section

This commit is contained in:
2024-12-05 16:19:45 +01:00
parent b8840ffe0c
commit 6ebfa77416
2 changed files with 9 additions and 1 deletions

View File

@@ -69,6 +69,11 @@ class _LandingPageState extends State<LandingPage> {
blockTitle: 'Bildungsweg',
contentType: ContentType.education,
),
Padding(padding: EdgeInsets.only(bottom: 25)),
ContentBlock(
blockTitle: "Über mich",
contentType: ContentType.text,
),
],
);
}