diff --git a/public/images/Prapulla.jpg b/public/images/Prapulla.jpg new file mode 100644 index 0000000..f10410a Binary files /dev/null and b/public/images/Prapulla.jpg differ diff --git a/public/images/smile b/public/images/smile new file mode 100644 index 0000000..e69de29 diff --git a/public/images/smile.jpg b/public/images/smile.jpg new file mode 100644 index 0000000..e69de29 diff --git a/public/images/smile.jpj b/public/images/smile.jpj new file mode 100644 index 0000000..e69de29 diff --git a/src/App.jsx b/src/App.jsx index 984431b..fa96739 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -26,7 +26,7 @@ const ContributorGrid = () => { // Example data - replace with your own or fetch from an API const contributors = [ - // { name: "Anantesh G", imageUrl: "/images/pfp.jpg" }, + { name: "Anantesh G", imageUrl: "public\images\Prapulla.jpg" }, // Add more contributors here ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes ];