libreria-astro-lefebvre
Version:
Librería de componentes Astro, React y Vue para Lefebvre
14 lines (12 loc) • 342 B
text/typescript
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: [
]
};