Skip to content

Commit

Permalink
fix(ew): add more speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjones93 committed Dec 16, 2024
1 parent 60147ce commit 424079c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/epic-web/src/pages/conf/2025/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,21 @@ const speakerData = [
profilePicture:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/w_1000,ar_1:1,c_fill,g_auto/v1734123802/epic-web/conf-2025/madison.jpg',
},
{
id: '7',
fullName: 'Ryan Florence',
x: 'https://x.com/ryanflorence',
profilePicture:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/w_1000,ar_1:1,c_fill,g_auto/v1734368200/epic-web/conf-2025/ryan-florence.png',
},
{
id: '8',
fullName: 'Zack Jackson',
x: 'https://x.com/ScriptedAlchemy',
bluesky: 'https://bsky.app/profile/scriptedalchemy.bsky.social',
profilePicture:
'https://res.cloudinary.com/dg3gyk0gu/image/upload/w_1000,ar_1:1,c_fill,g_auto/v1734368200/epic-web/conf-2025/zack-jackson.png',
},
]

type hardCodedSpeaker = {
Expand Down

0 comments on commit 424079c

Please sign in to comment.