<%- include('partials/top') %>
<main>
  <h1>Welcome to My Website</h1>
  <p>This is my personal blog where I share my thoughts and experiences about web development, technology, and more.</p>
  
  <h2>Latest Posts</h2>
  <p>Check out my <a href="/blog">blog</a> to see all my posts!</p>
  
  <h2>Get in Touch</h2>
  <p>Have questions or want to collaborate? Feel free to <a href="/contact">contact me</a>.</p>
</main>
<%- include('partials/bottom') %>