From c22d54abb0b54356b26874c91ba8e43dde87a2c4 Mon Sep 17 00:00:00 2001 From: Kismet Hasanaj Date: Sun, 3 May 2026 01:09:44 +0200 Subject: [PATCH] . --- app/globals.css | 7 ------- app/layout.tsx | 27 +-------------------------- app/page.tsx | 27 +++++++-------------------- components/CookieBanner.tsx | 23 ++++++----------------- 4 files changed, 14 insertions(+), 70 deletions(-) diff --git a/app/globals.css b/app/globals.css index e55a75d8..cf77b524 100644 --- a/app/globals.css +++ b/app/globals.css @@ -111,9 +111,6 @@ @layer base { html { background: var(--bg); - } - - html { scroll-behavior: smooth; } @@ -139,10 +136,6 @@ } } -html[data-ui-ready="0"] body { - opacity: 0; -} - /* --------------------------------------------------------------------------- 4. Site shell + ambient effects The .site-shell class is on the
element in page.tsx. The two diff --git a/app/layout.tsx b/app/layout.tsx index 64e6e342..a15c36c3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -62,32 +62,7 @@ export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode }>) { return ( - - -