import React, { useState, useEffect } from 'react';
import {
Github,
Linkedin,
Mail,
ExternalLink,
Code2,
User,
Briefcase,
Cpu,
ChevronRight,
Menu,
X,
FileText,
Sparkles
} from 'lucide-react';
/**
* Professional Portfolio Component
* Emphasis: Ultra-noticeable Glowing Buttons & Premium Interactions
* Palette: Indigo-600, Slate-900, White
*/
const App = () => {
const [isMenuOpen, setIsMenuOpen] = useState(false);
const [scrolled, setScrolled] = useState(false);
useEffect(() => {
const handleScroll = () => {
setScrolled(window.scrollY > 20);
};
window.addEventListener('scroll', handleScroll);
return () => window.removeEventListener('scroll', handleScroll);
}, []);
const navLinks = [
{ name: 'About', href: '#about', icon:
I build scalable web systems with a focus on minimalist aesthetics and robust engineering.
I believe that every line of code is an opportunity to solve a human problem. My process bridges the gap between technical constraints and user desires.
Currently specializing in full-stack development, I focus on creating systems that are performant, accessible, and delightful to interact with.
Industry Roles
Digital Products
A constantly evolving stack built on modern standards and industry best practices.
Highlighting the intersection of design and logic.
{project.description}
I'm ready to bring my technical skills and creative eye to your next mission.