let socialIcons: { apple: string; discord: string; facebook: string; farcaster: string; google: string;};
type apple = string;
type discord = string;
type facebook = string;
type farcaster = string;
type google = string;