diff --git a/community/events.page.tsx b/community/events.page.tsx index 48f7eac41b..b602bdaeff 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1052,6 +1052,17 @@ const events = [ image: require('../static/img/events/commons-building.png'), end_date: "January 28, 2025", }, + { + name: "XRPL Commons Soirée", + description: + "XRPL Commons Soiree hosted by XRPL Commons, Deloitte and Pyratz Labs, focusing on: Exploring the Agentic Web: Blockchain, AI & Digital Identity", + type: "meetup", + link: "https://xrpl.at/XRPL-Commons-soiree-20250212", + location: "Paris, France", + date: "February 12, 2025", + image: require("../static/img/events/commons-soiree.png"), + end_date: "February 12, 2025", + }, ]; diff --git a/static/img/events/commons-soiree.png b/static/img/events/commons-soiree.png new file mode 100644 index 0000000000..b2726a0c92 Binary files /dev/null and b/static/img/events/commons-soiree.png differ