/** Instant skeleton shown by Next.js while TrumpPage compiles / fetches. */ export default function TrumpLoading() { return (
{Array.from({ length: 8 }).map((_, i) => (
))}
) }