import React from 'react'; // Khối chứa danh sách các lĩnh vực nghiên cứu. const ResearchDomains = () => { return (
{/* Tiêu đề Section */}

Research Domains

Discover our core areas of expertise, where interdisciplinary teams tackle complex global challenges.

{/* Grid chứa các thẻ (Cards) */}
{/* Domain Card 1 (Nổi bật - Màu xanh) */}
{/* Hiệu ứng Glow */}

Law & Policy

Investigating the evolution of international law, human rights, and public policy in a rapidly changing geopolitical landscape.

42 Centers
{/* Domain Card 2 */}

Cognitive Science

Bridging psychology, neuroscience, and artificial intelligence to understand human cognition and behavior.

28 Centers
{/* Domain Card 3 */}

Environmental Studies

Developing sustainable solutions for climate change, resource management, and ecological preservation.

35 Centers
{/* Domain Card 4 */}

History & Humanities

Preserving cultural heritage and analyzing historical contexts to inform contemporary societal debates.

50 Centers
{/* Domain Card 5 */}

Economics

Analyzing global markets, behavioral economics, and policy impacts on socioeconomic development.

19 Centers
{/* Domain Card 6 - CTA */}

View All Domains

Explore our complete directory of 15+ research areas.

); }; export default ResearchDomains;