make that cross as showen as in image
Let me first read the current HTML file to see what we have, then modify it to create the crossing effect shown in your image.
I've updated the HTML to create a crossing effect where the two text banners intersect at slight angles. The first banner rotates -2 degrees and moves diagonally, while the second rotates +2 degrees in the opposite direction, creating the visual crossing pattern shown in your image. The overlapping margins and z-index positioning make them appear to cross over each other as they animate.
make this in react js
I've successfully converted the HTML/CSS/JS moving text section into a React component. The component uses React hooks for state management, proper event handlers, and CSS modules for styling. The crossing text animation effect is preserved with the same diagonal movements and rotations, and the hover-to-pause functionality works seamlessly with React's event system.
make that as cross style