cloud: add new pricing page (#213)
* feat: add new pricing page * feat: extend feature comparison table * feat: improve readability on light mode * chore: add translations
This commit is contained in:
5
apps/web/src/pages/pricing/index.tsx
Normal file
5
apps/web/src/pages/pricing/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import PricingView from "~/views/pricing";
|
||||
|
||||
export default function Pricing() {
|
||||
return <PricingView />;
|
||||
}
|
||||
Reference in New Issue
Block a user