Skip to content

Commit

Permalink
home: add new title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
byandrev committed Aug 17, 2023
1 parent 5aeab8a commit 7de4e2d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ function Home() {
<Container>
<div className="space-y-6">
<h1 className="text-2xl font-bold">
Hola, soy Junior Software Engineer. Me encanta trabajar con
Javascript y React.js. Me gusta aprender y compartir.
Hola, soy Andres Parra, Softwart Engineer
</h1>

<p>
Me gusta siempre estar aprendiendo y compartir mis conocimientos,
por eso existe este blog. Me considero fan del open source y del
Soy un desarrollador de software apasionado por la tecnología y el
desarrollo web. Me gusta siempre estar aprendiendo y compartiendo mis
conocimientos, por eso existe este blog. Fan del open source y del
café ☕.
</p>

<p>
Cada línea de código es una oportunidad para crear magia y dar vida
a ideas innovadoras.
</p>
</div>
</Container>
</>
Expand Down

0 comments on commit 7de4e2d

Please sign in to comment.