Files
gkachele-saas/demo/themes/restaurante-elegante/config.json
2026-01-17 11:40:17 +01:00

33 lines
689 B
JSON

{
"name": "Restaurante Elegante",
"rubro": "restaurante",
"description": "Tema sofisticado y elegante para restaurantes de alta cocina",
"sections": [
"hero",
"menu",
"horarios",
"reservas",
"especialidad_culinaria",
"galeria",
"contacto"
],
"colors": {
"primary": "#8b4513",
"secondary": "#d4af37",
"accent": "#f5deb3",
"text": "#2c2c2c"
},
"typography": {
"font_family": "Georgia",
"headings": "Cormorant Garamond"
},
"features": {
"menu_url": true,
"horarios": true,
"reservas": true,
"capacidad": true,
"especialidad_culinaria": true,
"galeria": true
}
}