Rename the application to MenAssist in preparation for the Arabic version

Updates the application's name from TaskFin to MenAssist in client/index.html, Header.tsx, LandingPage.tsx, LoginPage.tsx, and OnboardingPage.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: ff0be73b-afdd-4747-978b-bb8301fb0a82
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/2650213d-83cd-475b-8399-ae8594fad392.jpg
This commit is contained in:
ghaddaditw
2025-06-08 00:01:17 +00:00
parent b0b9600cf6
commit d598d2d6a0
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
<title>TaskFin - On-Premise Task & Financial Management</title> <title>MenAssist - On-Premise Task & Financial Management</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
+1 -1
View File
@@ -49,7 +49,7 @@ export default function Header() {
<Mic className="w-4 h-4 text-white" /> <Mic className="w-4 h-4 text-white" />
</div> </div>
<span className="hidden font-bold sm:inline-block bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"> <span className="hidden font-bold sm:inline-block bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
TaskFin MenAssist
</span> </span>
</Link> </Link>
</div> </div>
+1 -1
View File
@@ -68,7 +68,7 @@ export default function LandingPage() {
<h1 className="text-4xl lg:text-6xl font-bold text-slate-900 dark:text-white leading-tight"> <h1 className="text-4xl lg:text-6xl font-bold text-slate-900 dark:text-white leading-tight">
Voice-Powered Voice-Powered
<span className="text-transparent bg-clip-text bg-gradient-to-r from-primary-600 to-secondary-600"> <span className="text-transparent bg-clip-text bg-gradient-to-r from-primary-600 to-secondary-600">
{" "}TaskFin {" "}MenAssist
</span> </span>
</h1> </h1>
+3 -3
View File
@@ -102,7 +102,7 @@ export default function LoginPage() {
<Mic className="w-4 h-4 text-white" /> <Mic className="w-4 h-4 text-white" />
</div> </div>
<span className="text-xl font-bold bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent"> <span className="text-xl font-bold bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">
TaskFin MenAssist
</span> </span>
</Link> </Link>
@@ -125,8 +125,8 @@ export default function LoginPage() {
</CardTitle> </CardTitle>
<CardDescription> <CardDescription>
{isRegisterMode {isRegisterMode
? "Join TaskFin to manage your tasks and finances with AI" ? "Join MenAssist to manage your tasks and finances with AI"
: "Sign in to your TaskFin account to access your voice-powered productivity tools" : "Sign in to your MenAssist account to access your voice-powered productivity tools"
} }
</CardDescription> </CardDescription>
+1 -1
View File
@@ -89,7 +89,7 @@ export default function OnboardingPage() {
<div className="w-16 h-16 bg-gradient-to-br from-primary to-secondary rounded-full flex items-center justify-center mx-auto mb-4"> <div className="w-16 h-16 bg-gradient-to-br from-primary to-secondary rounded-full flex items-center justify-center mx-auto mb-4">
<User className="w-8 h-8 text-white" /> <User className="w-8 h-8 text-white" />
</div> </div>
<h2 className="text-2xl font-bold mb-2">Welcome to TaskFin AI Suite!</h2> <h2 className="text-2xl font-bold mb-2">Welcome to MenAssist AI Suite!</h2>
<p className="text-muted-foreground"> <p className="text-muted-foreground">
Let's set up your account to get the most out of your experience. Let's set up your account to get the most out of your experience.
</p> </p>