perf(hero): split HeroVideo into a Server Component to bypass React Hydration LCP block

This commit is contained in:
2026-07-03 01:00:07 +02:00
parent db6492207d
commit 52f9774478
20 changed files with 50151 additions and 48 deletions

7
app/test/page.tsx Normal file
View File

@@ -0,0 +1,7 @@
export default function TestPage() {
return (
<div>
<h1>TEST PAGE WORKS</h1>
</div>
);
}