+ {[
+ { step: "Connect Your Wallet", desc: "Start by linking your wallet securely." },
+ { step: "Create or Join Game", desc: "Pick a game and set a wager, or join an existing match." },
+ { step: "Place Your Bet", desc: "Confirm your wager and get ready to play." },
+ { step: "Claim Your Winnings", desc: "Win the game and collect your rewards instantly!" },
+ ].map(({ step, desc }, index) => (
+
+
{index + 1}. {step}
+
{desc}
+
+ ))}
+