From 21ff93b704664e62b9e190ecb007e214988ca845 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 13 Jan 2026 15:42:48 +0200 Subject: [PATCH] a --- src/app/page.tsx | 14 -------------- src/components/sections/AnimationContainer.tsx | 4 ---- 2 files changed, 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bcda4f..07ea263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,14 +13,6 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import { CheckCircle, Flower2, Leaf, Palette, Sparkles } from "lucide-react"; export default function LandingPage() { - const timer = setTimeout(() => { - setIsLoading(false); - }, 5000); - return () => clearTimeout(timer); - }, []); - useEffect(() => { - setIsLoading(true); - }, []); const [isLoading, setIsLoading] = useState(false); return ( -if (isLoading) { - return
Loading...
; -} -if (isLoading) { - return
Loading...
; -} );