feat: updated app pages
This commit is contained in:
+6
-6
@@ -14,20 +14,20 @@ export default function HomePage() {
|
||||
<p className="font-serif italic text-3xl leading-[1.3]">
|
||||
I'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'm the kind of engineer who picks up whatever the problem needs and
|
||||
keeps digging — into the code, and into the people it's meant for.
|
||||
The throughline isn't a stack, it's the curiosity.
|
||||
I'll pick up whatever a problem needs and keep digging until it
|
||||
works. The constant isn't a particular stack — it's the
|
||||
curiosity that got me here.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user