diff --git a/src/pages/agents.tsx b/src/pages/agents.tsx index 5858f76..54001f5 100644 --- a/src/pages/agents.tsx +++ b/src/pages/agents.tsx @@ -8,13 +8,19 @@ import { SeoProps } from '../types' const AgentsPage = ({ data }: PageProps) => ( +

+ Playlist +

+
+ +

Agents

{data.allContentfulAgents.edges.map((agent) => (
- +

{`${agent.node.firstName} ${agent.node.lastName}`} @@ -51,6 +57,7 @@ export const query = graphql` title headshot { gatsbyImageData + title } } }