"use client"; import { Card, CardHeader, CardBody, CardFooter, Skeleton } from "@heroui/react"; export default function ProductCardSkeleton() { return ( {/* Product Header */}
{/* Icon Skeleton */} {/* Title and Category Skeleton */}
{/* Yield APY & Pool Cap Skeleton */}
{/* Details Section Skeleton */}
{/* Maturity & Risk */}
{/* Lock-Up & Circulating Supply */}
{/* Pool Capacity & Invest Button Skeleton */}
); }