@@ -25,20 +25,20 @@ const basePath = import.meta.env.BASE_URL + "roboEvents/";
2525
2626const EventDatas : EventData [ ] = [
2727 {
28- id : 1 ,
29- title : "Tickets Out " ,
30- eventName : "Registrations Open " ,
31- type : "Tickets " ,
28+ id : 6 ,
29+ title : "" ,
30+ eventName : "ROS Unleashed " ,
31+ type : "Workshop " ,
3232 venue : "Rit Kottayam" ,
3333 date : "2025-09-26 to 2025-09-28" ,
34- salutaion : "🤖 RoboIgnite – Ignite your passion for Robotics " ,
35- price : [
36- "IEEE RAS Members - 1000" ,
37- "IEEE Members - 1200" ,
38- "Non-IEEE Members - 1450" ,
34+ salutaion : "Powering a Greener Tomorrow " ,
35+ speakers : [
36+ { name : "Abhijith Benny" , description : "Hardware Design Engineer" } ,
37+ { name : "Richu Bini and Rishad Alayan" , description : "Embedded Software Design Engineer" } ,
38+
3939 ] ,
40- formLink : "" ,
41- src : `${ basePath } event_tickets .webp` ,
40+
41+ src : `${ basePath } event_10 .webp` ,
4242 } ,
4343 {
4444 id : 6 ,
@@ -54,6 +54,7 @@ const EventDatas: EventData[] = [
5454 ] ,
5555 src : `${ basePath } event_07.webp` ,
5656 } ,
57+
5758 {
5859 id : 7 ,
5960 title : "event 7" ,
@@ -71,6 +72,22 @@ const EventDatas: EventData[] = [
7172 ] ,
7273 src : `${ basePath } event_08.webp` ,
7374 } ,
75+ {
76+ id : 6 ,
77+ title : "" ,
78+ eventName : "ROS Unleashed" ,
79+ type : "Workshop" ,
80+ venue : "Rit Kottayam" ,
81+ date : "2025-09-26 to 2025-09-28" ,
82+ salutaion : "Powering a Greener Tomorrow" ,
83+ speakers : [
84+ { name : "Abhijith Benny" , description : "Hardware Design Engineer" } ,
85+ { name : "Richu Bini and Rishad Alayan" , description : "Embedded Software Design Engineer" } ,
86+
87+ ] ,
88+
89+ src : `${ basePath } event_10.webp` ,
90+ } ,
7491 {
7592 id : 4 ,
7693 title : "Expert Talk – The Growing Field of Robotics and Its Opportunities" ,
0 commit comments