mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
fix pricing
This commit is contained in:
2
TODO
2
TODO
@@ -2,3 +2,5 @@
|
|||||||
|
|
||||||
- Reactivity on project delete (update dropdown) + test guest
|
- Reactivity on project delete (update dropdown) + test guest
|
||||||
- Event funnel / metadata analyzer / user flow
|
- Event funnel / metadata analyzer / user flow
|
||||||
|
|
||||||
|
- Why can’t guests use the AI chatbot?
|
||||||
@@ -62,7 +62,7 @@ function getPricingsData() {
|
|||||||
price: '€4,99 / mo',
|
price: '€4,99 / mo',
|
||||||
subs: [
|
subs: [
|
||||||
'Up to 50.000 visits/events per month',
|
'Up to 50.000 visits/events per month',
|
||||||
'CPM 0,10€ per visit/event'
|
'0,00010€ per visit/event'
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
'Slack support',
|
'Slack support',
|
||||||
@@ -82,7 +82,7 @@ function getPricingsData() {
|
|||||||
price: '€9,99 / mo',
|
price: '€9,99 / mo',
|
||||||
subs: [
|
subs: [
|
||||||
'Up to 150.000 visits/events per month',
|
'Up to 150.000 visits/events per month',
|
||||||
'CPM 0,06€ per visit/event'
|
'0,00006€ per visit/event'
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
'Slack support',
|
'Slack support',
|
||||||
@@ -102,7 +102,7 @@ function getPricingsData() {
|
|||||||
price: '€29,99 / mo',
|
price: '€29,99 / mo',
|
||||||
subs: [
|
subs: [
|
||||||
'Up to 500.000 visits/events per month',
|
'Up to 500.000 visits/events per month',
|
||||||
'CPM 0,059€ per visit/event'
|
'0,000059€ per visit/event'
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
'Slack support',
|
'Slack support',
|
||||||
@@ -122,7 +122,7 @@ function getPricingsData() {
|
|||||||
price: '€59,99 / mo',
|
price: '€59,99 / mo',
|
||||||
subs: [
|
subs: [
|
||||||
'Up to 1.000.000 visits/events per month',
|
'Up to 1.000.000 visits/events per month',
|
||||||
'CPM 0,059€ per visit/event'
|
'0,000059€ per visit/event'
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
'Slack support',
|
'Slack support',
|
||||||
@@ -130,7 +130,7 @@ function getPricingsData() {
|
|||||||
'Unlimited reports',
|
'Unlimited reports',
|
||||||
'AI Tokens: 5.000',
|
'AI Tokens: 5.000',
|
||||||
'Server type: SHARED',
|
'Server type: SHARED',
|
||||||
'Data retention: 1 Year'
|
'Data retention: 3 Year'
|
||||||
],
|
],
|
||||||
cta: 'Go to Cloud Dashboard',
|
cta: 'Go to Cloud Dashboard',
|
||||||
active: (planData.value?.premium_type || 0) == 104,
|
active: (planData.value?.premium_type || 0) == 104,
|
||||||
@@ -142,7 +142,7 @@ function getPricingsData() {
|
|||||||
price: '€99,99 / mo',
|
price: '€99,99 / mo',
|
||||||
subs: [
|
subs: [
|
||||||
'Up to 2.500.000 visits/events per month',
|
'Up to 2.500.000 visits/events per month',
|
||||||
'CPM 0,039€ per visit/event'
|
'0,000039€ per visit/event'
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
'Slack support',
|
'Slack support',
|
||||||
@@ -150,7 +150,7 @@ function getPricingsData() {
|
|||||||
'Unlimited reports',
|
'Unlimited reports',
|
||||||
'AI Tokens: 10.000',
|
'AI Tokens: 10.000',
|
||||||
'Server type: DEDICATED',
|
'Server type: DEDICATED',
|
||||||
'Data retention: 2 Years'
|
'Data retention: 7 Years'
|
||||||
],
|
],
|
||||||
cta: 'Go to Cloud Dashboard',
|
cta: 'Go to Cloud Dashboard',
|
||||||
active: (planData.value?.premium_type || 0) == 105,
|
active: (planData.value?.premium_type || 0) == 105,
|
||||||
@@ -162,7 +162,7 @@ function getPricingsData() {
|
|||||||
price: '€149,99 / mo',
|
price: '€149,99 / mo',
|
||||||
subs: [
|
subs: [
|
||||||
'Up to 5.000.000 visits/events per month',
|
'Up to 5.000.000 visits/events per month',
|
||||||
'CPM 0,029€ per visit/event'
|
'0,000029€ per visit/event'
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
'Slack support',
|
'Slack support',
|
||||||
@@ -170,7 +170,7 @@ function getPricingsData() {
|
|||||||
'Unlimited reports',
|
'Unlimited reports',
|
||||||
'AI Tokens: 20.000',
|
'AI Tokens: 20.000',
|
||||||
'Server type: DEDICATED',
|
'Server type: DEDICATED',
|
||||||
'Data retention: 3 Years'
|
'Data retention: 8 Years'
|
||||||
],
|
],
|
||||||
cta: 'Go to Cloud Dashboard',
|
cta: 'Go to Cloud Dashboard',
|
||||||
active: (planData.value?.premium_type || 0) == 106,
|
active: (planData.value?.premium_type || 0) == 106,
|
||||||
|
|||||||
@@ -1,101 +0,0 @@
|
|||||||
<script setup lang="ts">
|
|
||||||
|
|
||||||
definePageMeta({ layout: 'header' });
|
|
||||||
|
|
||||||
</script>
|
|
||||||
|
|
||||||
|
|
||||||
<template>
|
|
||||||
|
|
||||||
<!-- <div class="home h-full overflow-y-auto relative">
|
|
||||||
|
|
||||||
<div class="absolute top-0 left-0 w-full h-full flex flex-col items-center z-0 overflow-hidden">
|
|
||||||
<HomeBgGrid :size="50" :spacing="18" opacity="0.3" class="w-fit h-fit"></HomeBgGrid>
|
|
||||||
<HomeBgGrid :size="50" :spacing="18" opacity="0.3" class="w-fit h-fit"></HomeBgGrid>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="flex w-full justify-center px-20">
|
|
||||||
<SelectButton class="text-[1.4rem]" :current-index="0" :options="[
|
|
||||||
{ label: 'Monthly' },
|
|
||||||
{ label: 'Yearly' },
|
|
||||||
]"></SelectButton>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="flex mt-20 gap-10 mx-20">
|
|
||||||
|
|
||||||
<PricingCard title="Free plan" icon="far fa-fire" price="€ 54" :list="[
|
|
||||||
|
|
||||||
{ text: '3k Page visits / Custom Events (one time)', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Access to Crm', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Download CSV Raw data', icon: 'fas fa-check' },
|
|
||||||
{ text: 'PDF Report For investor', icon: 'fas fa-check' },
|
|
||||||
|
|
||||||
{ text: 'Team member', icon: '' },
|
|
||||||
{ text: 'Only 1 project connected', icon: '' },
|
|
||||||
|
|
||||||
]"></PricingCard>
|
|
||||||
|
|
||||||
<PricingCard title="Free plan" icon="far fa-fire" price="€ 54" :list="[
|
|
||||||
|
|
||||||
{ text: '3k Page visits / Custom Events (one time)', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Access to Crm', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Download CSV Raw data', icon: 'fas fa-check' },
|
|
||||||
{ text: 'PDF Report For investor', icon: 'fas fa-check' },
|
|
||||||
|
|
||||||
{ text: 'Team member', icon: '' },
|
|
||||||
{ text: 'Only 1 project connected', icon: '' },
|
|
||||||
|
|
||||||
]"></PricingCard>
|
|
||||||
|
|
||||||
<PricingCard title="Free plan" icon="far fa-fire" price="€ 54" :list="[
|
|
||||||
|
|
||||||
{ text: '3k Page visits / Custom Events (one time)', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Access to Crm', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Download CSV Raw data', icon: 'fas fa-check' },
|
|
||||||
{ text: 'PDF Report For investor', icon: 'fas fa-check' },
|
|
||||||
|
|
||||||
{ text: 'Team member', icon: '' },
|
|
||||||
{ text: 'Only 1 project connected', icon: '' },
|
|
||||||
|
|
||||||
]"></PricingCard>
|
|
||||||
|
|
||||||
|
|
||||||
<PricingCard title="Free plan" icon="far fa-fire" price="€ 54" :list="[
|
|
||||||
|
|
||||||
{ text: '3k Page visits / Custom Events (one time)', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Access to Crm', icon: 'fas fa-check' },
|
|
||||||
{ text: 'Download CSV Raw data', icon: 'fas fa-check' },
|
|
||||||
{ text: 'PDF Report For investor', icon: 'fas fa-check' },
|
|
||||||
|
|
||||||
{ text: 'Team member', icon: '' },
|
|
||||||
{ text: 'Only 1 project connected', icon: '' },
|
|
||||||
|
|
||||||
]"></PricingCard>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="flex w-full py-20 my-20 px-20">
|
|
||||||
<div class="flex justify-between w-full">
|
|
||||||
<div class="flex flex-col gap-2">
|
|
||||||
<div class="poppins font-bold text-[2.2rem]">
|
|
||||||
Ready to ditch Google Analytics ?
|
|
||||||
</div>
|
|
||||||
<div class="text-accent poppins font-bold text-[2.2rem]">
|
|
||||||
Start your free trial today.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="flex gap-4 items-center mr-20">
|
|
||||||
<div class="poppins px-12 py-6 text-[1.2rem] hover:bg-accent/90 text-text cursor-pointer bg-accent rounded-xl font-semibold">
|
|
||||||
Get started
|
|
||||||
</div>
|
|
||||||
<div class="poppins px-12 py-6 text-[1.2rem] hover:bg-text/90 cursor-pointer text-accent bg-text rounded-xl font-semibold">
|
|
||||||
Live demo
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div> -->
|
|
||||||
|
|
||||||
</template>
|
|
||||||
Reference in New Issue
Block a user