diff --git a/public/images/STRATIGI X.png b/public/images/STRATIGI X.png new file mode 100644 index 0000000..a457077 Binary files /dev/null and b/public/images/STRATIGI X.png differ diff --git a/public/images/im.jpg b/public/images/im.jpg new file mode 100644 index 0000000..c401aa4 Binary files /dev/null and b/public/images/im.jpg differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..6c91d84 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: "Harsh", imageUrl: "/Users/harshringsia/Open-source-session/public/images/pfp.jpg" }, // Add more contributors here ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes ];