import { BookOpen, Code2, Terminal, Wrench } from "lucide-react"; import * as React from "react"; export const Hero: React.FC = () => { return (
{/* Background pattern */}
{/* Main heading */}

Digital Problem Solver

I work on Digital problems and build tools, scripts, and systems to solve them.

{/* Quick stats or focus areas */}
Code
Tools
Automation
Learning
{/* Topics */}
Topics: Vibe coding with AI • Debugging • Mac tools • Automation • Small scripts • Learning notes • FOSS
); };