Is there an existing issue for this?
Issue Description ✍️
Extend candidate model and UI so each candidate stores:
IPFS hash for photo and logo (stored on Pinata / IPFS, repo already expects a NEXT_PUBLIC_PINATA_JWT).
motto (short string), bio (longer profile text), website (optional).
Update createCandidate UI to upload assets to IPFS and save the IPFS hashes on-chain (or in the existing backend store).
Why: Improves voter trust & transparency, enables richer candidate pages.
Record