import Link from "next/link"; const LINKS = [ { icon: "fa-solid fa-microscope", title: "Research Hub", desc: "Discover our ongoing projects, facilities, and interdisciplinary centers.", cta: "View Hub", href: "/research", }, { icon: "fa-solid fa-book-open", title: "Publications", desc: "Access our extensive repository of peer-reviewed papers and journals.", cta: "Browse", href: "/publications", }, { icon: "fa-solid fa-handshake", title: "Partnerships", desc: "Collaborate with us through industry, academic, and global networks.", cta: "Connect", href: "/partnerships", }, { icon: "fa-solid fa-newspaper", title: "News & Events", desc: "Stay updated with our latest breakthroughs, seminars, and campus life.", cta: "Read More", href: "/blog", }, ]; const QuickLinksGrid = () => { return ( ); }; export default QuickLinksGrid;