export type LogoConfig = {
  text: string;
  url: string;
  img: string;
};
