import { Skeleton } from "@/components/ui/skeleton" import { Card } from "@/components/ui/card" export default function ProductCardSkeleton() { return ( {/* Image Skeleton */} {/* Content Skeleton */}
{/* Title skeleton - 2 lines */}
{/* Price skeleton */}
) }