From 0981d4d4fd1027970ca84a20df147348acfa6737 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 20 Jun 2024 14:29:24 +0200 Subject: [PATCH] add payment_ok page --- .../components/pricing/PricingDrawer.vue | 4 +-- dashboard/pages/payment_ok.vue | 34 +++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 dashboard/pages/payment_ok.vue 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 @@ + + + +