diff --git a/landing/layouts/header.vue b/landing/layouts/header.vue
index 0330a24..c785f05 100644
--- a/landing/layouts/header.vue
+++ b/landing/layouts/header.vue
@@ -25,7 +25,7 @@ nuxtApp.hook("page:finish", () => {
+
Litlyx
diff --git a/landing/pages/index.vue b/landing/pages/index.vue
index f3cf59c..249f386 100644
--- a/landing/pages/index.vue
+++ b/landing/pages/index.vue
@@ -30,14 +30,14 @@ onMounted(() => {
Boost Analytics Collection
- with minimal setup
+ with Minimal Setup
-
One-line code event
+
One-Line Code Setup
@@ -50,6 +50,11 @@ onMounted(() => {
High customization
+
+
@@ -114,7 +119,7 @@ onMounted(() => {
- This one-line code Collect 9 KPI
+ This One-Line Code Collect 9 KPIs
Websites visits, Custom events, Referrers, Browsers, Devices, OS, Countries, SearchTerms, User Unique
@@ -159,96 +164,40 @@ onMounted(() => {
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/landing/pages/pricing.vue b/landing/pages/pricing.vue
index 1fb9167..2b7753f 100644
--- a/landing/pages/pricing.vue
+++ b/landing/pages/pricing.vue
@@ -24,7 +24,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",
@@ -41,7 +41,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",
@@ -74,6 +74,22 @@ definePageMeta({ layout: 'header' });