33 lines
705 B
JSON
33 lines
705 B
JSON
{
|
|
"name": "Restaurante Elegante",
|
|
"rubro": "restaurante",
|
|
"plan": "pro",
|
|
"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
|
|
}
|
|
} |