'use client' import { useSuspenseQuery } from '@tanstack/react-query' import { useTranslation } from 'react-i18next' import { SkeletonRectangle } from '@/app/components/base/skeleton' import { userProfileQueryOptions } from '@/features/account-profile/client' export function HomeIntroSkeleton() { return (
{t(($) => $['banner.tagline'], { ns: 'explore' })}