Reorganize images and update web components

This commit is contained in:
2026-01-17 18:40:21 +03:00
parent f3e4e344ff
commit 1b29df3379
59 changed files with 1814 additions and 6441 deletions
-8
View File
@@ -150,14 +150,6 @@ const HeroSection: React.FC = () => {
{t('hero.exploreGovernance', 'Explore Governance')}
<ChevronRight className="ml-2 w-5 h-5 group-hover:translate-x-1 transition-transform" />
</button>
<a
href="/pezkuwi-wallet.apk"
download="pezkuwi-wallet.apk"
className="px-8 py-4 bg-gradient-to-r from-blue-600 to-blue-700 text-white font-bold rounded-lg hover:shadow-lg hover:shadow-blue-500/50 transition-all transform hover:scale-105 flex items-center justify-center group"
>
<Smartphone className="mr-2 w-5 h-5" />
{t('hero.downloadWallet', 'Download Mobile Wallet')}
</a>
<button
onClick={() => document.getElementById('governance')?.scrollIntoView({ behavior: 'smooth' })}
className="px-8 py-4 bg-gray-900/80 backdrop-blur-sm text-white font-semibold rounded-lg border border-gray-700 hover:bg-gray-800 hover:border-gray-600 transition-all"
+1 -1
View File
@@ -106,7 +106,7 @@ export const CitizenRoute: React.FC<RouteGuardProps> = ({
<Users className="w-16 h-16 text-yellow-500" />
<h2 className="text-2xl font-bold text-white">Wallet Not Connected</h2>
<p className="text-gray-400">
Please connect your Polkadot wallet to access this feature.
Please connect your Pezkuwi wallet to access this feature.
</p>
<Button
onClick={() => window.location.href = '/'}
+1 -1
View File
@@ -78,7 +78,7 @@ export const DEXDashboard: React.FC = () => {
{!account ? (
<div className="text-center py-12">
<div className="mb-4 text-gray-400 text-lg">
Please connect your Polkadot wallet to use the DEX
Please connect your Pezkuwi wallet to use the DEX
</div>
</div>
) : (
+1 -1
View File
@@ -113,7 +113,7 @@ export function ReferralProvider({ children }: { children: ReactNode }) {
if (!referredAddress || referredAddress.length < 47) {
toast({
title: 'Invalid Address',
description: 'Please enter a valid Polkadot address',
description: 'Please enter a valid Pezkuwi address',
variant: 'destructive',
});
return false;
+1 -1
View File
@@ -533,7 +533,7 @@ export default function Dashboard() {
<div className="text-center py-8">
<Shield className="h-12 w-12 text-muted-foreground mx-auto mb-4" />
<p className="text-muted-foreground mb-4">
Connect your Polkadot wallet to view your on-chain roles
Connect your Pezkuwi wallet to view your on-chain roles
</p>
<Button onClick={() => navigate('/')}>
Go to Home to Connect Wallet