import { RiArrowUpDoubleLine } from '@remixicon/react' import Card from '@/app/components/plugins/card' import CardMoreInfo from '@/app/components/plugins/card/card-more-info' import { toolNotion } from '@/app/components/plugins/card/card-mock' import { useGetLanguage } from '@/context/i18n' type MarketplaceProps = { onMarketplaceScroll: () => void } const Marketplace = ({ onMarketplaceScroll, }: MarketplaceProps) => { const locale = useGetLanguage() return (