diff --git a/public/people/cole-thompson.jpg b/public/people/cole-thompson.jpg new file mode 100644 index 0000000..1fc1624 Binary files /dev/null and b/public/people/cole-thompson.jpg differ diff --git a/src/components/about/team/team-data.ts b/src/components/about/team/team-data.ts index 13b043b..3926cbe 100644 --- a/src/components/about/team/team-data.ts +++ b/src/components/about/team/team-data.ts @@ -147,4 +147,10 @@ export const LPA_DATA: Profile[] = [ linkedin: "https://www.linkedin.com/in/nathanlp/", image: "/people/nathan-pietrantonio.jpg", }, + { + name: "Cole Thompson", + role: "Developer", + linkedin: "https://www.linkedin.com/in/cole-thompson-991682251/", + image: "/people/cole-thompson.jpg", + }, ];