libreria-astro-lefebvre 0.0.28 → 0.0.29

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.
Files changed (65) hide show
  1. package/README.md +46 -46
  2. package/package.json +30 -30
  3. package/src/carbins/AstroButton.ts +34 -34
  4. package/src/carbins/CTA_2025_Formentera.ts +47 -47
  5. package/src/carbins/Cabecera_2025_Barcelona.ts +34 -34
  6. package/src/carbins/Cabecera_2025_Madrid.ts +34 -34
  7. package/src/carbins/Contenido_2025_Alcorcon.ts +76 -76
  8. package/src/carbins/Contenido_2025_Cordoba.ts +59 -59
  9. package/src/carbins/Contenido_2025_Granada.ts +67 -67
  10. package/src/carbins/Contenido_2025_Malaga.ts +100 -100
  11. package/src/carbins/Contenido_2025_Montevideo.ts +56 -56
  12. package/src/carbins/Footer_2025_Napoles.ts +12 -12
  13. package/src/carbins/Formulario_2025_Seul.ts +56 -56
  14. package/src/carbins/Imagen_2025_Bogota.ts +76 -76
  15. package/src/carbins/ReactButton.ts +32 -32
  16. package/src/carbins/Repetidor_2025_Cabra.ts +12 -12
  17. package/src/carbins/Repetidor_2025_Dubai.ts +48 -48
  18. package/src/carbins/Repetidor_2025_Estocolmo.ts +12 -12
  19. package/src/carbins/Repetidor_2025_Mallorca.ts +75 -75
  20. package/src/carbins/Repetidor_2025_Menorca.ts +75 -75
  21. package/src/carbins/Repetidor_2025_Michigan.ts +21 -21
  22. package/src/carbins/Repetidor_2025_Orcasitas.ts +34 -34
  23. package/src/carbins/Repetidor_2025_Oslo.ts +12 -12
  24. package/src/carbins/Repetidor_2025_Quito.ts +20 -20
  25. package/src/carbins/Repetidor_2025_Seattle.ts +12 -12
  26. package/src/carbins/Repetidor_2025_Tokyo.ts +48 -48
  27. package/src/carbins/Repetidor_2025_Ubeda.ts +12 -12
  28. package/src/carbins/Repetidor_2025_Yakarta.ts +12 -12
  29. package/src/carbins/SEO_Head_Section.ts +49 -49
  30. package/src/carbins/Separador_2025_Reinosa.ts +12 -12
  31. package/src/carbins/Titulo_2025_Algeciras.ts +51 -51
  32. package/src/carbins/Titulo_2025_Santorini.ts +20 -20
  33. package/src/carbins/Video_2025_Valencia.ts +12 -12
  34. package/src/carbins/VueButton.ts +35 -35
  35. package/src/components/Astro/Button.astro +5 -5
  36. package/src/components/Astro/CTA_2025_Formentera.astro +38 -38
  37. package/src/components/Astro/Cabecera_2025_Barcelona.astro +55 -55
  38. package/src/components/Astro/Cabecera_2025_Madrid.astro +176 -176
  39. package/src/components/Astro/Contenido_2025_Alcorcon.astro +48 -78
  40. package/src/components/Astro/Contenido_2025_Granada.astro +239 -239
  41. package/src/components/Astro/Contenido_2025_Malaga.astro +162 -162
  42. package/src/components/Astro/Contenido_2025_Montevideo.astro +35 -35
  43. package/src/components/Astro/Footer_2025_Napoles.astro +134 -134
  44. package/src/components/Astro/Formulario_2025_Seul.astro +91 -91
  45. package/src/components/Astro/Imagen_2025_Bogota.astro +61 -61
  46. package/src/components/Astro/Repetidor_2025_Cabra.astro +152 -152
  47. package/src/components/Astro/Repetidor_2025_Cordoba.astro +132 -132
  48. package/src/components/Astro/Repetidor_2025_Dubai.astro +29 -29
  49. package/src/components/Astro/Repetidor_2025_Estocolmo.astro +22 -22
  50. package/src/components/Astro/Repetidor_2025_Mallorca.astro +42 -42
  51. package/src/components/Astro/Repetidor_2025_Menorca.astro +43 -43
  52. package/src/components/Astro/Repetidor_2025_Michigan.astro +45 -45
  53. package/src/components/Astro/Repetidor_2025_Orcasitas.astro +235 -235
  54. package/src/components/Astro/Repetidor_2025_Oslo.astro +76 -76
  55. package/src/components/Astro/Repetidor_2025_Quito.astro +61 -61
  56. package/src/components/Astro/Repetidor_2025_Seattle.astro +22 -22
  57. package/src/components/Astro/Repetidor_2025_Tokyo.astro +56 -56
  58. package/src/components/Astro/Repetidor_2025_Ubeda.astro +39 -39
  59. package/src/components/Astro/Repetidor_2025_Yakarta.astro +203 -203
  60. package/src/components/Astro/SEO_Head_Section.astro +32 -32
  61. package/src/components/Astro/Separador_2025_Reinosa.astro +3 -3
  62. package/src/components/Astro/Titulo_2025_Algeciras.astro +57 -57
  63. package/src/components/Astro/Titulo_2025_Santorini.astro +8 -8
  64. package/src/generated/componentRegistry.ts +96 -96
  65. package/src/index.ts +123 -123
