diff --git a/src/components/custom/sections/CallToAction.vue b/src/components/custom/sections/CallToAction.vue index ef5d8c80a..5ab5d0673 100644 --- a/src/components/custom/sections/CallToAction.vue +++ b/src/components/custom/sections/CallToAction.vue @@ -19,25 +19,25 @@
{{ cta.video_button }}
{{ cta.button }} {{ cta.button2 }} {{ cta.button3 }} {{ cta.video_button }} {{ cta.button }} {{ cta.button2 }} {{ cta.button3 }}{{ main.button }} {{ main.button }} diff --git a/src/components/marketing/sections/cta-sections/BrandPanel.vue b/src/components/marketing/sections/cta-sections/BrandPanel.vue index 16b4a78b8..6c0822255 100644 --- a/src/components/marketing/sections/cta-sections/BrandPanel.vue +++ b/src/components/marketing/sections/cta-sections/BrandPanel.vue @@ -30,7 +30,7 @@ v-if="brand.btnTxt" target="_blank" :href="brand.sourceUrl" - class="bg-gray-800 text-sm learn-button hover:bg-57EEF8-400 text-white px-12 py-2 mr-3 shadow rounded-full" + class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-white px-12 py-2 mr-3 shadow rounded-full" >{{ brand.btnTxt }} diff --git a/src/components/marketing/sections/cta-sections/Header.vue b/src/components/marketing/sections/cta-sections/Header.vue index e3b78d584..d7c3e5fef 100644 --- a/src/components/marketing/sections/cta-sections/Header.vue +++ b/src/components/marketing/sections/cta-sections/Header.vue @@ -25,13 +25,13 @@ {{ button }} {{ button }} @@ -47,10 +47,10 @@

{{ title }}
- {{ slogan }} + {{ slogan }}

{{ button }} {{ button }} @@ -91,13 +91,13 @@ {{ button }} {{ button }} diff --git a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue index a0295896f..e05d5bc37 100644 --- a/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue +++ b/src/components/marketing/sections/cta-sections/ShowcaseProducts.vue @@ -61,13 +61,13 @@ v-if="main.link.includes('http')" target="_blank" :href="main.link" - class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" + class="bg-blue-900 lowercase text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full" >{{ main.button }} {{ main.button }}