Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/Pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ const tiers = [
name: 'Basic',
id: 'tier-basic',
href: '#',
priceMonthly: '$9',
priceMonthly: 'USD $9',
description: 'Quis suspendisse ut fermentum neque vivamus non tellus.',
mostPopular: false,
},
{
name: 'Essential',
id: 'tier-essential',
href: '#',
priceMonthly: '$29',
priceMonthly: 'USD $29',
description: 'Quis eleifend a tincidunt pellentesque. A tempor in sed.',
mostPopular: true,
},
{
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,
},
Expand Down