import { useTranslation } from 'react-i18next' import CustomWebAppBrand from '../custom-web-app-brand' import CustomAppHeaderBrand from '../custom-app-header-brand' import s from '../style.module.css' import GridMask from '@/app/components/base/grid-mask' import UpgradeBtn from '@/app/components/billing/upgrade-btn' import { useProviderContext } from '@/context/provider-context' import { Plan } from '@/app/components/billing/type' import { contactSalesUrl } from '@/app/components/billing/config' const CustomPage = () => { const { t } = useTranslation() const { plan } = useProviderContext() return (