export function H1({ children }) { return ( <h1 className="text-2xl font-bold mb-1 dark:text-gray-100">{children}</h1> ) }