diff --git a/public/photos/Himath.jpg b/public/photos/Himath.jpg index b7ea9b3..6438375 100644 Binary files a/public/photos/Himath.jpg and b/public/photos/Himath.jpg differ diff --git a/public/photos/Manishi.jpg b/public/photos/Manishi.jpg index 0ef2634..f06f97c 100644 Binary files a/public/photos/Manishi.jpg and b/public/photos/Manishi.jpg differ diff --git a/public/photos/Nadha.jpg b/public/photos/Nadha.jpg index 4d31856..219ae68 100644 Binary files a/public/photos/Nadha.jpg and b/public/photos/Nadha.jpg differ diff --git a/public/photos/Nilakna.jpg b/public/photos/Nilakna.jpg index 202f41c..3ad09a5 100644 Binary files a/public/photos/Nilakna.jpg and b/public/photos/Nilakna.jpg differ diff --git a/public/photos/Nipun.jpg b/public/photos/Nipun.jpg new file mode 100644 index 0000000..5bd39cf Binary files /dev/null and b/public/photos/Nipun.jpg differ diff --git a/public/photos/Thusajiny.jpg b/public/photos/Thusajiny.jpg index 4bc5f07..c741e24 100644 Binary files a/public/photos/Thusajiny.jpg and b/public/photos/Thusajiny.jpg differ diff --git a/src/components/sections/ConatctUsSection.tsx b/src/components/sections/ConatctUsSection.tsx index 52d5912..f8a7d12 100644 --- a/src/components/sections/ConatctUsSection.tsx +++ b/src/components/sections/ConatctUsSection.tsx @@ -35,6 +35,15 @@ const contacts = [ phone: "+94 76 844 6804", imageUrl: "/photos/Thusajiny.jpg", }, + + { + name: "Nipun Rathnayake", + role: "Co-chair", + organization: ["Enigma 2.0", "University of Moratuwa"], + email: "nrathnayake512@gmail.com", + phone: "+94716476020", + imageUrl: "/photos/Nipun.jpg", + }, { name: "Manishi Deldeniya", role: "Delegates Handling Committee Lead", @@ -201,6 +210,13 @@ const ContactSection = () => { ))} + + {/* Third row with 1 contacts */} +
+ {contacts.slice(5, 6).map((contact) => ( + + ))} +