people.tsx
file located at src/components/people.tsx
.people
array with your details.// { // id: <next-id>, // name: "<Your Name Goes Here>", // designation: "<What do you want to be designated goes here>", // image: // "upload image in public folder and write it's path here, for eg: /images/your-image.jpg", // },
{ id: 1, name: "OSDG Best xD", designation: "Club God", image: "/images/osdg-best.webp", },