diff --git a/app/(marketing)/pricing/page.tsx b/app/(marketing)/pricing/page.tsx deleted file mode 100644 index fdeaba4..0000000 --- a/app/(marketing)/pricing/page.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import { PricingTable } from '@kit/billing-gateway/marketing'; - -import { SitePageHeader } from '~/(marketing)/_components/site-page-header'; -import billingConfig from '~/config/billing.config'; -import pathsConfig from '~/config/paths.config'; -import { createI18nServerInstance } from '~/lib/i18n/i18n.server'; -import { withI18n } from '~/lib/i18n/with-i18n'; - -export const generateMetadata = async () => { - const { t } = await createI18nServerInstance(); - - return { - title: t('marketing:pricing'), - }; -}; - -const paths = { - signUp: pathsConfig.auth.signUp, - return: pathsConfig.app.home, -}; - -async function PricingPage() { - const { t } = await createI18nServerInstance(); - - return ( -
{title}
+