diff --git a/community/events.page.tsx b/community/events.page.tsx index 7d872549b2..93e50da13a 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -996,6 +996,17 @@ const events = [ image: require('../static/img/events/aquarium.png'), end_date: "December 11, 2024", }, + { + name: "XRPL Meetup NYC", + description: + "Get ready for an unforgettable evening at the XRPL Meetup NYC!", + type: "meetup", + link: "https://xrpl.at/Aquarium-XRPL-Residency-DemoDay4", + location: " New York, New York", + date: "November 19, 2024", + image: require('../static/img/events/new-york.jpeg'), + end_date: "November 19, 2024", + }, ]; diff --git a/community/index.page.tsx b/community/index.page.tsx index abbeb482de..041b11d975 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -329,6 +329,18 @@ const events = [ start_date: "October 25, 2024", end_date: "October 25, 2024", }, + { + name: "XRPL Meetup NYC", + description: + "Get ready for an unforgettable evening at the XRPL Meetup NYC!", + type: "meetup", + link: "https://xrpl.at/Aquarium-XRPL-Residency-DemoDay4", + location: " New York, New York", + date: "November 19, 2024", + image: require('../static/img/events/new-york.jpeg'), + end_date: "November 19, 2024", + start_date: "November 19, 2024", + }, { name: "XRPL Builder Office Hours", description: diff --git a/static/img/events/new-york.jpeg b/static/img/events/new-york.jpeg new file mode 100644 index 0000000000..0502a5d6ff Binary files /dev/null and b/static/img/events/new-york.jpeg differ