diff --git a/community/events.page.tsx b/community/events.page.tsx index 4408643061..2a85a0bfc5 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -941,6 +941,17 @@ const events = [ image: require('../static/img/events/xrpl-future.png'), end_date: "October 3, 2024", }, + { + name: "XRPL Meetup @ Permissionless III - by xrpcafe", + description: + "Get ready for an unforgettable evening at the XRPL Meetup - Permissionless III in the heart of Salt Lake City! Join us on October 10th from 6 PM to 9 PM at the lively Squatters Pub Brewery.", + type: "meetup", + link: "https://lu.ma/71ag93un?locale=en-GB", + location: "Salt Lake City, Utah", + date: "October 10, 2024", + image: require('../static/img/events/salt-lake-city.jpg'), + end_date: "October 10, 2024", + }, ]; diff --git a/community/index.page.tsx b/community/index.page.tsx index 9e4ee251dd..abbeb482de 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -305,6 +305,18 @@ const events = [ start_date: "October 2, 2024", end_date: "October 2, 2024", }, + { + name: "XRPL Meetup @ Permissionless III - by xrpcafe", + description: + "Get ready for an unforgettable evening at the XRPL Meetup - Permissionless III in the heart of Salt Lake City! Join us on October 10th from 6 PM to 9 PM at the lively Squatters Pub Brewery.", + type: "meetup", + link: "https://lu.ma/71ag93un?locale=en-GB", + location: "Salt Lake City, Utah", + date: "October 10, 2024", + image: require('../static/img/events/salt-lake-city.jpg'), + start_date: "October 10, 2024", + end_date: "October 10, 2024", + }, { name: "XRPL Builder Office Hours", description: @@ -328,7 +340,7 @@ const events = [ image: infoSession4, start_date: "November 22, 2024", end_date: "November 22, 2024", - } + }, ]; const { nearestDateDiff, nearestEvent, index } = findNearestUpcomingEvent(events); const XrplEventsAndCarouselSection = ({ events }) => { diff --git a/static/img/events/salt-lake-city.jpg b/static/img/events/salt-lake-city.jpg new file mode 100644 index 0000000000..504c5bdeb5 Binary files /dev/null and b/static/img/events/salt-lake-city.jpg differ