export interface SlideProps {
id: number;
header: string;
txt: string;
img: string;
}
// Used in MainSlide.tsx and its' child component MainSliderSlide.tsx