export interface Metadata {
  title: string;
  description: string;
  image: string;
  cover: string;
}
