Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions src/components/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,10 @@ function Login({ type, variant }) {
alt="shikshalokam_logo"
/>
</div>

<div className="text-left sm:text-2xl text-md text-slate-700">
<b>Impact Stories</b>
</div>
<p className="pt-4 pb-4">MItra is an AI-powered multi lingual, voice-enabled chatbot that helps education leaders (teachers, school leaders, community leaders, parent, youth leaders, etc.) reflect and share their micro-improvement journeys towards improving schools. Through guided prompts, MItra enables leaders to share their highlights, challenges and impact of their school improvement efforts, compiling responses into an inspiring and meaningful story.</p>
<img
src="https://mohini-static.shikshalokam.org/fe-images/PNG/Shikshalokam/[email protected]"
width="500"
Expand All @@ -279,7 +282,7 @@ function Login({ type, variant }) {

<>
<div className="text-center sm:text-2xl text-md pt-10 text-slate-700">
<b>Welcome to ShikshaLokam!!</b>
<b>Welcome</b>
</div>
</>
<div className="p-2 text-center">
Expand Down Expand Up @@ -351,7 +354,7 @@ function Login({ type, variant }) {
<button
id="demo"
className=" p-3 mt-6 mb-2 px-5 py-3 bg-mira-red-original hover:bg-mira-red-original text-white rounded-md"
style={{backgroundColor: "#c3234a"}}
style={{backgroundColor: "#572E91"}}
type="submit"
>
Let's Get Started
Expand Down