From bbf2e0e0cf329eaf4fb835f9a98cc4e6095fab0c Mon Sep 17 00:00:00 2001 From: Anush1214 Date: Sat, 28 Sep 2024 12:34:59 +0530 Subject: [PATCH] Anush --- src/app/utils/profiles.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/utils/profiles.ts b/src/app/utils/profiles.ts index cb4d24b..e680ab9 100644 --- a/src/app/utils/profiles.ts +++ b/src/app/utils/profiles.ts @@ -15,9 +15,15 @@ export const profiles: ProfileProps[] = [ name: "Omkar Prabhu", quote: "I hate nandan", }, + { username: "satwikrprabhu", name: "Satwik R Prabhu", quote: "I know where you live 🌝", }, + { + username: "Anush1214", + name: "Nigga", + quote: "heyy!! im ot blackkk!:(", + }, ];