export type PinnedWebsite = { id: string; title: string; url: string; icon?: string; addedAt: number; }