export interface Sliders { id: number; title: string; subtitle: string; image: string; active?: boolean; }