diff options
Diffstat (limited to 'src/pages/index.astro')
| -rw-r--r-- | src/pages/index.astro | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index d953797..a539717 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -22,11 +22,14 @@ const latestNotes = allNotes.sort(collectionDateSort).slice(0, MAX_NOTES); <PageLayout meta={{ title: "Home" }}> <section> - <h1 class="title mb-6">Hello World!</h1> + <h1 class="title mb-6">Welcome!</h1> <p class="mb-4"> - Hi, I’m a theme for Astro, a simple starter that you can use to create your website or blog. - If you want to know more about how you can customise me, add more posts, and make it your own, - click on the GitHub icon link below and it will take you to my repo. + I'm Dawid - DevOps engineer, web developer, and full-time vanlifer. With over a decade of + experience in cloud technologies and automation, I share insights from life on the road, tech + tutorials, and digital nomad know-how. + </p> + <p class="mb-4"> + Follow along for practical tips on DevOps, web development, and remote work in motion. </p> <SocialList /> </section> |
