import type { ComponentMetadata } from '../interfaces/types';

export const metadata: ComponentMetadata = {
  component_name: 'CorpFooter',
  category: 'Footer',
  name: 'Footer Corporativo Lefebvre.es',
  description: 'Footer marca 2025 Lefebvre.es',
  framework: 'Astro',
  priority: 1,
  tags: ['footer','lefebvre.es'],
  fields: [
  ]
};
