diff --git a/community/events.page.tsx b/community/events.page.tsx
index 810688d637a..f29f90fd79d 100644
--- a/community/events.page.tsx
+++ b/community/events.page.tsx
@@ -1239,6 +1239,28 @@ const events = [
image: require("../static/img/events/commons-france.png"),
end_date: "October 14, 2025",
},
+ {
+ name: "EasyA x Flare Harvard Hackathon",
+ description:
+ "Collaborate, learn, and connect with fellow blockchain innovators and the Flare Networks team at Harvard.",
+ type: "hackathon",
+ link: "https://www.easya.io/events/easya-x-flare-harvard-hackathon",
+ location: "Boston, MA",
+ date: "September 20 - 21, 2025",
+ image: hackathon,
+ end_date: "September 21, 2025",
+ },
+ {
+ name: "XRP Seoul Summit 2025",
+ description:
+ "Join XRP Seoul 2025, Asia’s largest XRP & Web3 conference, and explore the future of the industry.",
+ type: "conference",
+ link: "https://xrp-seoul.com/",
+ location: "Seoul, South Korea",
+ date: "September 21, 2025",
+ image: conference,
+ end_date: "September 21, 2025",
+ },
];
@@ -1320,33 +1342,33 @@ export default function Events() {
- {translate("Apex 2025")}
+ {translate("XRP Community Night NYC")}
{translate("Save the Date")}
{translate(
- "Apex, hosted by Ripple is the largest annual summit on the XRPL calendar. It unites developers, businesses, fintechs, VCs and the wider community."
+ "Join the XRP community in NYC—meet builders, users, and projects innovating on the XRP Ledger."
)}
- {translate("Location: Singapore")}
+ {translate("Location: New York, NY")}
- {translate("June 10 - 12, 2025")}
+ {translate("November 5, 2025")}
{translate("Register Now")}
diff --git a/community/index.page.tsx b/community/index.page.tsx
index f364d323068..6dbba220044 100644
--- a/community/index.page.tsx
+++ b/community/index.page.tsx
@@ -345,6 +345,30 @@ const events = [
start_date: "June 30, 2025",
end_date: "June 30, 2025",
},
+ {
+ name: "EasyA x Flare Harvard Hackathon",
+ description:
+ "Collaborate, learn, and connect with fellow blockchain innovators and the Flare Networks team at Harvard.",
+ type: "hackathon",
+ link: "https://www.easya.io/events/easya-x-flare-harvard-hackathon",
+ location: "Boston, MA",
+ date: "September 20 - 21, 2025",
+ image: hackathon,
+ start_date: "September 20, 2025",
+ end_date: "September 21, 2025",
+ },
+ {
+ name: "XRP Seoul Summit 2025",
+ description:
+ "Join XRP Seoul 2025, Asia’s largest XRP & Web3 conference, and explore the future of the industry.",
+ type: "conference",
+ link: "https://xrp-seoul.com/",
+ location: "Seoul, South Korea",
+ date: "September 21, 2025",
+ image: conference,
+ end_date: "September 21, 2025",
+ start_date: "September 21, 2025",
+ },
];
diff --git a/static/img/events/xrp-community-night.png b/static/img/events/xrp-community-night.png
new file mode 100644
index 00000000000..4e4a40258a2
Binary files /dev/null and b/static/img/events/xrp-community-night.png differ