import React from 'react'; import styles from './StepByStep.module.css'; // Import the CSS module const StepByStep = () => { return (
Header
Player 1 Player 2 Player 3 Player 4 Player 5
Search
Music 1 Music 2 Music 3
Body
Escappucino Escappucino 1
Chicken Katsu Chicken Katsu 1
New Project Cart
Cart Checkout
Transaction
Second Main
); }; export default StepByStep;