aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/Welcome.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Sections/Welcome.astro')
-rw-r--r--src/components/Sections/Welcome.astro7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/Sections/Welcome.astro b/src/components/Sections/Welcome.astro
new file mode 100644
index 0000000..ee7cae5
--- /dev/null
+++ b/src/components/Sections/Welcome.astro
@@ -0,0 +1,7 @@
+<section>
+ <div>
+ <h1>Hi, I'm Valentin 👋</h1>
+ <p>I'm a professional software developer currently working as a project manager and team lead. On my personal website, I share thoughts on tech, leadership, and digital life.</p>
+ <p>Welcome, and feel free to explore!</p>
+ </div>
+</section>