diff --git a/public/images/geek-circuit-boards-pcb-wallpaper-924b8a25022e0972ad5648e6e1262ddb.jpg b/public/images/geek-circuit-boards-pcb-wallpaper-924b8a25022e0972ad5648e6e1262ddb.jpg new file mode 100644 index 0000000..9b3859e Binary files /dev/null and b/public/images/geek-circuit-boards-pcb-wallpaper-924b8a25022e0972ad5648e6e1262ddb.jpg differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..ead9ab0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -28,7 +28,7 @@ const ContributorGrid = () => { const contributors = [ // { name: "Anantesh G", imageUrl: "/images/pfp.jpg" }, // Add more contributors here - ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes + ...Array(49).fill({ name: "shubham", imageUrl: "public/images/geek-circuit-boards-pcb-wallpaper-924b8a25022e0972ad5648e6e1262ddb.jpg" }) // Fill the rest with empty boxes ]; return (