feat: redesign InitialLoader with premium ETIB logo and light sweep

Former-commit-id: accc8a262caa6b2b121f94cebd04daf5bb877630
This commit is contained in:
2026-05-07 23:22:26 +02:00
parent 301b1786b9
commit 3865ccb592
3 changed files with 47 additions and 44 deletions

View File

@@ -157,7 +157,7 @@ export default async function Layout(props: {
const feedbackEnabled = process.env.NEXT_PUBLIC_FEEDBACK_ENABLED === 'true';
const cookieStore = await cookies();
const hasSeenLoader = cookieStore.has('etib_initial_loader_v3');
const hasSeenLoader = cookieStore.has('etib_initial_loader_v4');
return (
<html