---
title: Правила соревнований роботов
description: Правила молодежных соревнований роботов. РоботТОП Junior 2022
date: '2021-03-20'
image: '/images/bridge.jpg'
---
## Heading H2
This is an example blog post with React components. This page is using the `Image` component from Next.js.
```jsx:example-post.mdx
```
### Code Blocks
This starter also comes with fancy code blocks with code titles.
```jsx:example.jsx
import React, { useState } from 'react';
function Example() {
// Declare a new state variable, which we'll call "count"
const [count, setCount] = useState(0);
return (