diff --git a/dashboard/components/pricing/PricingDrawer.vue b/dashboard/components/pricing/PricingDrawer.vue index c11fc70..9e9543e 100644 --- a/dashboard/components/pricing/PricingDrawer.vue +++ b/dashboard/components/pricing/PricingDrawer.vue @@ -31,7 +31,7 @@ const starterTierCardData = ref({ const accelerationTierCardData = ref({ title: 'ACCELERATION', - cost: '9.99', + cost: '9,99', features: [ "150K visits/events per month", "100 AI Interaction per month", @@ -50,7 +50,7 @@ const accelerationTierCardData = ref({ const expansionTierCardData = ref({ title: 'EXPANSION', - cost: '39.99', + cost: '39,99', features: [ "500K visits/events per month", "5000 AI Interaction per month", diff --git a/dashboard/pages/payment_ok.vue b/dashboard/pages/payment_ok.vue new file mode 100644 index 0000000..06309a8 --- /dev/null +++ b/dashboard/pages/payment_ok.vue @@ -0,0 +1,34 @@ + + + +