feat: Refactor UI and subscription logic
Introduce improved UI elements for the application name and logo. Implement enhanced subscription management and display features, including expiration checks and remaining days calculation. Update pricing for various subscription plans to reflect new offerings. This commit also includes: - Fixes for rendering inconsistencies. - Refinements to the analysis view and error handling. - Clarifications in admin dashboard user profile fields for subscription details.
This commit is contained in:
@@ -40,7 +40,7 @@ export const LandingPage: React.FC<LandingPageProps> = ({ onGetStarted, onViewPl
|
||||
referrerPolicy="no-referrer"
|
||||
/>
|
||||
<span className="font-black italic text-2xl tracking-tighter uppercase">
|
||||
QUANT<span className="text-brand-red">SCAN</span>
|
||||
<span className="text-white">QUANT</span><span className="text-brand-red">SCAN</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -334,7 +334,7 @@ export const LandingPage: React.FC<LandingPageProps> = ({ onGetStarted, onViewPl
|
||||
<TrendingUp size={18} className="text-white" />
|
||||
</div>
|
||||
<span className="font-black italic text-xl tracking-tighter uppercase">
|
||||
QUANT<span className="text-brand-red">SCAN</span>
|
||||
<span className="text-white">QUANT</span><span className="text-brand-red">SCAN</span>
|
||||
</span>
|
||||
</div>
|
||||
<p className="text-zinc-600 text-xs max-w-lg mx-auto">
|
||||
|
||||
Reference in New Issue
Block a user