import { Skeleton } from "@/components/ui/skeleton" import { Button } from "@/components/ui/button" import { Ship, Loader2, GlobeIcon, ChevronDownIcon } from "lucide-react" import Link from "next/link" import { cn } from "@/lib/utils" import { buttonVariants } from "@/components/ui/button" export function LoginFormSkeleton() { return (
{/* Left Content */}
{/* Top bar with Logo + eVCP (left) and "Request Vendor Repository" (right) */}
eVCP
Request Vendor Repository
{/* Content section that occupies remaining space, centered vertically */}
{/* Form container */}
{/* Right BG 이미지 영역 */}
{/* Optional top-right content on the image side */}
) }