File tree Expand file tree Collapse file tree 3 files changed +374
-2
lines changed
Expand file tree Collapse file tree 3 files changed +374
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ export default function Home() {
322322 < div className = "mt-6 w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto rounded-full" > </ div >
323323 </ div >
324324
325- < div className = "grid grid-cols-1 md:grid-cols-5 lg:grid-cols-5 gap-4 items-center" >
325+ < div className = "grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-6 gap-4 items-center" >
326326 { /* Microsoft Azure */ }
327327 < div className = "group relative" >
328328 < div className = "absolute inset-0 bg-gradient-to-r from-blue-500/20 to-cyan-500/20 rounded-xl blur-lg group-hover:blur-xl transition-all duration-300 opacity-0 group-hover:opacity-100" > </ div >
@@ -417,6 +417,25 @@ export default function Home() {
417417 </ div >
418418 </ div >
419419 </ div >
420+
421+ { /* Ferret DB */ }
422+ < div className = "group relative" >
423+ < div className = "absolute inset-0 bg-gradient-to-r from-blue-500/20 to-cyan-500/20 rounded-xl blur-lg group-hover:blur-xl transition-all duration-300 opacity-0 group-hover:opacity-100" > </ div >
424+ < div className = "relative flex flex-col items-center justify-center p-8 bg-neutral-800/80 backdrop-blur-sm rounded-xl border border-neutral-700/50 hover:border-blue-500/50 transition-all duration-300 group-hover:transform group-hover:scale-105" >
425+ < div className = "w-21 h-20 flex items-center justify-center mb-4" >
426+ < img
427+ src = "/images/FerretDBLogo-inverse.png"
428+ alt = "Ferret DB"
429+ className = "w-15 h-12 group-hover:scale-110 transition-transform"
430+ />
431+ </ div >
432+ < div className = "text-center" >
433+ < h3 className = "text-sm font-bold text-white group-hover:text-blue-300 transition-colors mb-1" >
434+ Ferret DB
435+ </ h3 >
436+ </ div >
437+ </ div >
438+ </ div >
420439 </ div >
421440
422441 { /* Artistic connection lines */ }
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments