'use client'; import React from 'react'; import { useRouter } from 'next/navigation'; const ResearchHero = () => { const router = useRouter(); return (
{/* --- CỘT TRÁI --- */}
{/* Label: gạch ngang + "Research Hub" */}
Research Hub
{/* Heading */}

Pioneering
Discovery

{/* Description */}

Explore our cutting-edge research domains, active projects, and interdisciplinary centers driving innovation in liberal arts and sciences.

{/* Buttons */}
{/* --- CỘT PHẢI: Visual composition --- */}
{/* Glow nền */}
{/* Main image card */}
Research laboratory
Featured

Cognitive Sciences Lab

Exploring the intersection of AI and human psychology.

{/* Floating stat card 1 — Publications */}

12k+

Publications

{/* Floating stat card 2 — Active Projects */}

340

Active Projects

); }; export default ResearchHero;