wip ods page

This commit is contained in:
María
2025-07-31 15:16:08 +02:00
committed by María
parent b8d68a1350
commit 771f6c76f0
10 changed files with 154 additions and 22 deletions

View File

@@ -13,14 +13,14 @@
import HeroPages from '~/components/HeroPages.vue';
import TextWithImage from '../../components/TextWithImage.vue';
import SectionWithCards from '../../components/SectionWithCards.vue';
import TextWithIconAndButton from '../../components/TextWithIconAndButton.vue';
import TextWithIconAndButtons from '../../components/TextWithIconAndButtons.vue';
import Quote from '../../components/Quote.vue';
export default {
components: {
HeroPages,
TextWithImage,
TextWithIconAndButton,
TextWithIconAndButtons,
SectionWithCards,
Quote
},