'use client'; import { ChevronRightIcon } from '@heroicons/react/24/outline'; import { useTranslations } from 'next-intl'; import Link from 'next/link'; export default function Shoplist() { const t = useTranslations('Index'); return (