"use client"; import { motion } from 'framer-motion'; import Image from 'next/image'; const LoadingScreen = () => { return (
{/* Spinning Logo */} Ruccan Logo
{/* Loading Text */}

Loading, please wait...

); }; export default LoadingScreen;