diff --git a/src/app/utils/profiles.ts b/src/app/utils/profiles.ts index cb4d24b..3f9968a 100644 --- a/src/app/utils/profiles.ts +++ b/src/app/utils/profiles.ts @@ -20,4 +20,9 @@ export const profiles: ProfileProps[] = [ name: "Satwik R Prabhu", quote: "I know where you live 🌝", }, + { + username: "swati-prabhu", + name: "Swati Prabhu", + quote: "Member of flc", + }, ];