type Google = { title?: string; link?: string; } | undefined; export default Google;