@@ -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: 'Pruébalo ya'
18
- },
19
- {
20
- name: 'description',
21
- type: 'text',
22
- label: 'Texto de la descripción',
23
- mandatory: false,
24
- example_value: 'Texto descriptivo del título'
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: 'Pruébalo ya'
18
+ },
19
+ {
20
+ name: 'description',
21
+ type: 'text',
22
+ label: 'Texto de la descripción',
23
+ mandatory: false,
24
+ example_value: 'Texto descriptivo del título'
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: 'Texto descriptivo del título'
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: 'Texto descriptivo del título'
18
+ }
19
+ ]
20
+ };
@@ -1,12 +1,12 @@
1
- import type { ComponentMetadata } from '../interfaces/types';
2
-
3
- export const metadata: ComponentMetadata = {
4
- component_name: 'Video_2025_Valencia',
5
- category: 'Contenido',
6
- name: 'Vídeos Genial 2025',
7
- description: '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
- };
1
+ import type { ComponentMetadata } from '../interfaces/types';
2
+
3
+ export const metadata: ComponentMetadata = {
4
+ component_name: 'Video_2025_Valencia',
5
+ category: 'Contenido',
6
+ name: 'Vídeos Genial 2025',
7
+ description: '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
+ };
@@ -1,35 +1,35 @@
1
-
2
- import type { ComponentMetadata } from '../interfaces/types';
3
-
4
- export const metadata: ComponentMetadata = {
5
- component_name: 'VueButton',
6
- category: 'Call to Action',
7
- name: 'Botón en Vue',
8
- description: 'Botón de prueba en Vue',
9
- framework: 'Vue',
10
- priority: 2,
11
- tags: ['boton', 'interactivo', 'ejemplo'],
12
- fields: [
13
- {
14
- name: 'label',
15
- type: 'text',
16
- label: 'Texto del botón',
17
- mandatory: true,
18
- example_value: 'Botón en Vue'
19
- },
20
- {
21
- name: 'href',
22
- type: 'text',
23
- label: 'Url de destino',
24
- mandatory: true,
25
- example_value: 'https://lefebvre.es'
26
- },
27
- {
28
- name: 'target',
29
- type: 'text',
30
- label: 'Indicar si se abre en la misma ventana o en una nueva (_blank)',
31
- mandatory: false,
32
- example_value: '_blank'
33
- },
34
- ]
35
- };
1
+
2
+ import type { ComponentMetadata } from '../interfaces/types';
3
+
4
+ export const metadata: ComponentMetadata = {
5
+ component_name: 'VueButton',
6
+ category: 'Call to Action',
7
+ name: 'Botón en Vue',
8
+ description: 'Botón de prueba en Vue',
9
+ framework: 'Vue',
10
+ priority: 2,
11
+ tags: ['boton', 'interactivo', 'ejemplo'],
12
+ fields: [
13
+ {
14
+ name: 'label',
15
+ type: 'text',
16
+ label: 'Texto del botón',
17
+ mandatory: true,
18
+ example_value: 'Botón en Vue'
19
+ },
20
+ {
21
+ name: 'href',
22
+ type: 'text',
23
+ label: 'Url de destino',
24
+ mandatory: true,
25
+ example_value: 'https://lefebvre.es'
26
+ },
27
+ {
28
+ name: 'target',
29
+ type: 'text',
30
+ label: 'Indicar si se abre en la misma ventana o en una nueva (_blank)',
31
+ mandatory: false,
32
+ example_value: '_blank'
33
+ },
34
+ ]
35
+ };
@@ -1,6 +1,6 @@
1
- ---
2
-
3
- const { label } = Astro.props;
4
-
5
- ---
1
+ ---
2
+
3
+ const { label } = Astro.props;
4
+
5
+ ---
6
6
  <button class="btn bg-cyan-600 text-gray-200 p-2 rounded-lg font-bold m-4 cursor-pointer transition-colors duration-300 hover:bg-red-600">{label}</button>
