diff --git a/content/page/home/cta/bottom_cta.png b/content/page/home/cta/bottom_cta.png new file mode 100644 index 000000000..484994ad8 Binary files /dev/null and b/content/page/home/cta/bottom_cta.png differ diff --git a/content/page/home/cta/cta.md b/content/page/home/cta/cta.md index 4ca186332..b9e26c47c 100644 --- a/content/page/home/cta/cta.md +++ b/content/page/home/cta/cta.md @@ -3,6 +3,11 @@ id: home_cta title: Join the Movement! button: Support us by purchasing Tokens link: '' #Add button link here +button2: Spread Our Message +link2: '' #Add button link here +button3: Joine Our Community +link3: '' #Add button link here +image: ./bottom_cta.png --- Be part of a better tomorrow, today. diff --git a/content/page/home/cta/cta_image.png b/content/page/home/cta/cta_image.png new file mode 100644 index 000000000..87ffa1085 Binary files /dev/null and b/content/page/home/cta/cta_image.png differ diff --git a/content/page/home/cta_image.png b/content/page/home/cta_image.png index 87ffa1085..92193706d 100644 Binary files a/content/page/home/cta_image.png and b/content/page/home/cta_image.png differ diff --git a/content/page/home/cta_image_old.png b/content/page/home/cta_image_old.png new file mode 100644 index 000000000..87ffa1085 Binary files /dev/null and b/content/page/home/cta_image_old.png differ diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index 3776eeb84..3ecc0b701 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -1,6 +1,9 @@ - - + + + + + {{ cta.title }} @@ -8,18 +11,41 @@ v-html="cta.content" class="mt-6 mb-8 text-gray-700 leading-relaxed" > - {{ cta.button }} + + + {{ cta.button }} + {{ cta.button2 }} + {{ cta.button3 }} + + \ No newline at end of file diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 4d69f8206..9fd8d3fa1 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -55,15 +55,8 @@ :logos="$page.markdownPage.logos" /> - + - + + @@ -126,7 +127,12 @@ title content button + button2 + button3 link + link2 + link3 + image } comparisonMain{ id