Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR authored Jun 6, 2024
1 parent 887a8bc commit 293a7c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export default function IndexPage() {
className="rounded-full"
placeholder="blur"
alt="picture of esteban"
width={200} // specify the width of the image
height={200} // specify the height of the image
priority // preloads the image
src={author} />
<h1 className="text-3xl">Esteban Dalel R</h1>
<h2 className="italic">I make good software and tell bad jokes</h2>
Expand Down

0 comments on commit 293a7c1

Please sign in to comment.