| 1 | // 👋 Hey there! Welcome to my portfolio. | |
| 2 | // I'm Sudip Tunga — a Full Stack Developer from Haldia, West Bengal. | |
| 3 | // I build scalable web apps from pixel-perfect UIs to production-grade backends. | |
| 4 | ||
| 5 | export default function Home() { | |
| 6 | return ( | |
| 7 | <main> | |
| 8 | {/* Typewriter cycles through what I actually do */} | |
| 9 | <Hero roles={[ | |
| 10 | "Full Stack Developer", | |
| 11 | "Next.js Engineer", | |
| 12 | "React Native Developer", | |
| 13 | "Backend Architect", | |
| 14 | "Open Source Contributor", | |
| 15 | ]} /> | |
| 16 | </main> | |
| 17 | ); | |
| 18 | } |