From e39b43e579539fb4d49381ad34887eb319453b4d Mon Sep 17 00:00:00 2001 From: gatheluck Date: Tue, 21 Oct 2025 13:04:54 +0900 Subject: [PATCH] Add latest news entries to home page data --- src/data/home.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/data/home.json b/src/data/home.json index 28aea1e..96d412b 100644 --- a/src/data/home.json +++ b/src/data/home.json @@ -34,6 +34,16 @@ } ], "latestNews": [ + { + "title": "Workshop successfully concluded", + "date": "October 19, 2025", + "content": "The workshop was successfully held with many participants. We sincerely thank all presenters and contributors for their valuable contributions." + }, + { + "title": "Sponsor Information Released", + "date": "October 18, 2025", + "content": "We are delighted to share that three companies have joined us as sponsors. We sincerely thank them for their generous support." + }, { "title": "Program announcement", "date": "September 1, 2025",