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>'
    },
  ]
};
