UNPKG

libreria-astro-lefebvre

Version:

Librería de componentes Astro, React y Vue para Lefebvre

21 lines (19 loc) 612 B
import type { ComponentMetadata } from '../interfaces/types'; export const metadata: ComponentMetadata = { component_name: 'CorpHero', category: 'CTA', name: 'Hero Corporativo Lefebvre.es', description: 'Hero marca 2025 Lefebvre.es', framework: 'Astro', priority: 1, tags: ['hero','video','lefebvre.es'], fields: [ { name: 'text', type: 'textArea', label: 'Contenido HTML', mandatory: false, example_value: '<p><b>Es más que una imagen renovada. Es una nueva forma de avanzar.</b><br />En Lefebvre evolucionamos contigo. Nos adaptamos a ti.</p>' }, ] };