diff options
Diffstat (limited to 'src/components/Sections/Welcome.astro')
-rw-r--r-- | src/components/Sections/Welcome.astro | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/Sections/Welcome.astro b/src/components/Sections/Welcome.astro index acbeeac..8056202 100644 --- a/src/components/Sections/Welcome.astro +++ b/src/components/Sections/Welcome.astro @@ -1,10 +1,7 @@ <section> <div> <h1>Hi, I'm Valentin Popov 👋</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>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> |