aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/Welcome.astro
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-11 19:47:48 +0300
committerValentin Popov <valentin@popov.link>2025-06-11 19:47:48 +0300
commit78a9c2abc56d47637eaa46eb1ce99b682d7bde0d (patch)
tree94001d8c984a70f1138f6240da61cf8aa27d20ec /src/components/Sections/Welcome.astro
parent604e507b311171f0f5d914ce28a3d42a2281a5e6 (diff)
downloadpopov.link-78a9c2abc56d47637eaa46eb1ce99b682d7bde0d.tar.xz
popov.link-78a9c2abc56d47637eaa46eb1ce99b682d7bde0d.zip
feat: add LatestPosts section to homepage
- Introduced a new LatestPosts component to display the five most recent blog posts. - Updated the index page to include the LatestPosts section, enhancing content visibility. - Made minor text adjustments in the Welcome section for clarity.
Diffstat (limited to 'src/components/Sections/Welcome.astro')
-rw-r--r--src/components/Sections/Welcome.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Sections/Welcome.astro b/src/components/Sections/Welcome.astro
index 5d64206..15ae0a3 100644
--- a/src/components/Sections/Welcome.astro
+++ b/src/components/Sections/Welcome.astro
@@ -3,7 +3,7 @@
<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 insights, ideas, and articles on software development, leadership, and the digital world.
+ website, I share thoughts on tech, leadership, and digital life.
</p>
<p>Welcome, and feel free to explore!</p>
</div>