@@ -1,39 +1,39 @@
1
- ---
2
-
3
- const {
4
- buttonText = "xxx",
5
- buttonUrl = "#",
6
- frontColor = 'white',
7
- backColor = '#2134F1',
8
- borderColor = '#2134F1',
9
- } = Astro.props;
10
-
11
- const structuredData = `<script type="application/ld+json">
12
- {
13
- "@context": "https://schema.org",
14
- "@type": "WebPageElement",
15
- "name": "Call to Action Button",
16
- "description": "Interactive button component",
17
- "url": "${buttonUrl}",
18
- "text": "${buttonText}",
19
- "interactionType": "https://schema.org/ClickAction",
20
- "potentialAction": {
21
- "@type": "Action",
22
- "target": "${buttonUrl}",
23
- "name": "${buttonText}"
24
- }
25
- }
26
- </script>`;
27
-
28
- ---
29
- <a
30
- href={buttonUrl}
31
- class="text-base font-semibold font-inter block mt-[24px] p-3 px-5 h-[48px] rounded-xl transition-colors duration-300"
32
- style={`border: 1px solid ${borderColor}; background-color: ${backColor}; color: ${frontColor};`}
33
- onmouseover={`this.style.backgroundColor='${frontColor}'; this.style.color='${backColor}';`}
34
- onmouseout={`this.style.backgroundColor='${backColor}'; this.style.color='${frontColor}';`}
35
- >
36
- {buttonText}
37
- </a>
38
-
1
+ ---
2
+
3
+ const {
4
+ buttonText = "xxx",
5
+ buttonUrl = "#",
6
+ frontColor = 'white',
7
+ backColor = '#2134F1',
8
+ borderColor = '#2134F1',
9
+ } = Astro.props;
10
+
11
+ const structuredData = `<script type="application/ld+json">
12
+ {
13
+ "@context": "https://schema.org",
14
+ "@type": "WebPageElement",
15
+ "name": "Call to Action Button",
16
+ "description": "Interactive button component",
17
+ "url": "${buttonUrl}",
18
+ "text": "${buttonText}",
19
+ "interactionType": "https://schema.org/ClickAction",
20
+ "potentialAction": {
21
+ "@type": "Action",
22
+ "target": "${buttonUrl}",
23
+ "name": "${buttonText}"
24
+ }
25
+ }
26
+ </script>`;
27
+
28
+ ---
29
+ <a
30
+ href={buttonUrl}
31
+ class="text-base font-semibold font-inter block mt-[24px] p-3 px-5 h-[48px] rounded-xl transition-colors duration-300"
32
+ style={`border: 1px solid ${borderColor}; background-color: ${backColor}; color: ${frontColor};`}
33
+ onmouseover={`this.style.backgroundColor='${frontColor}'; this.style.color='${backColor}';`}
34
+ onmouseout={`this.style.backgroundColor='${backColor}'; this.style.color='${frontColor}';`}
35
+ >
36
+ {buttonText}
37
+ </a>
38
+
39
39
  <Fragment set:html={structuredData} />
