From 8fc152bc79756ec3ee9af67c62b659e14296d985 Mon Sep 17 00:00:00 2001 From: Alex Kale Date: Thu, 11 Apr 2024 09:49:05 -0400 Subject: [PATCH] Update agents.tsx --- src/pages/agents.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 } } }