feat: redesign PageTransitionShutter with premium ETIB logo

Former-commit-id: c26dde4f15942916216c86477e26492070da81a5
This commit is contained in:
2026-05-08 10:33:36 +02:00
parent 3865ccb592
commit d28fbaac41
3 changed files with 55 additions and 9 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_v4');
const hasSeenLoader = cookieStore.has('etib_initial_loader_v5');
return (
<html