import { Box, Group, Scroller, Stack, Title, Text } from '@mantine/core'; import UrlCardSkeleton from '@/features/cards/components/urlCard/Skeleton.UrlCard'; import { MdOutlineEmojiNature } from 'react-icons/md'; import { LinkButton } from '@/components/link/MantineLink'; export default function DiscoverOnSembleSkeleton() { return ( Discover on Semble Recommendations based on your activity Explore {Array.from({ length: 6 }).map((_, i) => ( ))} ); }