export interface LandingSplitMetadata { kicker?: string; title: string; description?: string; reversed?: boolean; }