Skip to content

Commit 5d90b92

Browse files
committed
UI: Update LoginPage testimonial to Creator Note
1 parent 650b2de commit 5d90b92

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

frontend/src/pages/LoginPage.jsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,17 @@ const LoginPage = () => {
8787
))}
8888
</div>
8989

90-
<div style={{ marginTop: '2.5rem', padding: '1rem 1.25rem', background: 'rgba(99,102,241,0.06)', border: '1px solid rgba(99,102,241,0.12)', borderRadius: 12 }}>
91-
<p style={{ fontSize: '0.78rem', color: '#64748b', fontStyle: 'italic', lineHeight: 1.6 }}>
92-
"The most feature-rich personal student tracker I've used. GPA tracking + timetable + journal in one place!"
90+
<div style={{ marginTop: '2.5rem', padding: '1rem 1.25rem', background: 'rgba(99,102,241,0.06)', border: '1px solid rgba(99,102,241,0.12)', borderRadius: 12, position: 'relative' }}>
91+
<div style={{ position: 'absolute', top: -10, left: 16, background: '#0a0a14', padding: '0 8px', color: '#8b5cf6', fontSize: '0.65rem', fontWeight: 800, textTransform: 'uppercase', letterSpacing: '0.05em' }}>
92+
Creator's Note
93+
</div>
94+
<p style={{ fontSize: '0.78rem', color: '#94a3b8', fontStyle: 'italic', lineHeight: 1.6, marginTop: 4 }}>
95+
"I built StudyTrack because I needed a smarter way to manage my GPA, timetable, and study habits in one place. Built for students, by a student."
9396
</p>
94-
<p style={{ fontSize: '0.7rem', color: '#475569', marginTop: 8, fontWeight: 600 }}>— Final year engineering student</p>
97+
<div style={{ display: 'flex', alignItems: 'center', gap: '0.5rem', marginTop: 10 }}>
98+
<div style={{ width: 20, height: 20, borderRadius: '50%', background: 'linear-gradient(135deg, #6366f1, #8b5cf6)', display: 'flex', alignItems: 'center', justifyContent: 'center', color: 'white', fontSize: '0.6rem', fontWeight: 800 }}>S</div>
99+
<p style={{ fontSize: '0.75rem', color: '#e2e8f0', fontWeight: 700 }}>Siddharth</p>
100+
</div>
95101
</div>
96102
</div>
97103

0 commit comments

Comments
 (0)