File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
assets/guests-images/2025 Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ import thaisWeillerPhoto from "../assets/guests-images/2025/thais-weiller.jpeg";
5151import liminalRoadPhoto from "../assets/guests-images/2025/liminal-road.jpg" ;
5252import andreSanteePhoto from "../assets/guests-images/2025/andre-santee.jpeg" ;
5353import kamilaRiosPhoto from "../assets/guests-images/2025/kamila-rios.jpeg" ;
54+ import playborLogo from "../assets/guests-images/2025/playbor.png" ;
5455
5556//============================================================================//
5657//=================| Types |=============================================//
@@ -433,6 +434,18 @@ export const guests: GuestType[] = [
433434 } ,
434435 ] ,
435436 } ,
437+ {
438+ name : "Playbor" ,
439+ title : "Consultoria Especializada na Indústria de Games" ,
440+ years : [ "2025" ] ,
441+ img : playborLogo ,
442+ socials : [
443+ {
444+ social : "LinkedIn" ,
445+ link : "https://www.linkedin.com/company/playbor/" ,
446+ } ,
447+ ] ,
448+ } ,
436449] ;
437450
438451// NOTE (b): is this the best way to do this? No. Is it peformant? No. Howerver,
You can’t perform that action at this time.
0 commit comments