export interface FeaturedSection { title: string; description: string; key: string; dappIds: string[]; }