diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx
index 2b5520a..4d2134b 100644
--- a/src/app/profile/page.tsx
+++ b/src/app/profile/page.tsx
@@ -284,18 +284,27 @@ export default function ProfilePage() {
+
{profile?.subscribePlan === 'pro' ? t('proPlan') : t('freePlan')}