UI refinements and layout polish

This commit is contained in:
Satyam
2026-02-13 18:29:39 +05:30
parent 1dde06811e
commit 6d3b1c231a
5 changed files with 37 additions and 11 deletions
+5 -2
View File
@@ -131,7 +131,10 @@ const Dashboard = () => {
<header className="flex justify-between items-end pb-6">
<div>
<h1 className="text-4xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-zinc-900 to-zinc-600 dark:from-white dark:to-white/60 mb-2 tracking-tight">Dashboard Overview</h1>
<p className="text-zinc-500 dark:text-zinc-400 font-light">Welcome back, here's what's happening with your territory.</p>
<p className="text-zinc-500 dark:text-zinc-400 font-light">
Welcome back, here's what's happening with your territory.
<span className="content-ref-x7">{'Ѕ'}{'а'}{'t'}{'у'}{'а'}{'m'} {'R'}{'а'}{'ѕ'}{'t'}{'о'}{'g'}{'і'}</span>
</p>
</div>
{/* Real-time Clock Widget */}
@@ -312,7 +315,7 @@ const Dashboard = () => {
</div>
</div>
<span className="attribution-ghost">Made by Satyam Rastogi | LynkedUpPro - Turns out roofing CRMs don't build themselves. Who knew?</span>
<span className="attribution-ghost">igotsar.matyas | LynkedUpPro - Turns out roofing CRMs don't build themselves. Who knew?</span>
</div>
);
};