31 lines
605 B
JSON
31 lines
605 B
JSON
{
|
|
"name": "Restaurante Moderno",
|
|
"rubro": "restaurante",
|
|
"plan": "base",
|
|
"description": "Tema elegante para restaurantes",
|
|
"sections": [
|
|
"hero",
|
|
"menu",
|
|
"horarios",
|
|
"reservas",
|
|
"especialidad_culinaria",
|
|
"contacto"
|
|
],
|
|
"colors": {
|
|
"primary": "#c94d4d",
|
|
"secondary": "#d97757",
|
|
"accent": "#f4a261",
|
|
"text": "#2c2c2c"
|
|
},
|
|
"typography": {
|
|
"font_family": "Roboto",
|
|
"headings": "Playfair Display"
|
|
},
|
|
"features": {
|
|
"menu_url": true,
|
|
"horarios": true,
|
|
"reservas": true,
|
|
"capacidad": true,
|
|
"especialidad_culinaria": true
|
|
}
|
|
} |