refactor: update favicon and adjust Footer tagline and NoSinglePoint animation dimensions

- Replaced favicon.ico with new version
- Changed Footer tagline from "Unleash the Power of Decentralization" to "Built for Digital Sovereignty"
- Adjusted NoSinglePoint animation dimensions from 720x540 to 720x420 for better alignment with other home animations
- Updated dimension comments to reflect aspect ratio and visual height alignment goals
This commit is contained in:
2025-11-19 17:15:03 +01:00
parent c0b84fd578
commit 7bc895d8be
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -11,7 +11,7 @@ export function Footer() {
<img src="/images/logomark.svg" alt="Mycelium Logomark" className="h-13 w-13 flex-none" />
<div className="ml-4">
<p className="text-base lg:text-lg font-semibold">Project Mycelium</p>
<p className="mt-1 text-sm">Unleash the Power of Decentralization</p>
<p className="mt-1 text-sm">Built for Digital Sovereignty</p>
</div>
</div>
<nav className="mt-10 flex gap-8">

View File

@@ -10,8 +10,8 @@ type Props = {
gridStroke?: string;
};
const W = 720; // 4:3
const H = 540; // 4:3
const W = 720; // match aspect ratio closer to other home animations
const H = 420; // align visual height with other cards
export default function NoSinglePoint({
className,