'use client'; import Image from 'next/image'; type Props = { type?: number; fullscreen?: boolean; }; export default function Loading({ type = 1, fullscreen = false }: Props) { return ( <> { type === 1 && (