diff --git a/community/events.page.tsx b/community/events.page.tsx index d7e7c7b07a..0b84f3f722 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -897,6 +897,28 @@ const events = [ image: require('../static/img/events/mag-meetup.png'), end_date: "October 9, 2024", }, + { + name: "San Francisco XRP Ledger Meet Up", + description: + "Hello San Francisco XRP Ledger community! We're hosting a meetup soon with a focus on ZK research. Excited to see you soon!", + type: "meetup", + link: "https://lu.ma/evdklm4r", + location: "San Fransisco, California", + date: "September 26, 2024", + image: require('../static/img/events/sf-meetup.jpg'), + end_date: "September 26, 2024", + }, + { + name: "AI Fund - XRPL Grants Info Session", + description: + "Join our info session to learn about our new XRPL Grants' AI Fund, designed to support innovative projects that leverage artificial intelligence in the XRPL ecosystem.", + type: "info", + link: "https://ripple.zoom.us/webinar/register/WN__SNDW7LTSM29h5NIpvXFvg#/registration", + location: "Virtual - Zoom", + date: "October 2, 2024", + image: infoSession, + end_date: "October 2, 2024", + }, ]; diff --git a/community/index.page.tsx b/community/index.page.tsx index 47857048e0..d706238b19 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -269,6 +269,18 @@ const events = [ start_date: "September 12, 2024", end_date: "September 12, 2024", }, + { + name: "San Francisco XRP Ledger Meet Up", + description: + "Hello San Francisco XRP Ledger community! We're hosting a meetup soon with a focus on ZK research. Excited to see you soon!", + type: "meetup", + link: "https://lu.ma/evdklm4r", + location: "San Fransisco, California", + date: "September 26, 2024", + image: require('../static/img/events/sf-meetup.jpg'), + start_date: "September 26, 2024", + end_date: "September 26, 2024", + }, { name: "XRPL Builder Office Hours", description: @@ -281,6 +293,18 @@ const events = [ start_date: "September 27, 2024", end_date: "September 27, 2024", }, + { + name: "AI Fund - XRPL Grants Info Session", + description: + "Join our info session to learn about our new XRPL Grants' AI Fund, designed to support innovative projects that leverage artificial intelligence in the XRPL ecosystem.", + type: "info", + link: "https://ripple.zoom.us/webinar/register/WN__SNDW7LTSM29h5NIpvXFvg#/registration", + location: "Virtual - Zoom", + date: "October 2, 2024", + image: infoSession, + start_date: "October 2, 2024", + end_date: "October 2, 2024", + }, { name: "XRPL Builder Office Hours", description: @@ -304,7 +328,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/sf-meetup.jpg b/static/img/events/sf-meetup.jpg new file mode 100644 index 0000000000..fcfa8e8724 Binary files /dev/null and b/static/img/events/sf-meetup.jpg differ