* Background info: https://namehash.slack.com/archives/C086Z6FNBHN/p1743708831170059 * Key goal: Help the footer on the ENSRainbow landing page stay in sync with the footer we use on our other landing pages in the NameKit monorepo. * Subtasks: - [x] Create a new public / shared package in the NameKit monorepo that is configured to be published to NPM. - [x] Move the "standard" footer component (and its dependencies, such as icons, etc..) into the newly created public / shared package. - [x] Publish that package to NPM. - [ ] Update ENSRainbow's landing page so that it imports the "standard" footer from NPM. - [ ] Remove all resources in the ENSRainbow landing page that will become redundant after the above updates.