docs: 📝 update docs

This commit is contained in:
Leifer Mendez
2022-12-22 13:49:37 +01:00
parent 160adee406
commit 65ffbc358d
10 changed files with 145 additions and 40 deletions

View File

@@ -13,11 +13,6 @@ export default component$(() => {
items: [
{ title: 'Features', href: '#' },
{ title: 'Security', href: '#' },
{ title: 'Team', href: '#' },
{ title: 'Enterprise', href: '#' },
{ title: 'Customer stories', href: '#' },
{ title: 'Pricing', href: '#' },
{ title: 'Resources', href: '#' },
],
},
{
@@ -25,9 +20,6 @@ export default component$(() => {
items: [
{ title: 'Developer API', href: '#' },
{ title: 'Partners', href: '#' },
{ title: 'Atom', href: '#' },
{ title: 'Electron', href: '#' },
{ title: 'Qwind Desktop', href: '#' },
],
},
{
@@ -35,9 +27,6 @@ export default component$(() => {
items: [
{ title: 'Docs', href: '#' },
{ title: 'Community Forum', href: '#' },
{ title: 'Professional Services', href: '#' },
{ title: 'Skills', href: '#' },
{ title: 'Status', href: '#' },
],
},
{
@@ -45,11 +34,6 @@ export default component$(() => {
items: [
{ title: 'About', href: '#' },
{ title: 'Blog', href: '#' },
{ title: 'Careers', href: '#' },
{ title: 'Press', href: '#' },
{ title: 'Inclusion', href: '#' },
{ title: 'Social Impact', href: '#' },
{ title: 'Shop', href: '#' },
],
},
]
@@ -79,9 +63,10 @@ export default component$(() => {
</Link>
</div>
<div class="text-sm text-gray-600 dark:text-gray-400">
Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Morbi sagittis, quam nec venenatis lobortis,
mi risus tempus nulla
Nos sentimos muy afortunados de poder contribuir a
este proyecto y esperamos poder seguir trabajando
juntos para ayudar a los pequeños comercios a
impulsar sus ventas y fortalecer la economía local.
</div>
</div>
{links.map(({ title, items }) => (