diff --git a/src/components/Pricing/index.tsx b/src/components/Pricing/index.tsx index e492a66c..e1884c72 100644 --- a/src/components/Pricing/index.tsx +++ b/src/components/Pricing/index.tsx @@ -1,11 +1,10 @@ import TableMobile from './Table/TableMobile'; import Container from '@components/Container'; -import PageSection from '@components/PageSection'; -import Text from '@components/Text'; import TableDesktop from './Table/TableDesktop'; import { PricingInfo } from '../../content/pricing/config'; import PricingCard from '@components/PricingCard'; import Pay from '@components/Pay'; +import { Text } from '@components/v2/LandingPage/Text/Text'; const Pricing = () => { return ( @@ -13,12 +12,10 @@ const Pricing = () => { <>
- - Pricing You Can Get Pumped About - - + Pricing you can get pumped about + Try for free and only pay for what you use. Transparent, simple - and flexible.{' '} + and flexible.
{PricingInfo.map((item, index) => { diff --git a/src/components/PricingCard.tsx b/src/components/PricingCard.tsx index 75de1504..0fdee8d9 100644 --- a/src/components/PricingCard.tsx +++ b/src/components/PricingCard.tsx @@ -37,7 +37,6 @@ const PricingCard: React.FC = (props) => {

$ {props.cost} /mo

-

+ Overage