Patryk L.
Add React to Astro: npm run astro add react
Astro React Integration Guide
Create Navigation.tsx in the components folder.
Paste the code for example Navbar 1 from Relume.
Go to index.astro.
Add at the top: import { Navbar1 } from '../components/Navigation';
Use the component: <Navbar1 client:load />