add currency to pricing page

This commit is contained in:
MarconLP 2023-05-03 18:26:29 +02:00
parent 11f9880e9c
commit d555380ab5
No known key found for this signature in database
GPG key ID: F4CAFFDFA3451D5E

View file

@ -66,7 +66,7 @@ export default function Pricing() {
{[ {[
{ {
name: "Free", name: "Free",
price: { monthly: 0, annual: 0 }, price: { monthly: "$0", annual: "$0" },
features: [ features: [
{ {
feature: "Unlimited recording", feature: "Unlimited recording",
@ -101,7 +101,7 @@ export default function Pricing() {
}, },
{ {
name: "Pro", name: "Pro",
price: { monthly: 5, annual: 4 }, price: { monthly: "$5", annual: "$4" },
features: [ features: [
{ {
feature: "Unlimited recording", feature: "Unlimited recording",