From 78a9c2abc56d47637eaa46eb1ce99b682d7bde0d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Jun 2025 16:47:48 +0000 Subject: 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. --- src/components/Sections/Welcome.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Sections/Welcome.astro') 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 @@

Hi, I'm Valentin Popov 👋

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.

Welcome, and feel free to explore!

-- cgit v1.2.3