import CollectionCardSkeleton from '@/features/collections/components/collectionCard/Skeleton.CollectionCard'; import { Stack, Group, Title, Skeleton, SimpleGrid } from '@mantine/core'; import { BiCollection } from 'react-icons/bi'; export default function RecentCollectionsSkeleton() { return ( Collections {Array.from({ length: 4 }).map((_, i) => ( ))} ); }