import Image from "next/image"; export default function Loading() { return (
{/* Background pattern */}
{/* Loading content */}
{/* Logo with animation */}
blcklst blcklst
{/* Loading text - closer to logo */}

not everyone gets blcklsted

{/* Loading dots */}
{/* Progress bar */}
); }