refactor: imp some components

This commit is contained in:
Daniel Soares
2021-12-12 23:45:41 -03:00
parent 47bd52ffd7
commit 7b7e6b9cbd
13 changed files with 217 additions and 143 deletions

56
data/data.json Normal file
View File

@@ -0,0 +1,56 @@
{
"settings": {
"avatar": "/avatar.jpeg",
"name": "John Doe",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec euismod, nisl eget aliquam consectetur, nisl nunc aliquet nunc, euismod aliquam nunc nisl euismod.",
"font": "baloo",
"buttonsSchema": "rounded",
"outline": true,
"colors": {
"texts": "neutral50",
"socialLinks": "rose",
"buttonLinks": "rose",
"background": "neutral700"
}
},
"socialLinks": [
{
"label": "Email",
"href": "1"
},
{
"label": "GitHub",
"href": "2"
},
{
"label": "LinkedIn",
"href": "3"
},
{
"label": "Dev",
"href": "4"
},
{
"label": "Instagram",
"href": "5"
},
{
"label": "WhatsApp",
"href": "6"
}
],
"buttonLinks": [
{
"label": "Home",
"href": "#"
},
{
"label": "About",
"href": "/about"
},
{
"label": "Contact",
"href": "/contact"
}
]
}