TextWithIconAndButton component

This commit is contained in:
María
2025-07-31 13:34:35 +02:00
committed by María
parent 41d2d8a47b
commit dab805e785
6 changed files with 131 additions and 1 deletions

View File

@@ -13,11 +13,13 @@
import HeroPages from '~/components/HeroPages.vue';
import TextWithImage from '../../components/TextWithImage.vue';
import SectionWithCards from '../../components/SectionWithCards.vue';
import TextWithIconAndButton from '../../components/TextWithIconAndButton.vue';
export default {
components: {
HeroPages,
TextWithImage,
TextWithIconAndButton,
SectionWithCards
},
data() {