feat: updated app pages

This commit is contained in:
2026-05-28 17:46:49 -07:00
parent 0fe7c10b1e
commit 8b6393795e
4 changed files with 292 additions and 95 deletions
+6 -6
View File
@@ -14,20 +14,20 @@ export default function HomePage() {
<p className="font-serif italic text-3xl leading-[1.3]">
I&apos;m{" "}
<RotatingWord
items={["a developer", "a creative", "a tinkerer"]}
items={["a developer", "a creative", "a builder", "a tinkerer"]}
/>
.
</p>
<p className="text-[19px] leading-[1.65]">
Building software people rely on and understanding what makes those
people tick is what drives my greatest ambitions.
I build software people actually use, and I care about the people on
the other side of it as much as the code.
</p>
<p className="text-[19px] leading-[1.65]">
I&apos;m the kind of engineer who picks up whatever the problem needs and
keeps digging into the code, and into the people it&apos;s meant for.
The throughline isn&apos;t a stack, it&apos;s the curiosity.
I&apos;ll pick up whatever a problem needs and keep digging until it
works. The constant isn&apos;t a particular stack it&apos;s the
curiosity that got me here.
</p>
</div>