libreria-astro-lefebvre 0.0.28 → 0.0.30
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/README.md +46 -46
- package/package.json +30 -30
- package/src/carbins/AstroButton.ts +34 -34
- package/src/carbins/CTA_2025_Formentera.ts +47 -47
- package/src/carbins/Cabecera_2025_Barcelona.ts +34 -34
- package/src/carbins/Cabecera_2025_Madrid.ts +34 -34
- 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/Footer_2025_Napoles.ts +12 -12
- package/src/carbins/Formulario_2025_Seul.ts +56 -56
- package/src/carbins/Imagen_2025_Bogota.ts +76 -76
- package/src/carbins/ReactButton.ts +32 -32
- package/src/carbins/Repetidor_2025_Cabra.ts +12 -12
- package/src/carbins/Repetidor_2025_Dubai.ts +48 -48
- package/src/carbins/Repetidor_2025_Estocolmo.ts +12 -12
- package/src/carbins/Repetidor_2025_Mallorca.ts +75 -75
- package/src/carbins/Repetidor_2025_Menorca.ts +75 -75
- package/src/carbins/Repetidor_2025_Michigan.ts +21 -21
- package/src/carbins/Repetidor_2025_Orcasitas.ts +34 -34
- package/src/carbins/Repetidor_2025_Oslo.ts +12 -12
- package/src/carbins/Repetidor_2025_Quito.ts +20 -20
- package/src/carbins/Repetidor_2025_Seattle.ts +12 -12
- package/src/carbins/Repetidor_2025_Tokyo.ts +48 -48
- package/src/carbins/Repetidor_2025_Ubeda.ts +12 -12
- package/src/carbins/Repetidor_2025_Yakarta.ts +12 -12
- package/src/carbins/SEO_Head_Section.ts +49 -49
- package/src/carbins/Separador_2025_Reinosa.ts +12 -12
- package/src/carbins/Titulo_2025_Algeciras.ts +51 -51
- package/src/carbins/Titulo_2025_Santorini.ts +20 -20
- package/src/carbins/Video_2025_Valencia.ts +12 -12
- package/src/carbins/VueButton.ts +35 -35
- package/src/components/Astro/Button.astro +5 -5
- package/src/components/Astro/CTA_2025_Formentera.astro +38 -38
- package/src/components/Astro/Cabecera_2025_Barcelona.astro +55 -55
- package/src/components/Astro/Cabecera_2025_Madrid.astro +176 -176
- package/src/components/Astro/Contenido_2025_Alcorcon.astro +48 -78
- package/src/components/Astro/Contenido_2025_Granada.astro +239 -239
- package/src/components/Astro/Contenido_2025_Malaga.astro +162 -162
- package/src/components/Astro/Contenido_2025_Montevideo.astro +35 -35
- package/src/components/Astro/Footer_2025_Napoles.astro +134 -134
- package/src/components/Astro/Formulario_2025_Seul.astro +91 -91
- package/src/components/Astro/Imagen_2025_Bogota.astro +61 -61
- package/src/components/Astro/Repetidor_2025_Cabra.astro +152 -152
- package/src/components/Astro/Repetidor_2025_Cordoba.astro +132 -132
- package/src/components/Astro/Repetidor_2025_Dubai.astro +29 -29
- package/src/components/Astro/Repetidor_2025_Estocolmo.astro +22 -22
- package/src/components/Astro/Repetidor_2025_Mallorca.astro +42 -42
- package/src/components/Astro/Repetidor_2025_Menorca.astro +43 -43
- package/src/components/Astro/Repetidor_2025_Michigan.astro +45 -45
- package/src/components/Astro/Repetidor_2025_Orcasitas.astro +2 -0
- package/src/components/Astro/Repetidor_2025_Oslo.astro +76 -76
- package/src/components/Astro/Repetidor_2025_Quito.astro +61 -61
- package/src/components/Astro/Repetidor_2025_Seattle.astro +22 -22
- package/src/components/Astro/Repetidor_2025_Tokyo.astro +56 -56
- package/src/components/Astro/Repetidor_2025_Ubeda.astro +39 -39
- package/src/components/Astro/Repetidor_2025_Yakarta.astro +203 -203
- package/src/components/Astro/SEO_Head_Section.astro +32 -32
- package/src/components/Astro/Separador_2025_Reinosa.astro +3 -3
- package/src/components/Astro/Titulo_2025_Algeciras.astro +57 -57
- package/src/components/Astro/Titulo_2025_Santorini.astro +8 -8
- package/src/components/Astro/Video_2025_Valencia.astro +0 -1
- package/src/generated/componentRegistry.ts +96 -96
- package/src/index.ts +123 -123
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
---
|
|
2
|
-
const {
|
|
3
|
-
title,
|
|
4
|
-
description,
|
|
5
|
-
robots = 'index, follow',
|
|
6
|
-
canonical = Astro.url.href.endsWith('/') ? Astro.url.href : Astro.url.href + '/',
|
|
7
|
-
shareImgSrc,
|
|
8
|
-
subdirectory = '',
|
|
9
|
-
} = Astro.props;
|
|
10
|
-
|
|
11
|
-
const currentUrl = Astro.url.href.replace(/^(https?:\/\/[^\/]+)/, `$1${subdirectory}`);
|
|
12
|
-
const normalizedUrl = currentUrl.endsWith('/') ? currentUrl : currentUrl + '/';
|
|
13
|
-
|
|
14
|
-
---
|
|
15
|
-
<title>{title}</title>
|
|
16
|
-
<meta name="description" content={description} />
|
|
17
|
-
<meta name="robots" content={robots} />
|
|
18
|
-
<link rel="canonical" href={canonical.replace(/^(https?:\/\/[^\/]+)/, `$1${subdirectory}`)} />
|
|
19
|
-
|
|
20
|
-
<!-- Open Graph / Facebook -->
|
|
21
|
-
<meta property="og:type" content="website" />
|
|
22
|
-
<meta property="og:url" content={normalizedUrl} />
|
|
23
|
-
<meta property="og:title" content={title} />
|
|
24
|
-
<meta property="og:description" content={description} />
|
|
25
|
-
{shareImgSrc && <meta property="og:image" content={shareImgSrc} />}
|
|
26
|
-
|
|
27
|
-
<!-- Twitter -->
|
|
28
|
-
<meta property="twitter:card" content="summary_large_image" />
|
|
29
|
-
<meta property="twitter:url" content={normalizedUrl} />
|
|
30
|
-
<meta property="twitter:title" content={title} />
|
|
31
|
-
<meta property="twitter:description" content={description} />
|
|
32
|
-
{shareImgSrc && <meta property="twitter:image" content={shareImgSrc} />}
|
|
1
|
+
---
|
|
2
|
+
const {
|
|
3
|
+
title,
|
|
4
|
+
description,
|
|
5
|
+
robots = 'index, follow',
|
|
6
|
+
canonical = Astro.url.href.endsWith('/') ? Astro.url.href : Astro.url.href + '/',
|
|
7
|
+
shareImgSrc,
|
|
8
|
+
subdirectory = '',
|
|
9
|
+
} = Astro.props;
|
|
10
|
+
|
|
11
|
+
const currentUrl = Astro.url.href.replace(/^(https?:\/\/[^\/]+)/, `$1${subdirectory}`);
|
|
12
|
+
const normalizedUrl = currentUrl.endsWith('/') ? currentUrl : currentUrl + '/';
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
<title>{title}</title>
|
|
16
|
+
<meta name="description" content={description} />
|
|
17
|
+
<meta name="robots" content={robots} />
|
|
18
|
+
<link rel="canonical" href={canonical.replace(/^(https?:\/\/[^\/]+)/, `$1${subdirectory}`)} />
|
|
19
|
+
|
|
20
|
+
<!-- Open Graph / Facebook -->
|
|
21
|
+
<meta property="og:type" content="website" />
|
|
22
|
+
<meta property="og:url" content={normalizedUrl} />
|
|
23
|
+
<meta property="og:title" content={title} />
|
|
24
|
+
<meta property="og:description" content={description} />
|
|
25
|
+
{shareImgSrc && <meta property="og:image" content={shareImgSrc} />}
|
|
26
|
+
|
|
27
|
+
<!-- Twitter -->
|
|
28
|
+
<meta property="twitter:card" content="summary_large_image" />
|
|
29
|
+
<meta property="twitter:url" content={normalizedUrl} />
|
|
30
|
+
<meta property="twitter:title" content={title} />
|
|
31
|
+
<meta property="twitter:description" content={description} />
|
|
32
|
+
{shareImgSrc && <meta property="twitter:image" content={shareImgSrc} />}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
---
|
|
2
|
-
const {} = Astro.props;
|
|
3
|
-
---
|
|
1
|
+
---
|
|
2
|
+
const {} = Astro.props;
|
|
3
|
+
---
|
|
4
4
|
<div class="w-full h-4 bg-gradient-to-r from-indigo-900 via-blue-600 to-pink-500"></div>
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
---
|
|
2
|
-
|
|
3
|
-
const {
|
|
4
|
-
title,
|
|
5
|
-
h1Subtitle,
|
|
6
|
-
description = "",
|
|
7
|
-
tipo = "",
|
|
8
|
-
descriptionWidth = "1/3", // 1/3 3/5 full
|
|
9
|
-
flexJustify = "justify-center"
|
|
10
|
-
} = Astro.props;
|
|
11
|
-
|
|
12
|
-
const structuredData = `<script type="application/ld+json">
|
|
13
|
-
{
|
|
14
|
-
"@context": "https://schema.org",
|
|
15
|
-
"@type": "WebPageElement",
|
|
16
|
-
"name": "${title}",
|
|
17
|
-
"description": "${description}",
|
|
18
|
-
"headline": "${title}",
|
|
19
|
-
"mainEntityOfPage": {
|
|
20
|
-
"@type": "WebPage"
|
|
21
|
-
},
|
|
22
|
-
"author": {
|
|
23
|
-
"@type": "Organization",
|
|
24
|
-
"name": "Lefebvre"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
</script>`;
|
|
28
|
-
|
|
29
|
-
---
|
|
30
|
-
|
|
31
|
-
<div class={`w-full md:w-3/5 max-w-auto md:w-full flex ${flexJustify === 'justify-center' ? 'justify-center' : 'justify-start'} flex-col
|
|
32
|
-
{h1Subtitle && h1Subtitle.trim() !== "" && (
|
|
33
|
-
tipo === "h1" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] px-6 md:mb-[48px]" set:html={h1Subtitle}></h2>
|
|
34
|
-
: tipo === "h1-home" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] mb-[0px] mt-[32px] md:mt-[80px]" set:html={h1Subtitle}></h2>
|
|
35
|
-
: tipo === "h1-40" ? <h2 class="font-poppins text-[#262626] text-[40px] font-normal text-center leading-[48px] mb-[0] md:mb-[32px]" set:html={h1Subtitle}></h2>
|
|
36
|
-
: null
|
|
37
|
-
)}
|
|
38
|
-
{
|
|
39
|
-
h1Subtitle && h1Subtitle.trim() !== ""
|
|
40
|
-
? <h1 class="font-poppins text-[#262626] text-[20px] md:text-[24px] font-normal text-center leading-[24px] my-[32px] md:mb-[32px]" set:html={title}></h1>
|
|
41
|
-
: tipo === "h1" ? <h1 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] px-6 md:my-[48px]" set:html={title}></h1>
|
|
42
|
-
: tipo === "h1-home" ? <h1 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] mb-[0] md:mb-[64px] mt-[32px] md:mt-[80px]" set:html={title}></h1>
|
|
43
|
-
: tipo === "h1-40" ? <h1 class="font-poppins text-[#262626] text-[40px] font-normal text-center leading-[48px] mb-[0] md:mb-[32px]" set:html={title}></h1>
|
|
44
|
-
: tipo === "h2" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[40px] font-normal text-center leading-[48px] my-[32px] md:mb-[32px]" set:html={title}></h2>
|
|
45
|
-
: tipo === "h2-mb64" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[40px] font-normal text-center leading-[44px] md:leading-[48px] p-6 md:p-2 md:pb-6 mb-[0]" set:html={title}></h2>
|
|
46
|
-
: tipo === "h3" ? <h3 class="font-poppins text-[#262626] text-[24px] font-semibold text-center leading-[32px] mb-[8px]" set:html={title}></h3>
|
|
47
|
-
: tipo === "h3-mb32" ? <h3 class="font-poppins text-[#262626] text-[32px] font-normal text-left leading-[40px] mb-[32px]" set:html={title}></h3>
|
|
48
|
-
: tipo === "h4" ? <h4 class="font-poppins text-[#262626] text-center" set:html={title}></h4>
|
|
49
|
-
: tipo === "h5" ? <h5 class="font-poppins text-[#262626] text-center" set:html={title}></h5>
|
|
50
|
-
: tipo === "h6" ? <h6 class="font-poppins text-[#262626] text-center" set:html={title}></h6>
|
|
51
|
-
: <p>{title}</p>
|
|
52
|
-
}
|
|
53
|
-
{description && description.trim() !== "" && (
|
|
54
|
-
<div class={`w-full md:w-${descriptionWidth} text-[#363942] mx-auto font-inter text-base font-normal leading-[28px] mb-8 text-center`} set:html={description}></div>
|
|
55
|
-
)}
|
|
56
|
-
</div>
|
|
57
|
-
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
const {
|
|
4
|
+
title,
|
|
5
|
+
h1Subtitle,
|
|
6
|
+
description = "",
|
|
7
|
+
tipo = "",
|
|
8
|
+
descriptionWidth = "1/3", // 1/3 3/5 full
|
|
9
|
+
flexJustify = "justify-center"
|
|
10
|
+
} = Astro.props;
|
|
11
|
+
|
|
12
|
+
const structuredData = `<script type="application/ld+json">
|
|
13
|
+
{
|
|
14
|
+
"@context": "https://schema.org",
|
|
15
|
+
"@type": "WebPageElement",
|
|
16
|
+
"name": "${title}",
|
|
17
|
+
"description": "${description}",
|
|
18
|
+
"headline": "${title}",
|
|
19
|
+
"mainEntityOfPage": {
|
|
20
|
+
"@type": "WebPage"
|
|
21
|
+
},
|
|
22
|
+
"author": {
|
|
23
|
+
"@type": "Organization",
|
|
24
|
+
"name": "Lefebvre"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
</script>`;
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
<div class={`w-full md:w-3/5 max-w-auto md:w-full flex ${flexJustify === 'justify-center' ? 'justify-center' : 'justify-start'} flex-col`}>
|
|
32
|
+
{h1Subtitle && h1Subtitle.trim() !== "" && (
|
|
33
|
+
tipo === "h1" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] px-6 md:mb-[48px]" set:html={h1Subtitle}></h2>
|
|
34
|
+
: tipo === "h1-home" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] mb-[0px] mt-[32px] md:mt-[80px]" set:html={h1Subtitle}></h2>
|
|
35
|
+
: tipo === "h1-40" ? <h2 class="font-poppins text-[#262626] text-[40px] font-normal text-center leading-[48px] mb-[0] md:mb-[32px]" set:html={h1Subtitle}></h2>
|
|
36
|
+
: null
|
|
37
|
+
)}
|
|
38
|
+
{
|
|
39
|
+
h1Subtitle && h1Subtitle.trim() !== ""
|
|
40
|
+
? <h1 class="font-poppins text-[#262626] text-[20px] md:text-[24px] font-normal text-center leading-[24px] my-[32px] md:mb-[32px]" set:html={title}></h1>
|
|
41
|
+
: tipo === "h1" ? <h1 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] px-6 md:my-[48px]" set:html={title}></h1>
|
|
42
|
+
: tipo === "h1-home" ? <h1 class="font-poppins text-[#262626] text-[36px] md:text-[56px] font-normal text-center leading-[44px] md:leading-[64px] mb-[0] md:mb-[64px] mt-[32px] md:mt-[80px]" set:html={title}></h1>
|
|
43
|
+
: tipo === "h1-40" ? <h1 class="font-poppins text-[#262626] text-[40px] font-normal text-center leading-[48px] mb-[0] md:mb-[32px]" set:html={title}></h1>
|
|
44
|
+
: tipo === "h2" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[40px] font-normal text-center leading-[48px] my-[32px] md:mb-[32px]" set:html={title}></h2>
|
|
45
|
+
: tipo === "h2-mb64" ? <h2 class="font-poppins text-[#262626] text-[36px] md:text-[40px] font-normal text-center leading-[44px] md:leading-[48px] p-6 md:p-2 md:pb-6 mb-[0]" set:html={title}></h2>
|
|
46
|
+
: tipo === "h3" ? <h3 class="font-poppins text-[#262626] text-[24px] font-semibold text-center leading-[32px] mb-[8px]" set:html={title}></h3>
|
|
47
|
+
: tipo === "h3-mb32" ? <h3 class="font-poppins text-[#262626] text-[32px] font-normal text-left leading-[40px] mb-[32px]" set:html={title}></h3>
|
|
48
|
+
: tipo === "h4" ? <h4 class="font-poppins text-[#262626] text-center" set:html={title}></h4>
|
|
49
|
+
: tipo === "h5" ? <h5 class="font-poppins text-[#262626] text-center" set:html={title}></h5>
|
|
50
|
+
: tipo === "h6" ? <h6 class="font-poppins text-[#262626] text-center" set:html={title}></h6>
|
|
51
|
+
: <p>{title}</p>
|
|
52
|
+
}
|
|
53
|
+
{description && description.trim() !== "" && (
|
|
54
|
+
<div class={`w-full md:w-${descriptionWidth} text-[#363942] mx-auto font-inter text-base font-normal leading-[28px] mb-8 text-center`} set:html={description}></div>
|
|
55
|
+
)}
|
|
56
|
+
</div>
|
|
57
|
+
|
|
58
58
|
<Fragment set:html={structuredData} />
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
---
|
|
2
|
-
|
|
3
|
-
const {
|
|
4
|
-
description = "",
|
|
5
|
-
} = Astro.props;
|
|
6
|
-
|
|
7
|
-
---
|
|
8
|
-
|
|
1
|
+
---
|
|
2
|
+
|
|
3
|
+
const {
|
|
4
|
+
description = "",
|
|
5
|
+
} = Astro.props;
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
9
|
<p class="font-poppins text-[#001978] text-[14px] font-semibold text-left leading-[20px] tracking-[2px] uppercase mb-[4px]">{description}</p>
|
|
@@ -29,7 +29,6 @@ const structuredData = `<script type="application/ld+json">
|
|
|
29
29
|
"contentUrl": "${item.iframeSrc || ''}",
|
|
30
30
|
"embedUrl": "${item.iframeSrc || ''}",
|
|
31
31
|
"uploadDate": "${new Date().toISOString()}",
|
|
32
|
-
"duration": "PT0M",
|
|
33
32
|
"interactionStatistic": {
|
|
34
33
|
"@type": "InteractionCounter",
|
|
35
34
|
"interactionType": "https://schema.org/WatchAction",
|
|
@@ -1,96 +1,96 @@
|
|
|
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 GeometricShapeCard from '../carbins/GeometricShapeCard.ts';
|
|
17
|
-
import * as HeaderCorporativo from '../carbins/HeaderCorporativo.ts';
|
|
18
|
-
import * as ImageTextSimple from '../carbins/ImageTextSimple.ts';
|
|
19
|
-
import * as Imagen_2025_Bogota from '../carbins/Imagen_2025_Bogota.ts';
|
|
20
|
-
import * as ReactButton from '../carbins/ReactButton.ts';
|
|
21
|
-
import * as Repetidor_2025_Cabra from '../carbins/Repetidor_2025_Cabra.ts';
|
|
22
|
-
import * as Repetidor_2025_Dubai from '../carbins/Repetidor_2025_Dubai.ts';
|
|
23
|
-
import * as Repetidor_2025_Estocolmo from '../carbins/Repetidor_2025_Estocolmo.ts';
|
|
24
|
-
import * as Repetidor_2025_Mallorca from '../carbins/Repetidor_2025_Mallorca.ts';
|
|
25
|
-
import * as Repetidor_2025_Menorca from '../carbins/Repetidor_2025_Menorca.ts';
|
|
26
|
-
import * as Repetidor_2025_Michigan from '../carbins/Repetidor_2025_Michigan.ts';
|
|
27
|
-
import * as Repetidor_2025_Orcasitas from '../carbins/Repetidor_2025_Orcasitas.ts';
|
|
28
|
-
import * as Repetidor_2025_Oslo from '../carbins/Repetidor_2025_Oslo.ts';
|
|
29
|
-
import * as Repetidor_2025_Quito from '../carbins/Repetidor_2025_Quito.ts';
|
|
30
|
-
import * as Repetidor_2025_Seattle from '../carbins/Repetidor_2025_Seattle.ts';
|
|
31
|
-
import * as Repetidor_2025_Tokyo from '../carbins/Repetidor_2025_Tokyo.ts';
|
|
32
|
-
import * as Repetidor_2025_Ubeda from '../carbins/Repetidor_2025_Ubeda.ts';
|
|
33
|
-
import * as Repetidor_2025_Yakarta from '../carbins/Repetidor_2025_Yakarta.ts';
|
|
34
|
-
import * as SEO_Head_Section from '../carbins/SEO_Head_Section.ts';
|
|
35
|
-
import * as Separador_2025_Reinosa from '../carbins/Separador_2025_Reinosa.ts';
|
|
36
|
-
import * as SpectrumSeparator from '../carbins/SpectrumSeparator.ts';
|
|
37
|
-
import * as TestPadre from '../carbins/TestPadre.ts';
|
|
38
|
-
import * as TextBox from '../carbins/TextBox.ts';
|
|
39
|
-
import * as TextImageBackground from '../carbins/TextImageBackground.ts';
|
|
40
|
-
import * as TextImageBlock from '../carbins/TextImageBlock.ts';
|
|
41
|
-
import * as TextImageCard from '../carbins/TextImageCard.ts';
|
|
42
|
-
import * as TextImageHeader from '../carbins/TextImageHeader.ts';
|
|
43
|
-
import * as Titulo_2025_Algeciras from '../carbins/Titulo_2025_Algeciras.ts';
|
|
44
|
-
import * as Titulo_2025_Santorini from '../carbins/Titulo_2025_Santorini.ts';
|
|
45
|
-
import * as VideoAutoplay from '../carbins/VideoAutoplay.ts';
|
|
46
|
-
import * as Video_2025_Valencia from '../carbins/Video_2025_Valencia.ts';
|
|
47
|
-
import * as VueButton from '../carbins/VueButton.ts';
|
|
48
|
-
|
|
49
|
-
export const components = [
|
|
50
|
-
{component: AstroButton},
|
|
51
|
-
{component: CTA_2025_Formentera},
|
|
52
|
-
{component: Cabecera_2025_Barcelona},
|
|
53
|
-
{component: Cabecera_2025_Madrid},
|
|
54
|
-
{component: Contenido_2025_Alcorcon},
|
|
55
|
-
{component: Contenido_2025_Cordoba},
|
|
56
|
-
{component: Contenido_2025_Granada},
|
|
57
|
-
{component: Contenido_2025_Malaga},
|
|
58
|
-
{component: Contenido_2025_Montevideo},
|
|
59
|
-
{component: CorpFooter},
|
|
60
|
-
{component: CorpHero},
|
|
61
|
-
{component: FooterCorporativo},
|
|
62
|
-
{component: Footer_2025_Napoles},
|
|
63
|
-
{component: Formulario_2025_Seul},
|
|
64
|
-
{component: GeometricShapeCard},
|
|
65
|
-
{component: HeaderCorporativo},
|
|
66
|
-
{component: ImageTextSimple},
|
|
67
|
-
{component: Imagen_2025_Bogota},
|
|
68
|
-
{component: ReactButton},
|
|
69
|
-
{component: Repetidor_2025_Cabra},
|
|
70
|
-
{component: Repetidor_2025_Dubai},
|
|
71
|
-
{component: Repetidor_2025_Estocolmo},
|
|
72
|
-
{component: Repetidor_2025_Mallorca},
|
|
73
|
-
{component: Repetidor_2025_Menorca},
|
|
74
|
-
{component: Repetidor_2025_Michigan},
|
|
75
|
-
{component: Repetidor_2025_Orcasitas},
|
|
76
|
-
{component: Repetidor_2025_Oslo},
|
|
77
|
-
{component: Repetidor_2025_Quito},
|
|
78
|
-
{component: Repetidor_2025_Seattle},
|
|
79
|
-
{component: Repetidor_2025_Tokyo},
|
|
80
|
-
{component: Repetidor_2025_Ubeda},
|
|
81
|
-
{component: Repetidor_2025_Yakarta},
|
|
82
|
-
{component: SEO_Head_Section},
|
|
83
|
-
{component: Separador_2025_Reinosa},
|
|
84
|
-
{component: SpectrumSeparator},
|
|
85
|
-
{component: TestPadre},
|
|
86
|
-
{component: TextBox},
|
|
87
|
-
{component: TextImageBackground},
|
|
88
|
-
{component: TextImageBlock},
|
|
89
|
-
{component: TextImageCard},
|
|
90
|
-
{component: TextImageHeader},
|
|
91
|
-
{component: Titulo_2025_Algeciras},
|
|
92
|
-
{component: Titulo_2025_Santorini},
|
|
93
|
-
{component: VideoAutoplay},
|
|
94
|
-
{component: Video_2025_Valencia},
|
|
95
|
-
{component: VueButton},
|
|
96
|
-
];
|
|
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 GeometricShapeCard from '../carbins/GeometricShapeCard.ts';
|
|
17
|
+
import * as HeaderCorporativo from '../carbins/HeaderCorporativo.ts';
|
|
18
|
+
import * as ImageTextSimple from '../carbins/ImageTextSimple.ts';
|
|
19
|
+
import * as Imagen_2025_Bogota from '../carbins/Imagen_2025_Bogota.ts';
|
|
20
|
+
import * as ReactButton from '../carbins/ReactButton.ts';
|
|
21
|
+
import * as Repetidor_2025_Cabra from '../carbins/Repetidor_2025_Cabra.ts';
|
|
22
|
+
import * as Repetidor_2025_Dubai from '../carbins/Repetidor_2025_Dubai.ts';
|
|
23
|
+
import * as Repetidor_2025_Estocolmo from '../carbins/Repetidor_2025_Estocolmo.ts';
|
|
24
|
+
import * as Repetidor_2025_Mallorca from '../carbins/Repetidor_2025_Mallorca.ts';
|
|
25
|
+
import * as Repetidor_2025_Menorca from '../carbins/Repetidor_2025_Menorca.ts';
|
|
26
|
+
import * as Repetidor_2025_Michigan from '../carbins/Repetidor_2025_Michigan.ts';
|
|
27
|
+
import * as Repetidor_2025_Orcasitas from '../carbins/Repetidor_2025_Orcasitas.ts';
|
|
28
|
+
import * as Repetidor_2025_Oslo from '../carbins/Repetidor_2025_Oslo.ts';
|
|
29
|
+
import * as Repetidor_2025_Quito from '../carbins/Repetidor_2025_Quito.ts';
|
|
30
|
+
import * as Repetidor_2025_Seattle from '../carbins/Repetidor_2025_Seattle.ts';
|
|
31
|
+
import * as Repetidor_2025_Tokyo from '../carbins/Repetidor_2025_Tokyo.ts';
|
|
32
|
+
import * as Repetidor_2025_Ubeda from '../carbins/Repetidor_2025_Ubeda.ts';
|
|
33
|
+
import * as Repetidor_2025_Yakarta from '../carbins/Repetidor_2025_Yakarta.ts';
|
|
34
|
+
import * as SEO_Head_Section from '../carbins/SEO_Head_Section.ts';
|
|
35
|
+
import * as Separador_2025_Reinosa from '../carbins/Separador_2025_Reinosa.ts';
|
|
36
|
+
import * as SpectrumSeparator from '../carbins/SpectrumSeparator.ts';
|
|
37
|
+
import * as TestPadre from '../carbins/TestPadre.ts';
|
|
38
|
+
import * as TextBox from '../carbins/TextBox.ts';
|
|
39
|
+
import * as TextImageBackground from '../carbins/TextImageBackground.ts';
|
|
40
|
+
import * as TextImageBlock from '../carbins/TextImageBlock.ts';
|
|
41
|
+
import * as TextImageCard from '../carbins/TextImageCard.ts';
|
|
42
|
+
import * as TextImageHeader from '../carbins/TextImageHeader.ts';
|
|
43
|
+
import * as Titulo_2025_Algeciras from '../carbins/Titulo_2025_Algeciras.ts';
|
|
44
|
+
import * as Titulo_2025_Santorini from '../carbins/Titulo_2025_Santorini.ts';
|
|
45
|
+
import * as VideoAutoplay from '../carbins/VideoAutoplay.ts';
|
|
46
|
+
import * as Video_2025_Valencia from '../carbins/Video_2025_Valencia.ts';
|
|
47
|
+
import * as VueButton from '../carbins/VueButton.ts';
|
|
48
|
+
|
|
49
|
+
export const components = [
|
|
50
|
+
{component: AstroButton},
|
|
51
|
+
{component: CTA_2025_Formentera},
|
|
52
|
+
{component: Cabecera_2025_Barcelona},
|
|
53
|
+
{component: Cabecera_2025_Madrid},
|
|
54
|
+
{component: Contenido_2025_Alcorcon},
|
|
55
|
+
{component: Contenido_2025_Cordoba},
|
|
56
|
+
{component: Contenido_2025_Granada},
|
|
57
|
+
{component: Contenido_2025_Malaga},
|
|
58
|
+
{component: Contenido_2025_Montevideo},
|
|
59
|
+
{component: CorpFooter},
|
|
60
|
+
{component: CorpHero},
|
|
61
|
+
{component: FooterCorporativo},
|
|
62
|
+
{component: Footer_2025_Napoles},
|
|
63
|
+
{component: Formulario_2025_Seul},
|
|
64
|
+
{component: GeometricShapeCard},
|
|
65
|
+
{component: HeaderCorporativo},
|
|
66
|
+
{component: ImageTextSimple},
|
|
67
|
+
{component: Imagen_2025_Bogota},
|
|
68
|
+
{component: ReactButton},
|
|
69
|
+
{component: Repetidor_2025_Cabra},
|
|
70
|
+
{component: Repetidor_2025_Dubai},
|
|
71
|
+
{component: Repetidor_2025_Estocolmo},
|
|
72
|
+
{component: Repetidor_2025_Mallorca},
|
|
73
|
+
{component: Repetidor_2025_Menorca},
|
|
74
|
+
{component: Repetidor_2025_Michigan},
|
|
75
|
+
{component: Repetidor_2025_Orcasitas},
|
|
76
|
+
{component: Repetidor_2025_Oslo},
|
|
77
|
+
{component: Repetidor_2025_Quito},
|
|
78
|
+
{component: Repetidor_2025_Seattle},
|
|
79
|
+
{component: Repetidor_2025_Tokyo},
|
|
80
|
+
{component: Repetidor_2025_Ubeda},
|
|
81
|
+
{component: Repetidor_2025_Yakarta},
|
|
82
|
+
{component: SEO_Head_Section},
|
|
83
|
+
{component: Separador_2025_Reinosa},
|
|
84
|
+
{component: SpectrumSeparator},
|
|
85
|
+
{component: TestPadre},
|
|
86
|
+
{component: TextBox},
|
|
87
|
+
{component: TextImageBackground},
|
|
88
|
+
{component: TextImageBlock},
|
|
89
|
+
{component: TextImageCard},
|
|
90
|
+
{component: TextImageHeader},
|
|
91
|
+
{component: Titulo_2025_Algeciras},
|
|
92
|
+
{component: Titulo_2025_Santorini},
|
|
93
|
+
{component: VideoAutoplay},
|
|
94
|
+
{component: Video_2025_Valencia},
|
|
95
|
+
{component: VueButton},
|
|
96
|
+
];
|