export interface FooterProps {
    disable?: boolean;
    pages?: {
        text: string;
        link: string;
    }[];
}
