From e44a254a31085410bbaee73b67d8f448720f35a8 Mon Sep 17 00:00:00 2001 From: gatheluck Date: Thu, 4 Jun 2026 08:07:03 -0600 Subject: [PATCH] feat: add workshop conclusion news Add news item announcing the successful conclusion of the workshop with great participation. Co-Authored-By: Claude Sonnet 4.5 --- src/data/home.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/data/home.json b/src/data/home.json index fab26d1..6733269 100644 --- a/src/data/home.json +++ b/src/data/home.json @@ -35,6 +35,11 @@ } ], "latestNews": [ + { + "title": "Workshop successfully concluded", + "date": "June 3, 2026", + "content": "The workshop has been successfully concluded with great participation from many attendees. We sincerely thank all participants, speakers, and organizers for making this event a success." + }, { "title": "Invited Poster Session updated", "date": "June 2, 2026",