diff --git a/src/pages/pricing.mdx b/src/pages/pricing.mdx index bc9e9f29..e6c29784 100644 --- a/src/pages/pricing.mdx +++ b/src/pages/pricing.mdx @@ -5,14 +5,9 @@ title: Products and Services import ListingPage from "~/components/ListingPage.astro"; import _ from "lodash"; +import priceFormatter from "~/price-formatter"; import products from "~/products.json"; -export const priceFormatter = new Intl.NumberFormat('en-GB', { - currency: 'GBP', - maximumSignificantDigits: 2, - style: 'currency', -}); -