ButtonCTA amended and urls updated

This commit is contained in:
María
2025-10-16 13:27:34 +02:00
parent 0b44b2aa3b
commit 74c1234169
15 changed files with 64 additions and 50 deletions

View File

@@ -14,11 +14,9 @@
<p class="text-lg-custom" v-html="item.content"></p>
</li>
</ul>
<NuxtLink v-if="button" :to="`/${langcode}/${button.link}`" class=" w-fit">
<ButtonCTA :color="button.color" class="uppercase">
{{ button.label }}
</ButtonCTA>
</NuxtLink>
<ButtonCTA v-if="button" :to="`/${langcode}/${button.link}`" :color="button.color" class="uppercase w-fit">
{{ button.label }}
</ButtonCTA>
</div>
<div class="lg:w-2/5 h-full">
<img