Modularización de GKACHELE SaaS
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user