diff --git a/landing/components/MainButton.vue b/landing/components/MainButton.vue index f719f24..bc22655 100644 --- a/landing/components/MainButton.vue +++ b/landing/components/MainButton.vue @@ -10,7 +10,7 @@ const props = defineProps<{ \ No newline at end of file diff --git a/landing/components/pricing/PricingCard.vue b/landing/components/pricing/PricingCard.vue deleted file mode 100644 index 3bb208f..0000000 --- a/landing/components/pricing/PricingCard.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/landing/components/pricing/PricingCardGeneric.vue b/landing/components/pricing/PricingCardGeneric.vue new file mode 100644 index 0000000..44ed6c0 --- /dev/null +++ b/landing/components/pricing/PricingCardGeneric.vue @@ -0,0 +1,69 @@ + + + + \ No newline at end of file diff --git a/landing/layouts/header.vue b/landing/layouts/header.vue index fc43b20..685d704 100644 --- a/landing/layouts/header.vue +++ b/landing/layouts/header.vue @@ -193,6 +193,12 @@ nuxtApp.hook("page:finish", () => { + + + + + + diff --git a/landing/pages/blog/index.vue b/landing/pages/blog/index.vue index c74e141..8d16c4d 100644 --- a/landing/pages/blog/index.vue +++ b/landing/pages/blog/index.vue @@ -13,8 +13,13 @@ import { blogPosts, homePosts } from '~/blog/Blog';
-
-

Blog

+
+

+ Blog +

+
+ Stay updated with latest news about Litlyx. We "Build in Public". +
diff --git a/landing/pages/pricing.vue b/landing/pages/pricing.vue index f03965d..b14a7ca 100644 --- a/landing/pages/pricing.vue +++ b/landing/pages/pricing.vue @@ -1,63 +1,167 @@ @@ -65,9 +169,27 @@ definePageMeta({ layout: 'header' });
+
+
+ Pricing +
+
+ Start for Free and scale as you go +
+
+
-
+
+ + + + + + +
+ +
- + +
+
+ Frequently Asked Questions +
+
+ + +
+
diff --git a/landing/public/check.png b/landing/public/check.png new file mode 100644 index 0000000..33e8934 Binary files /dev/null and b/landing/public/check.png differ