import { CheckIcon } from '@heroicons/react/20/solid' import TopicCard from '../components/topic_card' const includedFeatures = [ 'Private forum access', 'Member resources', 'Entry to annual conference', 'Official member t-shirt', ] export default function Example() { const cards = [ ["Learn cybersecurity", "Learning cybersecurity is like becoming a guardian of the digital realm.\nIt's about mastering the art of protecting information, systems, and networks from cyber threats.\nFrom understanding encryption algorithms to detecting malware, every lesson equips you with tools to fortify against cyber-attacks.", "/learn/cybersec" ], ["Learn geography", "It's cool ig", "/learn/geography"], ["Learn C++", "Don't.", "/learn/cpp"], ["Learn C", "Do.", "/learn/c"] ]; return (