diff --git a/community/events.page.tsx b/community/events.page.tsx index fd6e84d38b..11be8acea3 100644 --- a/community/events.page.tsx +++ b/community/events.page.tsx @@ -1270,7 +1270,7 @@ const events = [ link: "https://luma.com/llwjrmcx", location: "Rome, Italy", date: "November 07, 2025", - image: hackathon, + image: italyHackathon, end_date: "November 08, 2025", }, { @@ -1306,6 +1306,17 @@ const events = [ date: "December 10, 2025", end_date: "December 10, 2025", }, + { + name: "XRPL Hackathon @ Blockchain Kaigi 2025", + description: + "This is a 3-week online hackathon culminating in demos and an awards ceremony to be held in conjunction with Blockchain Kaigi 2025 in Mumbai, India.", + type: "hackathon", + link: "https://luma.com/ypj8ecj0", + location: "Online (with demos at IIT Bombay)", + date: "Nov 14 - Dec 06, 2025", + image: require("../static/img/events/hackathon-kaigi.png"), + end_date: "December 06, 2025", + }, ]; diff --git a/community/index.page.tsx b/community/index.page.tsx index 5376a996bf..498817e782 100644 --- a/community/index.page.tsx +++ b/community/index.page.tsx @@ -390,10 +390,22 @@ const events = [ link: "https://xrpl.vegahacks.xyz/", location: "Virtual", date: "October 01 - November 14, 2025", - image: hackathon, + image: italyHackathon, end_date: "November 14, 2025", start_date: "October 01, 2025", }, + { + name: "XRPL Hackathon @ Blockchain Kaigi 2025", + description: + "This is a 3-week online hackathon culminating in demos and an awards ceremony to be held in conjunction with Blockchain Kaigi 2025 in Mumbai, India.", + type: "hackathon", + link: "https://luma.com/ypj8ecj0", + location: "Online (with demos at IIT Bombay)", + date: "November 14 - December 06, 2025", + image: require("../static/img/events/hackathon-kaigi.png"), + start_date: "November 14, 2025", + end_date: "December 06, 2025", + }, ]; diff --git a/static/img/events/hackathon-kaigi.png b/static/img/events/hackathon-kaigi.png new file mode 100644 index 0000000000..dbb2657152 Binary files /dev/null and b/static/img/events/hackathon-kaigi.png differ