import React from 'react'; import { useNavigate } from 'react-router-dom'; import { ImageIcon, StackIcon } from './Icons'; import BackgroundAnimation from './BackgroundAnimation'; const Hero: React.FC = () => { const navigate = useNavigate(); return (
v2.0 Prototype

PRISM

Lock Screen Classifier

Automated Compliance for Samsung Glance

"Making classification of lock screens generated by Glance for Samsung automatic without human intervention, saving 40 hr/week bandwidth."

{/* Proof of Work Section - Actual Images */}

Proof of Work

{/* Certificate 1: Participation (Top) */}
Participation Certificate { (e.target as HTMLImageElement).src = 'https://placehold.co/800x600/1e293b/FFF?text=Upload+Participation+Cert+to+static/certificates/'; }} />
{/* Certificate 2: Excellence (Bottom) */}
Certificate of Excellence { (e.target as HTMLImageElement).src = 'https://placehold.co/800x600/1e293b/FFF?text=Upload+Excellence+Cert+to+static/certificates/'; }} />
); }; export default Hero;