Skip to content

Commit a9b6874

Browse files
committed
update
1 parent 7bc0a77 commit a9b6874

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,18 +426,18 @@ <h3 class="font-bold text-2xl text-white mb-3 group-hover:text-indigo-400 transi
426426
<div class="flex flex-col items-center reveal delay-100 group cursor-pointer">
427427
<div
428428
class="w-full max-w-[240px] glass rounded-[2.5rem] p-2 border border-white/10 mb-8 aspect-[9/18.5] relative bg-[#0f0f12] phone-frame shadow-2xl group-hover:-translate-y-4 transition-transform duration-500">
429-
<img src="https://exwise.vercel.app/assets/appScreenshot/add.jpg" alt="Add Expense View"
430-
class="app-screenshot rounded-[1.8rem]">
429+
<img src="https://exwise.vercel.app/assets/appScreenshot/budget.jpg"
430+
alt="Financial Dashboard View" class="app-screenshot rounded-[1.8rem]">
431431
<div
432432
class="absolute inset-0 bg-purple-500/20 blur-xl rounded-[2.5rem] -z-10 opacity-0 group-hover:opacity-100 transition-opacity duration-500">
433433
</div>
434434
</div>
435435
<div class="text-center px-4">
436-
<h3 class="font-bold text-2xl text-white mb-3 group-hover:text-purple-400 transition-colors">Add
437-
Expense</h3>
436+
<h3 class="font-bold text-2xl text-white mb-3 group-hover:text-purple-400 transition-colors">
437+
Financial Dashboard
438+
</h3>
438439
<p class="text-sm text-slate-400 leading-relaxed group-hover:text-slate-300 transition-colors">
439-
Comprehensive form including Amount, Date & Time, Category, Payment Mode, Location, and
440-
Notes.
440+
The Financial Dashboard helps users manage their monthly salary, define budgets, and gain deep insights into their spending behavior.
441441
</p>
442442
</div>
443443
</div>
86.3 KB
Loading

0 commit comments

Comments
 (0)