diff --git a/components/Pricing.js b/components/Pricing.js index f52b39c..b2aece4 100644 --- a/components/Pricing.js +++ b/components/Pricing.js @@ -6,7 +6,7 @@ const tiers = [ name: 'Basic', id: 'tier-basic', href: '#', - priceMonthly: '$9', + priceMonthly: 'USD $9', description: 'Quis suspendisse ut fermentum neque vivamus non tellus.', mostPopular: false, }, @@ -14,7 +14,7 @@ const tiers = [ name: 'Essential', id: 'tier-essential', href: '#', - priceMonthly: '$29', + priceMonthly: 'USD $29', description: 'Quis eleifend a tincidunt pellentesque. A tempor in sed.', mostPopular: true, }, @@ -22,7 +22,7 @@ const tiers = [ name: 'Premium', id: 'tier-premium', href: '#', - priceMonthly: '$59', + priceMonthly: 'USD $59', description: 'Orci volutpat ut sed sed neque, dui eget. Quis tristique non.', mostPopular: false, },