export type WebResourceCard = { title: string; description: string; imageUrl: string; domain: string; site_name: string; };