@@ -75,28 +75,77 @@ function App() {
7575 </ div >
7676 </ div >
7777
78- < footer className = "bg-blue-500 py-8 " >
78+ < footer className = "bg-blue-500 py-12 text-white " >
7979 < div className = "mx-auto max-w-[1600px] px-3 sm:px-10 lg:px-16" >
80- < p className = "text-center text-sm text-white" >
81- Built with{ " " }
80+ < div className = "grid gap-10 lg:grid-cols-[1fr_auto]" >
8281 < a
8382 href = "https://arkiv.network"
8483 target = "_blank"
8584 rel = "noopener noreferrer"
86- className = "font-medium text-white underline-offset-4 hover:underline "
85+ className = "text-4xl font-bold tracking-tight hover:opacity-80 transition-opacity sm:text-7xl "
8786 >
88- [ARKIV]
89- </ a > { " " }
90- ·{ " " }
87+ [ ARKIV ]
88+ </ a >
89+
90+ < div className = "space-y-4" >
91+ < h3 className = "font-semibold" > Arkiv</ h3 >
92+ < ul className = "space-y-2 text-sm text-blue-100" >
93+ < li >
94+ < a
95+ href = "https://docs.arkiv.network"
96+ target = "_blank"
97+ rel = "noopener noreferrer"
98+ className = "hover:text-white transition-colors"
99+ >
100+ Docs
101+ </ a >
102+ </ li >
103+ < li >
104+ < a
105+ href = "https://github.com/arkiv-network"
106+ target = "_blank"
107+ rel = "noopener noreferrer"
108+ className = "hover:text-white transition-colors"
109+ >
110+ GitHub
111+ </ a >
112+ </ li >
113+ < li >
114+ < a
115+ href = "https://twitter.com/arkivnetwork"
116+ target = "_blank"
117+ rel = "noopener noreferrer"
118+ className = "hover:text-white transition-colors"
119+ >
120+ X
121+ </ a >
122+ </ li >
123+ < li >
124+ < a
125+ href = "https://discord.gg/arkiv"
126+ target = "_blank"
127+ rel = "noopener noreferrer"
128+ className = "hover:text-white transition-colors"
129+ >
130+ Discord
131+ </ a >
132+ </ li >
133+ </ ul >
134+ </ div >
135+ </ div >
136+
137+ < div className = "mt-10 flex flex-col gap-2 border-t border-blue-400/30 pt-6 text-sm text-blue-100 sm:flex-row sm:items-center sm:justify-between" >
138+ < p > © 2025 Arkiv</ p >
91139 < a
92140 href = "https://github.com/arkiv-network/dashboard-demo"
93141 target = "_blank"
94142 rel = "noopener noreferrer"
95- className = "font-medium text-white underline-offset-4 hover:underline "
143+ className = "hover: text-white transition-colors "
96144 >
97- View on GitHub
145+ View source on GitHub
98146 </ a >
99- </ p >
147+ < p > All rights reserved</ p >
148+ </ div >
100149 </ div >
101150 </ footer >
102151 </ div >
0 commit comments