libreria-astro-lefebvre 0.0.39 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/carbins/Contenido_2025_Alcorcon.ts +76 -76
- package/src/carbins/Contenido_2025_Cordoba.ts +59 -59
- package/src/carbins/Contenido_2025_Granada.ts +67 -67
- package/src/carbins/Contenido_2025_Malaga.ts +100 -100
- package/src/carbins/Contenido_2025_Montevideo.ts +56 -56
- package/src/carbins/Formulario_2025_Seul.ts +56 -56
- package/src/carbins/Formulario_2025_Teruel.ts +9 -9
- package/src/carbins/GeometricShapeCard.ts +1 -1
- package/src/carbins/ImageTextSimple.ts +3 -3
- package/src/carbins/Imagen_2025_Bogota.ts +76 -76
- package/src/carbins/TextImageBackground.ts +5 -5
- package/src/carbins/TextImageBlock.ts +3 -3
- package/src/carbins/TextImageCard.ts +3 -3
- package/src/carbins/TextImageHeader.ts +5 -6
- package/src/carbins/Titulo_2025_Algeciras.ts +51 -51
- package/src/carbins/Titulo_2025_Santorini.ts +20 -20
- package/src/carbins/Video_2025_Polop.ts +34 -0
- package/src/components/Astro/Video_2025_Polop.astro +23 -0
- package/src/components/Astro/Video_2025_Valencia.astro +6 -31
- package/src/generated/componentRegistry.ts +98 -98
- package/src/index.ts +127 -125
- package/src/carbins/Video_2025_Valencia.ts +0 -12
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Titulo_2025_Algeciras',
|
|
5
|
-
category: 'Título',
|
|
6
|
-
name: 'Título Genial 2025',
|
|
7
|
-
description: 'Título para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['title', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'title',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto del título',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: '
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
name: 'description',
|
|
21
|
-
type: 'text',
|
|
22
|
-
label: 'Texto de la descripción',
|
|
23
|
-
mandatory: false,
|
|
24
|
-
example_value: '
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: 'tipo',
|
|
28
|
-
type: 'select',
|
|
29
|
-
label: 'Etiqueta del título',
|
|
30
|
-
options: ['h1', 'h2', 'h2-mb64', 'h3', 'h3-mb32', 'h4', 'h5', 'h6', 'p'],
|
|
31
|
-
options_labels: ['H1', 'H2', 'H2 con margen inferior 64px', 'H3', 'H3 con margen inferior 32px', 'H4', 'H5', 'H6', 'Párrafo'],
|
|
32
|
-
example_value: 'h1'
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
name: 'flexJustify',
|
|
36
|
-
type: 'select',
|
|
37
|
-
label: 'Justificación del contenido',
|
|
38
|
-
options: ['justify-start', 'justify-center'],
|
|
39
|
-
options_labels: ['Izquierda', 'Centro'],
|
|
40
|
-
example_value: 'justify-start'
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'descriptionWidth',
|
|
44
|
-
type: 'select',
|
|
45
|
-
label: 'Ancho de la descripción',
|
|
46
|
-
options: ['1/3', '3/5', 'full'],
|
|
47
|
-
options_labels: ['1/3', '3/5', 'Completo'],
|
|
48
|
-
example_value: '1/3'
|
|
49
|
-
}
|
|
50
|
-
]
|
|
51
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Titulo_2025_Algeciras',
|
|
5
|
+
category: 'Título',
|
|
6
|
+
name: 'Título Genial 2025',
|
|
7
|
+
description: 'Título para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['title', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Gatos atracadores: la nueva moda felina en puertos'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Descripción detallada sobre la moda felina en puertos'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'tipo',
|
|
28
|
+
type: 'select',
|
|
29
|
+
label: 'Etiqueta del título',
|
|
30
|
+
options: ['h1', 'h2', 'h2-mb64', 'h3', 'h3-mb32', 'h4', 'h5', 'h6', 'p'],
|
|
31
|
+
options_labels: ['H1', 'H2', 'H2 con margen inferior 64px', 'H3', 'H3 con margen inferior 32px', 'H4', 'H5', 'H6', 'Párrafo'],
|
|
32
|
+
example_value: 'h1'
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'flexJustify',
|
|
36
|
+
type: 'select',
|
|
37
|
+
label: 'Justificación del contenido',
|
|
38
|
+
options: ['justify-start', 'justify-center'],
|
|
39
|
+
options_labels: ['Izquierda', 'Centro'],
|
|
40
|
+
example_value: 'justify-start'
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
name: 'descriptionWidth',
|
|
44
|
+
type: 'select',
|
|
45
|
+
label: 'Ancho de la descripción',
|
|
46
|
+
options: ['1/3', '3/5', 'full'],
|
|
47
|
+
options_labels: ['1/3', '3/5', 'Completo'],
|
|
48
|
+
example_value: '1/3'
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
-
|
|
3
|
-
export const metadata: ComponentMetadata = {
|
|
4
|
-
component_name: 'Titulo_2025_Santorini',
|
|
5
|
-
category: 'Título',
|
|
6
|
-
name: 'Texto azul Genial 2025',
|
|
7
|
-
description: 'Texto azul para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
-
framework: 'Astro',
|
|
9
|
-
priority: 1,
|
|
10
|
-
tags: ['texto', 'genial'],
|
|
11
|
-
fields: [
|
|
12
|
-
{
|
|
13
|
-
name: 'description',
|
|
14
|
-
type: 'text',
|
|
15
|
-
label: 'Texto de la descripción',
|
|
16
|
-
mandatory: false,
|
|
17
|
-
example_value: '
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
};
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Titulo_2025_Santorini',
|
|
5
|
+
category: 'Título',
|
|
6
|
+
name: 'Texto azul Genial 2025',
|
|
7
|
+
description: 'Texto azul para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['texto', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'description',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto de la descripción',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Ejemplo de un texto azul llamativo para destacar información importante en la página.'
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type { ComponentMetadata } from '../interfaces/types';
|
|
2
|
+
|
|
3
|
+
export const metadata: ComponentMetadata = {
|
|
4
|
+
component_name: 'Video_2025_Polop',
|
|
5
|
+
category: 'Contenido',
|
|
6
|
+
name: 'Item con vídeo Genial 2025',
|
|
7
|
+
description: 'Item con vídeo para el directorio de Genial en la corporativa de Lefebvre',
|
|
8
|
+
framework: 'Astro',
|
|
9
|
+
priority: 1,
|
|
10
|
+
tags: ['video', 'genial'],
|
|
11
|
+
fields: [
|
|
12
|
+
{
|
|
13
|
+
name: 'title',
|
|
14
|
+
type: 'text',
|
|
15
|
+
label: 'Texto del título',
|
|
16
|
+
mandatory: false,
|
|
17
|
+
example_value: 'Gatos adorables que te alegrarán el día'
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
name: 'description',
|
|
21
|
+
type: 'text',
|
|
22
|
+
label: 'Texto de la descripción',
|
|
23
|
+
mandatory: false,
|
|
24
|
+
example_value: 'Los gatos son criaturas maravillosas que traen alegría y compañía a nuestras vidas.'
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
name: 'iframeSrc',
|
|
28
|
+
type: 'text',
|
|
29
|
+
label: 'URL del vídeo/iframe',
|
|
30
|
+
mandatory: false,
|
|
31
|
+
example_value: 'https://lefebvre.es/genia-l/videos/genial/video-trazabilidad.mp4'
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
const {
|
|
4
|
+
title='',
|
|
5
|
+
description='',
|
|
6
|
+
iframeSrc=''
|
|
7
|
+
} = Astro.props;
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
<div class="w-full flex flex-col lg:flex-row flex-1 gap-[48px]">
|
|
13
|
+
<div class="w-full flex flex-col justify-center">
|
|
14
|
+
<h3 class="text-[28px] md:text-[32px] leading-[36px] mb-[32px] text-[#262626] font-normal not-italic font-poppins" set:html={title}></h3>
|
|
15
|
+
<p class="text-[#363942] font-inter font-normal text-base not-italic leading-[24px]" set:html={description}></p>
|
|
16
|
+
</div>
|
|
17
|
+
<div class="w-full lg:w-2/2 flex items-start">
|
|
18
|
+
{/* <img src="/assets/images/genial/gradient-bg.webp" alt="Imagen" class="w-full h-auto rounded-xl" /> */}
|
|
19
|
+
<video autoplay loop muted playsinline class="w-full h-auto rounded-xl">
|
|
20
|
+
<source src={iframeSrc} type="video/mp4" />
|
|
21
|
+
</video>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
+
import Video_2025_Polop from './Video_2025_Polop.astro';
|
|
2
3
|
|
|
3
4
|
const {
|
|
4
5
|
items = [],
|
|
@@ -52,40 +53,14 @@ const structuredData = `<script type="application/ld+json">
|
|
|
52
53
|
<article class="w-full flex flex-col items-center justify-center">
|
|
53
54
|
<div class="w-full px-6 md:max-w-7xl px-[24px] md:px-[48px] col my-[0px] md:my-[40px]">
|
|
54
55
|
{items.map((item, index) => (
|
|
55
|
-
<
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
<div class="w-full lg:w-2/2 flex items-start">
|
|
61
|
-
{/* <img src="/assets/images/genial/gradient-bg.webp" alt="Imagen" class="w-full h-auto rounded-xl" /> */}
|
|
62
|
-
<video autoplay loop muted playsinline class="w-full h-auto rounded-xl">
|
|
63
|
-
<source src={item.iframeSrc} type="video/mp4" />
|
|
64
|
-
</video>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
56
|
+
<Video_2025_Polop
|
|
57
|
+
title={item.title}
|
|
58
|
+
description={item.description}
|
|
59
|
+
iframeSrc={item.iframeSrc}
|
|
60
|
+
/>
|
|
67
61
|
))}
|
|
68
62
|
</div>
|
|
69
63
|
</article>
|
|
70
64
|
</section>
|
|
71
65
|
|
|
72
|
-
<style>
|
|
73
|
-
.bg-F2F3F8 {
|
|
74
|
-
background-color: #F2F3F8;
|
|
75
|
-
}
|
|
76
|
-
.active{
|
|
77
|
-
background-color: #ffffff;
|
|
78
|
-
border: 1px solid #5F6168;
|
|
79
|
-
color: black;
|
|
80
|
-
max-width: none;
|
|
81
|
-
max-height: none;
|
|
82
|
-
font-size: 16px;
|
|
83
|
-
|
|
84
|
-
&:hover{
|
|
85
|
-
background-color: #ffffff;
|
|
86
|
-
border: 1px solid #5F6168;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
</style>
|
|
90
|
-
|
|
91
66
|
<Fragment set:html={structuredData} />
|
|
@@ -1,98 +1,98 @@
|
|
|
1
|
-
// FICHERO GENERADO AUTOMÁTICAMENTE usando esto: "npm run generate:registry" ==> NO TOCAR ESTO A MANO (o sus crujo) !!.
|
|
2
|
-
import * as AstroButton from '../carbins/AstroButton.ts';
|
|
3
|
-
import * as CTA_2025_Formentera from '../carbins/CTA_2025_Formentera.ts';
|
|
4
|
-
import * as Cabecera_2025_Barcelona from '../carbins/Cabecera_2025_Barcelona.ts';
|
|
5
|
-
import * as Cabecera_2025_Madrid from '../carbins/Cabecera_2025_Madrid.ts';
|
|
6
|
-
import * as Contenido_2025_Alcorcon from '../carbins/Contenido_2025_Alcorcon.ts';
|
|
7
|
-
import * as Contenido_2025_Cordoba from '../carbins/Contenido_2025_Cordoba.ts';
|
|
8
|
-
import * as Contenido_2025_Granada from '../carbins/Contenido_2025_Granada.ts';
|
|
9
|
-
import * as Contenido_2025_Malaga from '../carbins/Contenido_2025_Malaga.ts';
|
|
10
|
-
import * as Contenido_2025_Montevideo from '../carbins/Contenido_2025_Montevideo.ts';
|
|
11
|
-
import * as CorpFooter from '../carbins/CorpFooter.ts';
|
|
12
|
-
import * as CorpHero from '../carbins/CorpHero.ts';
|
|
13
|
-
import * as FooterCorporativo from '../carbins/FooterCorporativo.ts';
|
|
14
|
-
import * as Footer_2025_Napoles from '../carbins/Footer_2025_Napoles.ts';
|
|
15
|
-
import * as Formulario_2025_Seul from '../carbins/Formulario_2025_Seul.ts';
|
|
16
|
-
import * as Formulario_2025_Teruel from '../carbins/Formulario_2025_Teruel.ts';
|
|
17
|
-
import * as GeometricShapeCard from '../carbins/GeometricShapeCard.ts';
|
|
18
|
-
import * as HeaderCorporativo from '../carbins/HeaderCorporativo.ts';
|
|
19
|
-
import * as ImageTextSimple from '../carbins/ImageTextSimple.ts';
|
|
20
|
-
import * as Imagen_2025_Bogota from '../carbins/Imagen_2025_Bogota.ts';
|
|
21
|
-
import * as ReactButton from '../carbins/ReactButton.ts';
|
|
22
|
-
import * as Repetidor_2025_Cabra from '../carbins/Repetidor_2025_Cabra.ts';
|
|
23
|
-
import * as Repetidor_2025_Dubai from '../carbins/Repetidor_2025_Dubai.ts';
|
|
24
|
-
import * as Repetidor_2025_Estocolmo from '../carbins/Repetidor_2025_Estocolmo.ts';
|
|
25
|
-
import * as Repetidor_2025_Mallorca from '../carbins/Repetidor_2025_Mallorca.ts';
|
|
26
|
-
import * as Repetidor_2025_Menorca from '../carbins/Repetidor_2025_Menorca.ts';
|
|
27
|
-
import * as Repetidor_2025_Michigan from '../carbins/Repetidor_2025_Michigan.ts';
|
|
28
|
-
import * as Repetidor_2025_Orcasitas from '../carbins/Repetidor_2025_Orcasitas.ts';
|
|
29
|
-
import * as Repetidor_2025_Oslo from '../carbins/Repetidor_2025_Oslo.ts';
|
|
30
|
-
import * as Repetidor_2025_Quito from '../carbins/Repetidor_2025_Quito.ts';
|
|
31
|
-
import * as Repetidor_2025_Seattle from '../carbins/Repetidor_2025_Seattle.ts';
|
|
32
|
-
import * as Repetidor_2025_Tokyo from '../carbins/Repetidor_2025_Tokyo.ts';
|
|
33
|
-
import * as Repetidor_2025_Ubeda from '../carbins/Repetidor_2025_Ubeda.ts';
|
|
34
|
-
import * as Repetidor_2025_Yakarta from '../carbins/Repetidor_2025_Yakarta.ts';
|
|
35
|
-
import * as SEO_Head_Section from '../carbins/SEO_Head_Section.ts';
|
|
36
|
-
import * as Separador_2025_Reinosa from '../carbins/Separador_2025_Reinosa.ts';
|
|
37
|
-
import * as SpectrumSeparator from '../carbins/SpectrumSeparator.ts';
|
|
38
|
-
import * as TestPadre from '../carbins/TestPadre.ts';
|
|
39
|
-
import * as TextBox from '../carbins/TextBox.ts';
|
|
40
|
-
import * as TextImageBackground from '../carbins/TextImageBackground.ts';
|
|
41
|
-
import * as TextImageBlock from '../carbins/TextImageBlock.ts';
|
|
42
|
-
import * as TextImageCard from '../carbins/TextImageCard.ts';
|
|
43
|
-
import * as TextImageHeader from '../carbins/TextImageHeader.ts';
|
|
44
|
-
import * as Titulo_2025_Algeciras from '../carbins/Titulo_2025_Algeciras.ts';
|
|
45
|
-
import * as Titulo_2025_Santorini from '../carbins/Titulo_2025_Santorini.ts';
|
|
46
|
-
import * as VideoAutoplay from '../carbins/VideoAutoplay.ts';
|
|
47
|
-
import * as
|
|
48
|
-
import * as VueButton from '../carbins/VueButton.ts';
|
|
49
|
-
|
|
50
|
-
export const components = [
|
|
51
|
-
{component: AstroButton},
|
|
52
|
-
{component: CTA_2025_Formentera},
|
|
53
|
-
{component: Cabecera_2025_Barcelona},
|
|
54
|
-
{component: Cabecera_2025_Madrid},
|
|
55
|
-
{component: Contenido_2025_Alcorcon},
|
|
56
|
-
{component: Contenido_2025_Cordoba},
|
|
57
|
-
{component: Contenido_2025_Granada},
|
|
58
|
-
{component: Contenido_2025_Malaga},
|
|
59
|
-
{component: Contenido_2025_Montevideo},
|
|
60
|
-
{component: CorpFooter},
|
|
61
|
-
{component: CorpHero},
|
|
62
|
-
{component: FooterCorporativo},
|
|
63
|
-
{component: Footer_2025_Napoles},
|
|
64
|
-
{component: Formulario_2025_Seul},
|
|
65
|
-
{component: Formulario_2025_Teruel},
|
|
66
|
-
{component: GeometricShapeCard},
|
|
67
|
-
{component: HeaderCorporativo},
|
|
68
|
-
{component: ImageTextSimple},
|
|
69
|
-
{component: Imagen_2025_Bogota},
|
|
70
|
-
{component: ReactButton},
|
|
71
|
-
{component: Repetidor_2025_Cabra},
|
|
72
|
-
{component: Repetidor_2025_Dubai},
|
|
73
|
-
{component: Repetidor_2025_Estocolmo},
|
|
74
|
-
{component: Repetidor_2025_Mallorca},
|
|
75
|
-
{component: Repetidor_2025_Menorca},
|
|
76
|
-
{component: Repetidor_2025_Michigan},
|
|
77
|
-
{component: Repetidor_2025_Orcasitas},
|
|
78
|
-
{component: Repetidor_2025_Oslo},
|
|
79
|
-
{component: Repetidor_2025_Quito},
|
|
80
|
-
{component: Repetidor_2025_Seattle},
|
|
81
|
-
{component: Repetidor_2025_Tokyo},
|
|
82
|
-
{component: Repetidor_2025_Ubeda},
|
|
83
|
-
{component: Repetidor_2025_Yakarta},
|
|
84
|
-
{component: SEO_Head_Section},
|
|
85
|
-
{component: Separador_2025_Reinosa},
|
|
86
|
-
{component: SpectrumSeparator},
|
|
87
|
-
{component: TestPadre},
|
|
88
|
-
{component: TextBox},
|
|
89
|
-
{component: TextImageBackground},
|
|
90
|
-
{component: TextImageBlock},
|
|
91
|
-
{component: TextImageCard},
|
|
92
|
-
{component: TextImageHeader},
|
|
93
|
-
{component: Titulo_2025_Algeciras},
|
|
94
|
-
{component: Titulo_2025_Santorini},
|
|
95
|
-
{component: VideoAutoplay},
|
|
96
|
-
{component:
|
|
97
|
-
{component: VueButton},
|
|
98
|
-
];
|
|
1
|
+
// FICHERO GENERADO AUTOMÁTICAMENTE usando esto: "npm run generate:registry" ==> NO TOCAR ESTO A MANO (o sus crujo) !!.
|
|
2
|
+
import * as AstroButton from '../carbins/AstroButton.ts';
|
|
3
|
+
import * as CTA_2025_Formentera from '../carbins/CTA_2025_Formentera.ts';
|
|
4
|
+
import * as Cabecera_2025_Barcelona from '../carbins/Cabecera_2025_Barcelona.ts';
|
|
5
|
+
import * as Cabecera_2025_Madrid from '../carbins/Cabecera_2025_Madrid.ts';
|
|
6
|
+
import * as Contenido_2025_Alcorcon from '../carbins/Contenido_2025_Alcorcon.ts';
|
|
7
|
+
import * as Contenido_2025_Cordoba from '../carbins/Contenido_2025_Cordoba.ts';
|
|
8
|
+
import * as Contenido_2025_Granada from '../carbins/Contenido_2025_Granada.ts';
|
|
9
|
+
import * as Contenido_2025_Malaga from '../carbins/Contenido_2025_Malaga.ts';
|
|
10
|
+
import * as Contenido_2025_Montevideo from '../carbins/Contenido_2025_Montevideo.ts';
|
|
11
|
+
import * as CorpFooter from '../carbins/CorpFooter.ts';
|
|
12
|
+
import * as CorpHero from '../carbins/CorpHero.ts';
|
|
13
|
+
import * as FooterCorporativo from '../carbins/FooterCorporativo.ts';
|
|
14
|
+
import * as Footer_2025_Napoles from '../carbins/Footer_2025_Napoles.ts';
|
|
15
|
+
import * as Formulario_2025_Seul from '../carbins/Formulario_2025_Seul.ts';
|
|
16
|
+
import * as Formulario_2025_Teruel from '../carbins/Formulario_2025_Teruel.ts';
|
|
17
|
+
import * as GeometricShapeCard from '../carbins/GeometricShapeCard.ts';
|
|
18
|
+
import * as HeaderCorporativo from '../carbins/HeaderCorporativo.ts';
|
|
19
|
+
import * as ImageTextSimple from '../carbins/ImageTextSimple.ts';
|
|
20
|
+
import * as Imagen_2025_Bogota from '../carbins/Imagen_2025_Bogota.ts';
|
|
21
|
+
import * as ReactButton from '../carbins/ReactButton.ts';
|
|
22
|
+
import * as Repetidor_2025_Cabra from '../carbins/Repetidor_2025_Cabra.ts';
|
|
23
|
+
import * as Repetidor_2025_Dubai from '../carbins/Repetidor_2025_Dubai.ts';
|
|
24
|
+
import * as Repetidor_2025_Estocolmo from '../carbins/Repetidor_2025_Estocolmo.ts';
|
|
25
|
+
import * as Repetidor_2025_Mallorca from '../carbins/Repetidor_2025_Mallorca.ts';
|
|
26
|
+
import * as Repetidor_2025_Menorca from '../carbins/Repetidor_2025_Menorca.ts';
|
|
27
|
+
import * as Repetidor_2025_Michigan from '../carbins/Repetidor_2025_Michigan.ts';
|
|
28
|
+
import * as Repetidor_2025_Orcasitas from '../carbins/Repetidor_2025_Orcasitas.ts';
|
|
29
|
+
import * as Repetidor_2025_Oslo from '../carbins/Repetidor_2025_Oslo.ts';
|
|
30
|
+
import * as Repetidor_2025_Quito from '../carbins/Repetidor_2025_Quito.ts';
|
|
31
|
+
import * as Repetidor_2025_Seattle from '../carbins/Repetidor_2025_Seattle.ts';
|
|
32
|
+
import * as Repetidor_2025_Tokyo from '../carbins/Repetidor_2025_Tokyo.ts';
|
|
33
|
+
import * as Repetidor_2025_Ubeda from '../carbins/Repetidor_2025_Ubeda.ts';
|
|
34
|
+
import * as Repetidor_2025_Yakarta from '../carbins/Repetidor_2025_Yakarta.ts';
|
|
35
|
+
import * as SEO_Head_Section from '../carbins/SEO_Head_Section.ts';
|
|
36
|
+
import * as Separador_2025_Reinosa from '../carbins/Separador_2025_Reinosa.ts';
|
|
37
|
+
import * as SpectrumSeparator from '../carbins/SpectrumSeparator.ts';
|
|
38
|
+
import * as TestPadre from '../carbins/TestPadre.ts';
|
|
39
|
+
import * as TextBox from '../carbins/TextBox.ts';
|
|
40
|
+
import * as TextImageBackground from '../carbins/TextImageBackground.ts';
|
|
41
|
+
import * as TextImageBlock from '../carbins/TextImageBlock.ts';
|
|
42
|
+
import * as TextImageCard from '../carbins/TextImageCard.ts';
|
|
43
|
+
import * as TextImageHeader from '../carbins/TextImageHeader.ts';
|
|
44
|
+
import * as Titulo_2025_Algeciras from '../carbins/Titulo_2025_Algeciras.ts';
|
|
45
|
+
import * as Titulo_2025_Santorini from '../carbins/Titulo_2025_Santorini.ts';
|
|
46
|
+
import * as VideoAutoplay from '../carbins/VideoAutoplay.ts';
|
|
47
|
+
import * as Video_2025_Polop from '../carbins/Video_2025_Polop.ts';
|
|
48
|
+
import * as VueButton from '../carbins/VueButton.ts';
|
|
49
|
+
|
|
50
|
+
export const components = [
|
|
51
|
+
{component: AstroButton},
|
|
52
|
+
{component: CTA_2025_Formentera},
|
|
53
|
+
{component: Cabecera_2025_Barcelona},
|
|
54
|
+
{component: Cabecera_2025_Madrid},
|
|
55
|
+
{component: Contenido_2025_Alcorcon},
|
|
56
|
+
{component: Contenido_2025_Cordoba},
|
|
57
|
+
{component: Contenido_2025_Granada},
|
|
58
|
+
{component: Contenido_2025_Malaga},
|
|
59
|
+
{component: Contenido_2025_Montevideo},
|
|
60
|
+
{component: CorpFooter},
|
|
61
|
+
{component: CorpHero},
|
|
62
|
+
{component: FooterCorporativo},
|
|
63
|
+
{component: Footer_2025_Napoles},
|
|
64
|
+
{component: Formulario_2025_Seul},
|
|
65
|
+
{component: Formulario_2025_Teruel},
|
|
66
|
+
{component: GeometricShapeCard},
|
|
67
|
+
{component: HeaderCorporativo},
|
|
68
|
+
{component: ImageTextSimple},
|
|
69
|
+
{component: Imagen_2025_Bogota},
|
|
70
|
+
{component: ReactButton},
|
|
71
|
+
{component: Repetidor_2025_Cabra},
|
|
72
|
+
{component: Repetidor_2025_Dubai},
|
|
73
|
+
{component: Repetidor_2025_Estocolmo},
|
|
74
|
+
{component: Repetidor_2025_Mallorca},
|
|
75
|
+
{component: Repetidor_2025_Menorca},
|
|
76
|
+
{component: Repetidor_2025_Michigan},
|
|
77
|
+
{component: Repetidor_2025_Orcasitas},
|
|
78
|
+
{component: Repetidor_2025_Oslo},
|
|
79
|
+
{component: Repetidor_2025_Quito},
|
|
80
|
+
{component: Repetidor_2025_Seattle},
|
|
81
|
+
{component: Repetidor_2025_Tokyo},
|
|
82
|
+
{component: Repetidor_2025_Ubeda},
|
|
83
|
+
{component: Repetidor_2025_Yakarta},
|
|
84
|
+
{component: SEO_Head_Section},
|
|
85
|
+
{component: Separador_2025_Reinosa},
|
|
86
|
+
{component: SpectrumSeparator},
|
|
87
|
+
{component: TestPadre},
|
|
88
|
+
{component: TextBox},
|
|
89
|
+
{component: TextImageBackground},
|
|
90
|
+
{component: TextImageBlock},
|
|
91
|
+
{component: TextImageCard},
|
|
92
|
+
{component: TextImageHeader},
|
|
93
|
+
{component: Titulo_2025_Algeciras},
|
|
94
|
+
{component: Titulo_2025_Santorini},
|
|
95
|
+
{component: VideoAutoplay},
|
|
96
|
+
{component: Video_2025_Polop},
|
|
97
|
+
{component: VueButton},
|
|
98
|
+
];
|