This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import React, { useEffect, useState } from "react"; | |
| /** | |
| * Homepage.jsx | |
| * Combined Homepage (Platform + KYC) with neutral theme and a stepper that | |
| * wires to the sandbox backend endpoints (session -> mobile -> aadhaar -> pan -> link -> mint). | |
| * | |
| * - TailwindCSS required | |
| * - Frontend calls are wired to a local sandbox (http://localhost:4000) by default | |
| * - This file contains small helper functions and the UI stepper so you can |