This is the cool and animated loading which you can use for aesthetics.
Loading preview...
import { Component } from "@/components/ui/loading-animation"; export default function DemoOne() { return <Component />; }