diff --git a/app/about/page.tsx b/app/about/page.tsx
index d0a1161..8f551cc 100644
--- a/app/about/page.tsx
+++ b/app/about/page.tsx
@@ -1,5 +1,11 @@
-import Hero from "@/components/content/Hero";
import type { Metadata } from "next";
+import { IconBrandLinkedinFilled, IconMailFilled } from "@tabler/icons-react";
+import Hero from "@/components/content/Hero";
+import SectionLabel from "@/components/layout/SectionLabel";
+import AccentLink from "@/components/navigation/AccentLink";
+import GiteaIcon from "@/components/icons/GiteaIcon";
+import Tooltip from "@/components/ui/Tooltip";
+import { colors, education, timeline } from "@/constants";
export const metadata: Metadata = {
title: "About — Angel Mankel",
@@ -7,6 +13,91 @@ export const metadata: Metadata = {
export default function AboutPage() {
return (
-
+ I came up through healthcare IT — help desk, then Salesforce + administration, then software engineering. A path that taught me + to translate between operations, design, and engineering without + losing the thread. +
++ These days I write React and TypeScript for production, lead + component-library work, and spend a lot of time in Claude Code — + custom slash commands, MCP integrations, agent workflows. The + AI-tooling layer is reshaping how I work across the stack. +
++ Based in Arizona, looking for remote-US roles where shipping + frontend product and building AI tooling around it are both + first-class. Bonus points for teams that take design seriously + and don't hand things off at every layer. +
+
- I’m a creator at heart.
+ I'm{" "}
+
@@ -52,16 +25,37 @@ export default function HomePage() {
- 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'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.
{p}
+ ))} +