@@ -1,55 +1,55 @@
1
- ---
2
- const {
3
- text,
4
- link = "#",
5
- subdirectory = "",
6
- } = Astro.props;
7
-
8
- const currentUrl = subdirectory
9
- ? new URL(subdirectory + Astro.url.pathname, Astro.url.origin).href
10
- : Astro.url.href;
11
-
12
- const breadcrumbStructuredData = {
13
- "@context": "https://schema.org",
14
- "@type": "BreadcrumbList",
15
- "itemListElement": [
16
- {
17
- "@type": "ListItem",
18
- "position": 1,
19
- "name": "Inicio",
20
- "item": {
21
- "@type": "WebPage",
22
- "@id": new URL(subdirectory + '/', Astro.url.origin.endsWith('/') ? Astro.url.origin : Astro.url.origin + '/').href
23
- }
24
- },
25
- {
26
- "@type": "ListItem",
27
- "position": 2,
28
- "name": text,
29
- "item": {
30
- "@type": "WebPage",
31
- "@id": currentUrl
32
- }
33
- }
34
- ]
35
- };
36
-
37
- const breadcrumbScript = `<script type="application/ld+json">${JSON.stringify(breadcrumbStructuredData)}</script>`;
38
-
39
-
40
-
41
- ---
42
-
43
- <section class="w-full flex pb-2">
44
- <div class="max-w-7xl w-full mx-auto flex gap-2 bg-white text-[#363942] px-6 md:px-2 py-2 text-[14px] items-center">
45
- <a href={subdirectory + '/'} class="flex items-center gap-2">
46
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
47
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.607 2.26475C11.1639 2.32582 10.6509 2.48899 10.1624 2.72428C9.60055 2.99492 9.00859 3.34706 6.66084 4.80718C4.31852 6.26394 3.93572 6.53182 3.40193 7.08788C2.90464 7.60592 2.64374 8.07514 2.46575 8.77158C2.28122 9.49354 2.26758 9.74391 2.2535 12.6665C2.24172 15.1104 2.25893 16.3111 2.31649 17.061C2.44485 18.7333 2.80188 19.7175 3.55237 20.4678C4.28974 21.2051 5.2235 21.5501 6.83418 21.6806C7.50612 21.735 8.61888 21.75 11.9999 21.75C15.3809 21.75 16.4937 21.735 17.1656 21.6806C18.7575 21.5516 19.699 21.2081 20.4254 20.4911C20.9976 19.9264 21.341 19.2288 21.5307 18.2464C21.724 17.2457 21.7637 16.2126 21.7463 12.6447C21.7321 9.7458 21.7182 9.49232 21.534 8.77158C21.356 8.07514 21.0951 7.60592 20.5979 7.08788C20.0641 6.53182 19.6813 6.26394 17.3389 4.80718C14.9942 3.34893 14.4021 2.99663 13.8362 2.72324C13.4707 2.54669 13.003 2.3831 12.6586 2.3114C12.3947 2.25643 11.8444 2.23204 11.607 2.26475ZM11.6269 3.73267C11.5426 3.74947 11.3777 3.79614 11.2605 3.83636C10.6997 4.02896 10.2326 4.29571 7.66624 5.88901C5.52292 7.21964 5.04514 7.53681 4.65608 7.88712C3.98123 8.49478 3.78607 9.00003 3.72514 10.2972C3.69616 10.9139 3.69657 15.5359 3.72565 16.2378C3.80342 18.1147 4.03097 18.9336 4.63227 19.501C5.0201 19.867 5.59984 20.0807 6.49905 20.189C7.24869 20.2793 7.46553 20.283 11.9999 20.283C16.5343 20.283 16.7511 20.2793 17.5007 20.189C19.2668 19.9762 19.925 19.3378 20.1684 17.6016C20.2815 16.7945 20.3028 15.9639 20.291 12.8283C20.284 10.9976 20.272 10.0331 20.254 9.86956C20.1456 8.88351 19.9347 8.41609 19.3684 7.90674C18.9506 7.53089 18.535 7.25522 16.2312 5.82558C13.7693 4.29779 13.2896 4.02434 12.7476 3.83985C12.3354 3.69954 11.9691 3.6645 11.6269 3.73267Z" fill="#363942"/>
48
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5553 14.1632C10.1564 14.1632 9.83307 14.4866 9.83307 14.8856V20.6644C9.83307 21.0634 9.50969 21.3868 9.11079 21.3868C8.71189 21.3868 8.38852 21.0634 8.38852 20.6644V14.8856C8.38852 13.6888 9.35864 12.7185 10.5553 12.7185H13.4444C14.6411 12.7185 15.6113 13.6888 15.6113 14.8856V20.6644C15.6113 21.0634 15.2879 21.3868 14.889 21.3868C14.4901 21.3868 14.1667 21.0634 14.1667 20.6644V14.8856C14.1667 14.4866 13.8433 14.1632 13.4444 14.1632H10.5553Z" fill="#363942"/>
49
- </svg>
50
- <span>GenIA-L</span>
51
- </a> / <a href={link}><span class="text-[#363942] font-normal" set:html={text}></span></a>
52
- </div>
53
- </section>
54
-
55
- <Fragment set:html={breadcrumbScript} />
1
+ ---
2
+ const {
3
+ text,
4
+ link = "#",
5
+ subdirectory = "",
6
+ } = Astro.props;
7
+
8
+ const currentUrl = subdirectory
9
+ ? new URL(subdirectory + Astro.url.pathname, Astro.url.origin).href
10
+ : Astro.url.href;
11
+
12
+ const breadcrumbStructuredData = {
13
+ "@context": "https://schema.org",
14
+ "@type": "BreadcrumbList",
15
+ "itemListElement": [
16
+ {
17
+ "@type": "ListItem",
18
+ "position": 1,
19
+ "name": "Inicio",
20
+ "item": {
21
+ "@type": "WebPage",
22
+ "@id": new URL(subdirectory + '/', Astro.url.origin.endsWith('/') ? Astro.url.origin : Astro.url.origin + '/').href
23
+ }
24
+ },
25
+ {
26
+ "@type": "ListItem",
27
+ "position": 2,
28
+ "name": text,
29
+ "item": {
30
+ "@type": "WebPage",
31
+ "@id": currentUrl
32
+ }
33
+ }
34
+ ]
35
+ };
36
+
37
+ const breadcrumbScript = `<script type="application/ld+json">${JSON.stringify(breadcrumbStructuredData)}</script>`;
38
+
39
+
40
+
41
+ ---
42
+
43
+ <section class="w-full flex pb-2">
44
+ <div class="max-w-7xl w-full mx-auto flex gap-2 bg-white text-[#363942] px-6 md:px-2 py-2 text-[14px] items-center">
45
+ <a href={subdirectory + '/'} class="flex items-center gap-2">
46
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
47
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.607 2.26475C11.1639 2.32582 10.6509 2.48899 10.1624 2.72428C9.60055 2.99492 9.00859 3.34706 6.66084 4.80718C4.31852 6.26394 3.93572 6.53182 3.40193 7.08788C2.90464 7.60592 2.64374 8.07514 2.46575 8.77158C2.28122 9.49354 2.26758 9.74391 2.2535 12.6665C2.24172 15.1104 2.25893 16.3111 2.31649 17.061C2.44485 18.7333 2.80188 19.7175 3.55237 20.4678C4.28974 21.2051 5.2235 21.5501 6.83418 21.6806C7.50612 21.735 8.61888 21.75 11.9999 21.75C15.3809 21.75 16.4937 21.735 17.1656 21.6806C18.7575 21.5516 19.699 21.2081 20.4254 20.4911C20.9976 19.9264 21.341 19.2288 21.5307 18.2464C21.724 17.2457 21.7637 16.2126 21.7463 12.6447C21.7321 9.7458 21.7182 9.49232 21.534 8.77158C21.356 8.07514 21.0951 7.60592 20.5979 7.08788C20.0641 6.53182 19.6813 6.26394 17.3389 4.80718C14.9942 3.34893 14.4021 2.99663 13.8362 2.72324C13.4707 2.54669 13.003 2.3831 12.6586 2.3114C12.3947 2.25643 11.8444 2.23204 11.607 2.26475ZM11.6269 3.73267C11.5426 3.74947 11.3777 3.79614 11.2605 3.83636C10.6997 4.02896 10.2326 4.29571 7.66624 5.88901C5.52292 7.21964 5.04514 7.53681 4.65608 7.88712C3.98123 8.49478 3.78607 9.00003 3.72514 10.2972C3.69616 10.9139 3.69657 15.5359 3.72565 16.2378C3.80342 18.1147 4.03097 18.9336 4.63227 19.501C5.0201 19.867 5.59984 20.0807 6.49905 20.189C7.24869 20.2793 7.46553 20.283 11.9999 20.283C16.5343 20.283 16.7511 20.2793 17.5007 20.189C19.2668 19.9762 19.925 19.3378 20.1684 17.6016C20.2815 16.7945 20.3028 15.9639 20.291 12.8283C20.284 10.9976 20.272 10.0331 20.254 9.86956C20.1456 8.88351 19.9347 8.41609 19.3684 7.90674C18.9506 7.53089 18.535 7.25522 16.2312 5.82558C13.7693 4.29779 13.2896 4.02434 12.7476 3.83985C12.3354 3.69954 11.9691 3.6645 11.6269 3.73267Z" fill="#363942"/>
48
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5553 14.1632C10.1564 14.1632 9.83307 14.4866 9.83307 14.8856V20.6644C9.83307 21.0634 9.50969 21.3868 9.11079 21.3868C8.71189 21.3868 8.38852 21.0634 8.38852 20.6644V14.8856C8.38852 13.6888 9.35864 12.7185 10.5553 12.7185H13.4444C14.6411 12.7185 15.6113 13.6888 15.6113 14.8856V20.6644C15.6113 21.0634 15.2879 21.3868 14.889 21.3868C14.4901 21.3868 14.1667 21.0634 14.1667 20.6644V14.8856C14.1667 14.4866 13.8433 14.1632 13.4444 14.1632H10.5553Z" fill="#363942"/>
49
+ </svg>
50
+ <span>GenIA-L</span>
51
+ </a> / <a href={link}><span class="text-[#363942] font-normal" set:html={text}></span></a>
52
+ </div>
53
+ </section>
54
+
55
+ <Fragment set:html={breadcrumbScript} />