From f177194d10c160d7ac5b3840b665a62641c8fe57 Mon Sep 17 00:00:00 2001 From: Syed Ghufran Hassan Date: Sat, 31 Jan 2026 18:42:51 +0500 Subject: [PATCH] Update Footer.tsx feat: enhance footer with navigation, contract utilities, and security badges - Add navigation links to key sections and legal pages - Implement contract address utilities with copy and explorer links - Add security badges for audit, open source, and verification status - Include additional social media links (Discord, Telegram) - Improve layout structure with better spacing and organization - Add copyright notice with dynamic year - Maintain existing branding and information display --- src/components/Footer.tsx | 92 +++++++++++++++++++++++++++++++++------ 1 file changed, 79 insertions(+), 13 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 25f5469..c2346db 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,9 +1,12 @@ -import { Wallet, Github, Twitter } from 'lucide-react'; +import { Wallet, Github, Twitter, ExternalLink, Copy, Shield, Lock, CheckCircle, Discord, MessageSquare, FileText } from 'lucide-react'; export function Footer() { + const contractAddress = "0x734F0a9683193fc65C1Ec417EeF707c861f9f6F6"; + return (