refactor: rename FOCO to FICO model and enhance notification system with new templates, metadata, and category filtering.

This commit is contained in:
sazzadulalambd
2026-05-19 20:53:50 +06:00
parent 9442e64a86
commit bcb319ca71
3 changed files with 135 additions and 37 deletions

View File

@@ -77,10 +77,10 @@ export default function LandingPage() {
</h2>
<p className="text-slate-400 text-lg lg:text-xl max-w-2xl mx-auto">
Rent, Rent-to-Own, or Invest in EVs. Join Bangladesh&apos;s fastest growing
electric mobility ecosystem with FOCO model for investors.
electric mobility ecosystem with FICO model for investors.
</p>
</div>
<div className="grid grid-cols-1 lg:grid-cols-3 gap-4 mb-8">
<button
onClick={() => handleLogin('rahim@email.com')}
@@ -96,7 +96,7 @@ export default function LandingPage() {
Login as Biker <ArrowRight className="w-4 h-4 group-hover:translate-x-1 transition-transform" />
</span>
</button>
<button
onClick={() => handleLogin('investor@email.com')}
disabled={loading}
@@ -106,7 +106,7 @@ export default function LandingPage() {
<Wallet className="w-6 h-6 text-green-500" />
</div>
<h3 className="text-xl font-bold text-white mb-1">Investor</h3>
<p className="text-slate-400 text-sm mb-3">FOCO model with guaranteed returns</p>
<p className="text-slate-400 text-sm mb-3">FICO model with guaranteed returns</p>
<span className="text-green-500 text-sm font-medium flex items-center gap-1">
Login as Investor <ArrowRight className="w-4 h-4 group-hover:translate-x-1 transition-transform" />
</span>