perf: implement font optimization, granular lazy-loading and content-visibility

This commit is contained in:
2026-02-11 18:51:22 +01:00
parent 24181a48c1
commit 79d7cfd009
4 changed files with 21 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ export default function Footer() {
const currentYear = new Date().getFullYear();
return (
<footer className="bg-primary text-white py-24 relative overflow-hidden">
<footer className="bg-primary text-white py-24 relative overflow-hidden content-visibility-auto">
<div className="absolute top-0 left-0 w-full h-px bg-gradient-to-r from-transparent via-white/20 to-transparent" />
<Container>