minhaj portfolio site
import React from 'react'; import { Github, Youtube, ExternalLink, Mail, Code, BookOpen, Video } from 'lucide-react'; const Portfolio = () => { return ( <div className="min-h-screen bg-gradient-to-br from-gray-50 to-gray-100"> {/* Hero Section */} <header className="container mx-auto px-4 py-16 md:py-24"> <div className="max-w-3xl mx-auto text-center"> <h1 className="text-4xl md:text-6xl font-bold text-gray-900 mb-4"> Minhaj Raza </h1> <p className="text-xl md:text-2xl text-gray-600 mb-8"> CS Student • App Developer • Content Creator </p> <div className="flex justify-center space-x-4"> ...