portfoliomain
read-only$ cat home.tsx
export function Home() {
return (
<main>
<h1> Matteo Paludgnach </h1>
<p> Full-Stack Developer • Italy • 22 </p>
<p> Focus: performant, real-time experiences </p>
<p> Stack: React, TypeScript, Bun, PostgreSQL, Redis </p>
<p> Links: GitHub • X • Email </p>
</main>
)
}