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...
; -} );