interface HeaderProps { title: string; description: string; } const Header = ({title, description}: HeaderProps) => { return (