30 lines
565 B
JSON
30 lines
565 B
JSON
{
|
|
"name": "Restaurante Moderno",
|
|
"rubro": "restaurante",
|
|
"description": "Tema elegante para restaurantes",
|
|
"sections": [
|
|
"hero",
|
|
"menu",
|
|
"horarios",
|
|
"reservas",
|
|
"especialidad_culinaria",
|
|
"contacto"
|
|
],
|
|
"colors": {
|
|
"primary": "#d32f2f",
|
|
"secondary": "#ff6f00",
|
|
"accent": "#ff8f00"
|
|
},
|
|
"typography": {
|
|
"font_family": "Roboto",
|
|
"headings": "Playfair Display"
|
|
},
|
|
"features": {
|
|
"menu_url": true,
|
|
"horarios": true,
|
|
"reservas": true,
|
|
"capacidad": true,
|
|
"especialidad_culinaria": true
|
|
}
|
|
}
|