Browse Source

♻️ refactor(destinations): substituir botao inline pelo CtaButton

joykepler 2 days ago
parent
commit
928bd6da5b
1 changed files with 1 additions and 8 deletions
  1. 1 8
      app/components/SectionDestinations.vue

+ 1 - 8
app/components/SectionDestinations.vue

@@ -33,14 +33,7 @@
           bg-position-class="md:bg-bottom lg:bg-position-[center_800%]"
         />
       </div>
-      <button
-        class="self-stretch lg:self-start group bg-linear-to-r from-[#8DC63F] to-[#5F980F] text-white text-base md:text-lg lg:text-[23px] font-semibold flex justify-center items-center gap-4 border border-[#E3FA6D] rounded-lg py-3 px-8 transition-all duration-300 ease-in-out hover:scale-[1.03] hover:shadow-[0_0_28px_rgba(227,250,109,0.45)] hover:brightness-110 cursor-pointer">
-        Fale com um especialista agora!
-        <NuxtImg 
-          src="/img/cta_btn_icon.svg"
-          class="w-6 md:w-8 lg:w-10 transition-transform duration-300 group-hover:translate-x-1.5" 
-        />
-      </button>
+      <CtaButton class="self-stretch lg:self-start justify-center" />
     </div>
   </section>
 </template>