diff --git a/app/about/page.tsx b/app/about/page.tsx index 747579a..c22c264 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -132,23 +132,23 @@ const Outreach: React.FC = () => { const Sponsorships: React.FC = () => { - // const sponserMembers = [ - // { - // id : 1, - // name : "Arhaan", - // designation : "Associate Lead", - // image : "/about/l-suvan-t.jpg", - // profile : "https://www.linkedin.com/in/arhaansiddiquee/", - // }, - // ] + const sponserMembers = [ + { + id : 1, + name : "Priyansh", + designation : "Lead", + image : "/about/l-priyansh-s.jpg", + profile : "https://www.linkedin.com/in/priyansh-nandwana-b68b1724a/", + }, + ] return (
); diff --git a/public/about/l-priyansh-s.jpg b/public/about/l-priyansh-s.jpg new file mode 100644 index 0000000..a16f073 Binary files /dev/null and b/public/about/l-priyansh-s.jpg differ