add companies

This commit is contained in:
2025-04-16 19:28:23 -03:00
parent 198bb9b528
commit b2757605ab
11 changed files with 476 additions and 202 deletions

View File

@@ -15,7 +15,7 @@
"@tanstack/react-query": "^5.68.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"astro": "^5.4.3",
"astro": "^5.7.2",
"axios": "^1.8.3",
"clsx": "^2.1.1",
"react": "^19.0.0",
@@ -38,9 +38,9 @@
}
},
"node_modules/@astrojs/compiler": {
"version": "2.10.4",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.10.4.tgz",
"integrity": "sha512-86B3QGagP99MvSNwuJGiYSBHnh8nLvm2Q1IFI15wIUJJsPeQTO3eb2uwBmrqRsXykeR/mBzH8XCgz5AAt1BJrQ==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.11.0.tgz",
"integrity": "sha512-zZOO7i+JhojO8qmlyR/URui6LyfHJY6m+L9nwyX5GiKD78YoRaZ5tzz6X0fkl+5bD3uwlDHayf6Oe8Fu36RKNg==",
"license": "MIT"
},
"node_modules/@astrojs/internal-helpers": {
@@ -50,9 +50,9 @@
"license": "MIT"
},
"node_modules/@astrojs/markdown-remark": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.2.1.tgz",
"integrity": "sha512-qtQXfZXeG84XSH9bMgG2e/kZfA4J7U19PKjhmFDNsKX47nautSHC0DitvxaWgQFSED66k6hWKDHLq3VKHCy/rg==",
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.1.tgz",
"integrity": "sha512-c5F5gGrkczUaTVgmMW9g1YMJGzOtRvjjhw6IfGuxarM6ct09MpwysP10US729dy07gg8y+ofVifezvP3BNsWZg==",
"license": "MIT",
"dependencies": {
"@astrojs/internal-helpers": "0.6.1",
@@ -69,7 +69,7 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-smartypants": "^3.0.2",
"shiki": "^1.29.2",
"shiki": "^3.0.0",
"smol-toml": "^1.3.1",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
@@ -409,6 +409,17 @@
"node": ">=6.9.0"
}
},
"node_modules/@capsizecss/unpack": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz",
"integrity": "sha512-GrSU71meACqcmIUxPYOJvGKF0yryjN/L1aCuE9DViCTJI7bfkjgYDPD1zbNDcINJwSSP6UaBZY9GAbYDO7re0Q==",
"license": "MIT",
"dependencies": {
"blob-to-buffer": "^1.2.8",
"cross-fetch": "^3.0.4",
"fontkit": "^2.0.2"
}
},
"node_modules/@emnapi/runtime": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz",
@@ -1688,65 +1699,63 @@
]
},
"node_modules/@shikijs/core": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.29.2.tgz",
"integrity": "sha512-vju0lY9r27jJfOY4Z7+Rt/nIOjzJpZ3y+nYpqtUZInVoXQ/TJZcfGnNOGnKjFdVZb8qexiCuSlZRKcGfhhTTZQ==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@shikijs/core/-/core-3.2.2.tgz",
"integrity": "sha512-yvlSKVMLjddAGBa2Yu+vUZxuu3sClOWW1AG+UtJkvejYuGM5BVL35s6Ijiwb75O9QdEx6IkMxinHZSi8ZyrBaA==",
"license": "MIT",
"dependencies": {
"@shikijs/engine-javascript": "1.29.2",
"@shikijs/engine-oniguruma": "1.29.2",
"@shikijs/types": "1.29.2",
"@shikijs/vscode-textmate": "^10.0.1",
"@shikijs/types": "3.2.2",
"@shikijs/vscode-textmate": "^10.0.2",
"@types/hast": "^3.0.4",
"hast-util-to-html": "^9.0.4"
"hast-util-to-html": "^9.0.5"
}
},
"node_modules/@shikijs/engine-javascript": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-1.29.2.tgz",
"integrity": "sha512-iNEZv4IrLYPv64Q6k7EPpOCE/nuvGiKl7zxdq0WFuRPF5PAE9PRo2JGq/d8crLusM59BRemJ4eOqrFrC4wiQ+A==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@shikijs/engine-javascript/-/engine-javascript-3.2.2.tgz",
"integrity": "sha512-tlDKfhWpF4jKLUyVAnmL+ggIC+0VyteNsUpBzh1iwWLZu4i+PelIRr0TNur6pRRo5UZIv3ss/PLMuwahg9S2hg==",
"license": "MIT",
"dependencies": {
"@shikijs/types": "1.29.2",
"@shikijs/vscode-textmate": "^10.0.1",
"oniguruma-to-es": "^2.2.0"
"@shikijs/types": "3.2.2",
"@shikijs/vscode-textmate": "^10.0.2",
"oniguruma-to-es": "^4.1.0"
}
},
"node_modules/@shikijs/engine-oniguruma": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-1.29.2.tgz",
"integrity": "sha512-7iiOx3SG8+g1MnlzZVDYiaeHe7Ez2Kf2HrJzdmGwkRisT7r4rak0e655AcM/tF9JG/kg5fMNYlLLKglbN7gBqA==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@shikijs/engine-oniguruma/-/engine-oniguruma-3.2.2.tgz",
"integrity": "sha512-vyXRnWVCSvokwbaUD/8uPn6Gqsf5Hv7XwcW4AgiU4Z2qwy19sdr6VGzMdheKKN58tJOOe5MIKiNb901bgcUXYQ==",
"license": "MIT",
"dependencies": {
"@shikijs/types": "1.29.2",
"@shikijs/vscode-textmate": "^10.0.1"
"@shikijs/types": "3.2.2",
"@shikijs/vscode-textmate": "^10.0.2"
}
},
"node_modules/@shikijs/langs": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-1.29.2.tgz",
"integrity": "sha512-FIBA7N3LZ+223U7cJDUYd5shmciFQlYkFXlkKVaHsCPgfVLiO+e12FmQE6Tf9vuyEsFe3dIl8qGWKXgEHL9wmQ==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@shikijs/langs/-/langs-3.2.2.tgz",
"integrity": "sha512-NY0Urg2dV9ETt3JIOWoMPuoDNwte3geLZ4M1nrPHbkDS8dWMpKcEwlqiEIGqtwZNmt5gKyWpR26ln2Bg2ecPgw==",
"license": "MIT",
"dependencies": {
"@shikijs/types": "1.29.2"
"@shikijs/types": "3.2.2"
}
},
"node_modules/@shikijs/themes": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-1.29.2.tgz",
"integrity": "sha512-i9TNZlsq4uoyqSbluIcZkmPL9Bfi3djVxRnofUHwvx/h6SRW3cwgBC5SML7vsDcWyukY0eCzVN980rqP6qNl9g==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@shikijs/themes/-/themes-3.2.2.tgz",
"integrity": "sha512-Zuq4lgAxVKkb0FFdhHSdDkALuRpsj1so1JdihjKNQfgM78EHxV2JhO10qPsMrm01FkE3mDRTdF68wfmsqjt6HA==",
"license": "MIT",
"dependencies": {
"@shikijs/types": "1.29.2"
"@shikijs/types": "3.2.2"
}
},
"node_modules/@shikijs/types": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-1.29.2.tgz",
"integrity": "sha512-VJjK0eIijTZf0QSTODEXCqinjBn0joAHQ+aPSBzrv4O2d/QSbsMw+ZeSRx03kV34Hy7NzUvV/7NqfYGRLrASmw==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@shikijs/types/-/types-3.2.2.tgz",
"integrity": "sha512-a5TiHk7EH5Lso8sHcLHbVNNhWKP0Wi3yVnXnu73g86n3WoDgEra7n3KszyeCGuyoagspQ2fzvy4cpSc8pKhb0A==",
"license": "MIT",
"dependencies": {
"@shikijs/vscode-textmate": "^10.0.1",
"@shikijs/vscode-textmate": "^10.0.2",
"@types/hast": "^3.0.4"
}
},
@@ -2083,12 +2092,6 @@
"@babel/types": "^7.20.7"
}
},
"node_modules/@types/cookie": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz",
"integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==",
"license": "MIT"
},
"node_modules/@types/debug": {
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz",
@@ -2323,26 +2326,26 @@
}
},
"node_modules/astro": {
"version": "5.4.3",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.4.3.tgz",
"integrity": "sha512-GKkOJQCHLx6CrPoghGhj7824WDSvIuuc+HTVjfjMPdB9axp238iJLByREJNDaSdzMeR/lC13xvBiUnKvcYyEIA==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.7.2.tgz",
"integrity": "sha512-h/+MjrirU2xT+khkxvwPxE7c1O4nxzVtuSnGIqx+3dtrmUoxJvnNeIBnO7ED0mWzo6ClZ4aVBQj63M7U47anLg==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.10.4",
"@astrojs/compiler": "^2.11.0",
"@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.2.1",
"@astrojs/markdown-remark": "6.3.1",
"@astrojs/telemetry": "3.2.0",
"@capsizecss/unpack": "^2.4.0",
"@oslojs/encoding": "^1.1.0",
"@rollup/pluginutils": "^5.1.4",
"@types/cookie": "^0.6.0",
"acorn": "^8.14.0",
"acorn": "^8.14.1",
"aria-query": "^5.3.2",
"axobject-query": "^4.1.0",
"boxen": "8.0.1",
"ci-info": "^4.1.0",
"ci-info": "^4.2.0",
"clsx": "^2.1.1",
"common-ancestor-path": "^1.0.1",
"cookie": "^0.7.2",
"cookie": "^1.0.2",
"cssesc": "^3.0.0",
"debug": "^4.4.0",
"deterministic-object-hash": "^2.0.2",
@@ -2365,26 +2368,27 @@
"neotraverse": "^0.6.18",
"p-limit": "^6.2.0",
"p-queue": "^8.1.0",
"package-manager-detector": "^1.0.0",
"package-manager-detector": "^1.1.0",
"picomatch": "^4.0.2",
"prompts": "^2.4.2",
"rehype": "^13.0.2",
"semver": "^7.7.1",
"shiki": "^1.29.2",
"shiki": "^3.2.1",
"tinyexec": "^0.3.2",
"tinyglobby": "^0.2.12",
"tsconfck": "^3.1.5",
"ultrahtml": "^1.5.3",
"ultrahtml": "^1.6.0",
"unifont": "~0.2.0",
"unist-util-visit": "^5.0.0",
"unstorage": "^1.15.0",
"vfile": "^6.0.3",
"vite": "^6.2.0",
"vite": "^6.2.6",
"vitefu": "^1.0.6",
"xxhash-wasm": "^1.1.0",
"yargs-parser": "^21.1.1",
"yocto-spinner": "^0.2.1",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.3",
"zod-to-json-schema": "^3.24.5",
"zod-to-ts": "^1.2.0"
},
"bin": {
@@ -2445,6 +2449,46 @@
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==",
"license": "MIT"
},
"node_modules/base64-js": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/blob-to-buffer": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz",
"integrity": "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
],
"license": "MIT"
},
"node_modules/boxen": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/boxen/-/boxen-8.0.1.tgz",
@@ -2467,6 +2511,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/brotli": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/brotli/-/brotli-1.3.3.tgz",
"integrity": "sha512-oTKjJdShmDuGW94SyyaoQvAjf30dZaHnjJ8uAF+u2/vGJkJbJPJAT1gDiOJP5v1Zb6f9KEyW/1HpuaWIXtGHPg==",
"license": "MIT",
"dependencies": {
"base64-js": "^1.1.2"
}
},
"node_modules/browserslist": {
"version": "4.24.4",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz",
@@ -2638,6 +2691,15 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/clone": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
"license": "MIT",
"engines": {
"node": ">=0.8"
}
},
"node_modules/clsx": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
@@ -2727,12 +2789,12 @@
"license": "MIT"
},
"node_modules/cookie": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz",
"integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==",
"license": "MIT",
"engines": {
"node": ">= 0.6"
"node": ">=18"
}
},
"node_modules/cookie-es": {
@@ -2741,6 +2803,15 @@
"integrity": "sha512-+W7VmiVINB+ywl1HGXJXmrqkOhpKrIiVZV6tQuV54ZyQC7MMuBt81Vc336GMLoHBq5hV/F9eXgt5Mnx0Rha5Fg==",
"license": "MIT"
},
"node_modules/cross-fetch": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.2.0.tgz",
"integrity": "sha512-Q+xVJLoGOeIMXZmbUK4HYk+69cQH6LudR0Vu/pRm2YlU/hDV9CiS0gKUMaWY5f2NeUH9C1nV3bsTlCo0FsTV1Q==",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.7.0"
}
},
"node_modules/crossws": {
"version": "0.3.4",
"resolved": "https://registry.npmjs.org/crossws/-/crossws-0.3.4.tgz",
@@ -2750,6 +2821,19 @@
"uncrypto": "^0.1.3"
}
},
"node_modules/css-tree": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.1.0.tgz",
"integrity": "sha512-0eW44TGN5SQXU1mWSkKwFstI/22X2bG1nYzZTYMAWjylYURhse752YgbE4Cx46AC+bAvI+/dYTPRk1LqSUnu6w==",
"license": "MIT",
"dependencies": {
"mdn-data": "2.12.2",
"source-map-js": "^1.0.1"
},
"engines": {
"node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0"
}
},
"node_modules/cssesc": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
@@ -2868,6 +2952,12 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/dfa": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/dfa/-/dfa-1.2.0.tgz",
"integrity": "sha512-ED3jP8saaweFTjeGX8HQPjeC1YYyZs98jGNZx6IiBvxW7JG5v492kamAQB3m2wop07CvU/RQmzcKr6bgcC5D/Q==",
"license": "MIT"
},
"node_modules/diff": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
@@ -3082,6 +3172,12 @@
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
"license": "MIT"
},
"node_modules/fast-deep-equal": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
"license": "MIT"
},
"node_modules/fdir": {
"version": "6.4.3",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
@@ -3125,6 +3221,23 @@
}
}
},
"node_modules/fontkit": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/fontkit/-/fontkit-2.0.4.tgz",
"integrity": "sha512-syetQadaUEDNdxdugga9CpEYVaQIxOwk7GlwZWWZ19//qW4zE5bknOKeMBDYAASwnpaSHKJITRLMF9m1fp3s6g==",
"license": "MIT",
"dependencies": {
"@swc/helpers": "^0.5.12",
"brotli": "^1.3.2",
"clone": "^2.1.2",
"dfa": "^1.2.0",
"fast-deep-equal": "^3.1.3",
"restructure": "^3.0.0",
"tiny-inflate": "^1.0.3",
"unicode-properties": "^1.4.0",
"unicode-trie": "^2.0.0"
}
},
"node_modules/form-data": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
@@ -4182,6 +4295,12 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/mdn-data": {
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.12.2.tgz",
"integrity": "sha512-IEn+pegP1aManZuckezWCO+XZQDplx1366JoVhTpMpBB1sPey/SbveZQUosKiKiGYjg1wH4pMlNgXbCiYgihQA==",
"license": "CC0-1.0"
},
"node_modules/micromark": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.2.tgz",
@@ -4821,6 +4940,26 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/node-fetch": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"license": "MIT",
"dependencies": {
"whatwg-url": "^5.0.0"
},
"engines": {
"node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
}
},
"node_modules/node-fetch-native": {
"version": "1.6.6",
"resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz",
@@ -4859,15 +4998,28 @@
"ufo": "^1.5.4"
}
},
"node_modules/ohash": {
"version": "2.0.11",
"resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz",
"integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==",
"license": "MIT"
},
"node_modules/oniguruma-parser": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/oniguruma-parser/-/oniguruma-parser-0.11.2.tgz",
"integrity": "sha512-F7Ld4oDZJCI5/wCZ8AOffQbqjSzIRpKH7I/iuSs1SkhZeCj0wS6PMZ4W6VA16TWHrAo0Y9bBKEJOe7tvwcTXnw==",
"license": "MIT"
},
"node_modules/oniguruma-to-es": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-2.3.0.tgz",
"integrity": "sha512-bwALDxriqfKGfUufKGGepCzu9x7nJQuoRoAFp4AnwehhC2crqrDIAP/uN2qdlsAvSMpeRC3+Yzhqc7hLmle5+g==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.2.0.tgz",
"integrity": "sha512-MDPs6KSOLS0tKQ7joqg44dRIRZUyotfTy0r+7oEEs6VwWWP0+E2PPDYWMFN0aqOjRyWHBYq7RfKw9GQk2S2z5g==",
"license": "MIT",
"dependencies": {
"emoji-regex-xs": "^1.0.0",
"regex": "^5.1.1",
"regex-recursion": "^5.1.1"
"oniguruma-parser": "^0.11.0",
"regex": "^6.0.1",
"regex-recursion": "^6.0.2"
}
},
"node_modules/p-limit": {
@@ -4914,9 +5066,15 @@
}
},
"node_modules/package-manager-detector": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.0.0.tgz",
"integrity": "sha512-7elnH+9zMsRo7aS72w6MeRugTpdRvInmEB4Kmm9BVvPw/SLG8gXUGQ+4wF0Mys0RSWPz0B9nuBbDe8vFeA2sfg==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/package-manager-detector/-/package-manager-detector-1.2.0.tgz",
"integrity": "sha512-PutJepsOtsqVfUsxCzgTTpyXmiAgvKptIgY4th5eq5UXXFhj5PxfQ9hnGkypMeovpAvVshFRItoFHYO18TCOqA==",
"license": "MIT"
},
"node_modules/pako": {
"version": "0.2.9",
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
"integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
"license": "MIT"
},
"node_modules/parse-latin": {
@@ -5108,21 +5266,20 @@
}
},
"node_modules/regex": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/regex/-/regex-5.1.1.tgz",
"integrity": "sha512-dN5I359AVGPnwzJm2jN1k0W9LPZ+ePvoOeVMMfqIMFz53sSwXkxaJoxr50ptnsC771lK95BnTrVSZxq0b9yCGw==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/regex/-/regex-6.0.1.tgz",
"integrity": "sha512-uorlqlzAKjKQZ5P+kTJr3eeJGSVroLKoHmquUj4zHWuR+hEyNqlXsSKlYYF5F4NI6nl7tWCs0apKJ0lmfsXAPA==",
"license": "MIT",
"dependencies": {
"regex-utilities": "^2.3.0"
}
},
"node_modules/regex-recursion": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-5.1.1.tgz",
"integrity": "sha512-ae7SBCbzVNrIjgSbh7wMznPcQel1DNlDtzensnFxpiNpXt1U2ju/bHugH422r+4LAVS1FpW1YCwilmnNsjum9w==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/regex-recursion/-/regex-recursion-6.0.2.tgz",
"integrity": "sha512-0YCaSCq2VRIebiaUviZNs0cBz1kg5kVS2UKUfNIx8YVs1cN3AV7NTctO5FOKBA+UT2BPJIWZauYHPqJODG50cg==",
"license": "MIT",
"dependencies": {
"regex": "^5.1.1",
"regex-utilities": "^2.3.0"
}
},
@@ -5228,9 +5385,9 @@
}
},
"node_modules/remark-rehype": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.1.tgz",
"integrity": "sha512-g/osARvjkBXb6Wo0XvAeXQohVta8i84ACbenPpoSsxTOQH/Ae0/RGP4WZgnMH5pMLpsj4FG7OHmcIcXxpza8eQ==",
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/remark-rehype/-/remark-rehype-11.1.2.tgz",
"integrity": "sha512-Dh7l57ianaEoIpzbp0PC9UKAdCSVklD8E5Rpw7ETfbTl3FqcOOgq5q2LVDhgGCkaBv7p24JXikPdvhhmHvKMsw==",
"license": "MIT",
"dependencies": {
"@types/hast": "^3.0.0",
@@ -5274,6 +5431,12 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/restructure": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/restructure/-/restructure-3.0.2.tgz",
"integrity": "sha512-gSfoiOEA0VPE6Tukkrr7I0RBdE0s7H1eFCDBk05l1KIQT1UIKNc5JZy6jdyW6eYH3aR3g5b3PuL77rq0hvwtAw==",
"license": "MIT"
},
"node_modules/retext": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/retext/-/retext-9.0.0.tgz",
@@ -5432,18 +5595,18 @@
}
},
"node_modules/shiki": {
"version": "1.29.2",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-1.29.2.tgz",
"integrity": "sha512-njXuliz/cP+67jU2hukkxCNuH1yUi4QfdZZY+sMr5PPrIyXSu5iTb/qYC4BiWWB0vZ+7TbdvYUCeL23zpwCfbg==",
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/shiki/-/shiki-3.2.2.tgz",
"integrity": "sha512-0qWBkM2t/0NXPRcVgtLhtHv6Ak3Q5yI4K/ggMqcgLRKm4+pCs3namgZlhlat/7u2CuqNtlShNs9lENOG6n7UaQ==",
"license": "MIT",
"dependencies": {
"@shikijs/core": "1.29.2",
"@shikijs/engine-javascript": "1.29.2",
"@shikijs/engine-oniguruma": "1.29.2",
"@shikijs/langs": "1.29.2",
"@shikijs/themes": "1.29.2",
"@shikijs/types": "1.29.2",
"@shikijs/vscode-textmate": "^10.0.1",
"@shikijs/core": "3.2.2",
"@shikijs/engine-javascript": "3.2.2",
"@shikijs/engine-oniguruma": "3.2.2",
"@shikijs/langs": "3.2.2",
"@shikijs/themes": "3.2.2",
"@shikijs/types": "3.2.2",
"@shikijs/vscode-textmate": "^10.0.2",
"@types/hast": "^3.0.4"
}
},
@@ -5464,9 +5627,9 @@
"license": "MIT"
},
"node_modules/smol-toml": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.1.tgz",
"integrity": "sha512-tEYNll18pPKHroYSmLLrksq233j021G0giwW7P3D24jC54pQ5W5BXMsQ/Mvw1OJCmEYDgY+lrzT+3nNUtoNfXQ==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.3.3.tgz",
"integrity": "sha512-KMVLNWu490KlNfD0lbfDBUktJIEaZRBj1eeK0SMfdpO/rfyARIzlnPVI1Ge4l0vtSJmQUAiGKxMyLGrCT38iyA==",
"license": "BSD-3-Clause",
"engines": {
"node": ">= 18"
@@ -5561,6 +5724,12 @@
"node": ">=6"
}
},
"node_modules/tiny-inflate": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tiny-inflate/-/tiny-inflate-1.0.3.tgz",
"integrity": "sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==",
"license": "MIT"
},
"node_modules/tinyexec": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz",
@@ -5583,6 +5752,12 @@
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/tr46": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
"license": "MIT"
},
"node_modules/trim-lines": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-3.0.1.tgz",
@@ -5662,9 +5837,9 @@
"license": "MIT"
},
"node_modules/ultrahtml": {
"version": "1.5.3",
"resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.5.3.tgz",
"integrity": "sha512-GykOvZwgDWZlTQMtp5jrD4BVL+gNn2NVlVafjcFUJ7taY20tqYdwdoWBFy6GBJsNTZe1GkGPkSl5knQAjtgceg==",
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/ultrahtml/-/ultrahtml-1.6.0.tgz",
"integrity": "sha512-R9fBn90VTJrqqLDwyMph+HGne8eqY1iPfYhPzZrvKpIfwkWZbcYlfpsb8B9dTvBfpy1/hqAD7Wi8EKfP9e8zdw==",
"license": "MIT"
},
"node_modules/uncrypto": {
@@ -5673,6 +5848,26 @@
"integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
"license": "MIT"
},
"node_modules/unicode-properties": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz",
"integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==",
"license": "MIT",
"dependencies": {
"base64-js": "^1.3.0",
"unicode-trie": "^2.0.0"
}
},
"node_modules/unicode-trie": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/unicode-trie/-/unicode-trie-2.0.0.tgz",
"integrity": "sha512-x7bc76x0bm4prf1VLg79uhAzKw8DVboClSN5VxJuQ+LKDOVEW9CdH+VY7SP+vX7xCYQqzzgQpFqz15zeLvAtZQ==",
"license": "MIT",
"dependencies": {
"pako": "^0.2.5",
"tiny-inflate": "^1.0.0"
}
},
"node_modules/unified": {
"version": "11.0.5",
"resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
@@ -5692,6 +5887,16 @@
"url": "https://opencollective.com/unified"
}
},
"node_modules/unifont": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/unifont/-/unifont-0.2.0.tgz",
"integrity": "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==",
"license": "MIT",
"dependencies": {
"css-tree": "^3.0.0",
"ohash": "^2.0.0"
}
},
"node_modules/unist-util-find-after": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/unist-util-find-after/-/unist-util-find-after-5.0.0.tgz",
@@ -5980,14 +6185,17 @@
}
},
"node_modules/vite": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.2.1.tgz",
"integrity": "sha512-n2GnqDb6XPhlt9B8olZPrgMD/es/Nd1RdChF6CBD/fHW6pUyUTt2sQW2fPRX5GiD9XEa6+8A6A4f2vT6pSsE7Q==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.0.tgz",
"integrity": "sha512-9aC0n4pr6hIbvi1YOpFjwQ+QOTGssvbJKoeYkuHHGWwlXfdxQlI8L2qNMo9awEEcCPSiS+5mJZk5jH1PAqoDeQ==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.25.0",
"fdir": "^6.4.3",
"picomatch": "^4.0.2",
"postcss": "^8.5.3",
"rollup": "^4.30.1"
"rollup": "^4.34.9",
"tinyglobby": "^0.2.12"
},
"bin": {
"vite": "bin/vite.js"
@@ -6078,6 +6286,22 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/webidl-conversions": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
"license": "BSD-2-Clause"
},
"node_modules/whatwg-url": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
"license": "MIT",
"dependencies": {
"tr46": "~0.0.3",
"webidl-conversions": "^3.0.0"
}
},
"node_modules/which-pm-runs": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
@@ -6189,9 +6413,9 @@
}
},
"node_modules/zod-to-json-schema": {
"version": "3.24.3",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.3.tgz",
"integrity": "sha512-HIAfWdYIt1sssHfYZFCXp4rU1w2r8hVVXYIlmoa0r0gABLs5di3RCqPU5DDROogVz1pAdYBaz7HK5n9pSUNs3A==",
"version": "3.24.5",
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.24.5.tgz",
"integrity": "sha512-/AuWwMP+YqiPbsJx5D6TfgRTc4kTLjsh5SOcd4bLsfUg2RcEXrFMJl1DGgdHy2aCfsIA/cr/1JM0xcB2GZji8g==",
"license": "ISC",
"peerDependencies": {
"zod": "^3.24.1"

View File

@@ -16,7 +16,7 @@
"@tanstack/react-query": "^5.68.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"astro": "^5.4.3",
"astro": "^5.7.2",
"axios": "^1.8.3",
"clsx": "^2.1.1",
"react": "^19.0.0",

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="115" height="48"><path fill="#17191E" d="M7.77 36.35C6.4 35.11 6 32.51 6.57 30.62c.99 1.2 2.35 1.57 3.75 1.78 2.18.33 4.31.2 6.33-.78.23-.12.44-.27.7-.42.18.55.23 1.1.17 1.67a4.56 4.56 0 0 1-1.94 3.23c-.43.32-.9.61-1.34.91-1.38.94-1.76 2.03-1.24 3.62l.05.17a3.63 3.63 0 0 1-1.6-1.38 3.87 3.87 0 0 1-.63-2.1c0-.37 0-.74-.05-1.1-.13-.9-.55-1.3-1.33-1.32a1.56 1.56 0 0 0-1.63 1.26c0 .06-.03.12-.05.2Z"/><path fill="url(#a)" d="M7.77 36.35C6.4 35.11 6 32.51 6.57 30.62c.99 1.2 2.35 1.57 3.75 1.78 2.18.33 4.31.2 6.33-.78.23-.12.44-.27.7-.42.18.55.23 1.1.17 1.67a4.56 4.56 0 0 1-1.94 3.23c-.43.32-.9.61-1.34.91-1.38.94-1.76 2.03-1.24 3.62l.05.17a3.63 3.63 0 0 1-1.6-1.38 3.87 3.87 0 0 1-.63-2.1c0-.37 0-.74-.05-1.1-.13-.9-.55-1.3-1.33-1.32a1.56 1.56 0 0 0-1.63 1.26c0 .06-.03.12-.05.2Z"/><path fill="#17191E" d="M.02 30.31s4.02-1.95 8.05-1.95l3.04-9.4c.11-.45.44-.76.82-.76.37 0 .7.31.82.76l3.04 9.4c4.77 0 8.05 1.95 8.05 1.95L17 11.71c-.2-.56-.53-.91-.98-.91H7.83c-.44 0-.76.35-.97.9L.02 30.31Zm42.37-5.97c0 1.64-2.05 2.62-4.88 2.62-1.85 0-2.5-.45-2.5-1.41 0-1 .8-1.49 2.65-1.49 1.67 0 3.09.03 4.73.23v.05Zm.03-2.04a21.37 21.37 0 0 0-4.37-.36c-5.32 0-7.82 1.25-7.82 4.18 0 3.04 1.71 4.2 5.68 4.2 3.35 0 5.63-.84 6.46-2.92h.14c-.03.5-.05 1-.05 1.4 0 1.07.18 1.16 1.06 1.16h4.15a16.9 16.9 0 0 1-.36-4c0-1.67.06-2.93.06-4.62 0-3.45-2.07-5.64-8.56-5.64-2.8 0-5.9.48-8.26 1.19.22.93.54 2.83.7 4.06 2.04-.96 4.95-1.37 7.2-1.37 3.11 0 3.97.71 3.97 2.15v.57Zm11.37 3c-.56.07-1.33.07-2.12.07-.83 0-1.6-.03-2.12-.1l-.02.58c0 2.85 1.87 4.52 8.45 4.52 6.2 0 8.2-1.64 8.2-4.55 0-2.74-1.33-4.09-7.2-4.39-4.58-.2-4.99-.7-4.99-1.28 0-.66.59-1 3.65-1 3.18 0 4.03.43 4.03 1.35v.2a46.13 46.13 0 0 1 4.24.03l.02-.55c0-3.36-2.8-4.46-8.2-4.46-6.08 0-8.13 1.49-8.13 4.39 0 2.6 1.64 4.23 7.48 4.48 4.3.14 4.77.62 4.77 1.28 0 .7-.7 1.03-3.71 1.03-3.47 0-4.35-.48-4.35-1.47v-.13Zm19.82-12.05a17.5 17.5 0 0 1-6.24 3.48c.03.84.03 2.4.03 3.24l1.5.02c-.02 1.63-.04 3.6-.04 4.9 0 3.04 1.6 5.32 6.58 5.32 2.1 0 3.5-.23 5.23-.6a43.77 43.77 0 0 1-.46-4.13c-1.03.34-2.34.53-3.78.53-2 0-2.82-.55-2.82-2.13 0-1.37 0-2.65.03-3.84 2.57.02 5.13.07 6.64.11-.02-1.18.03-2.9.1-4.04-2.2.04-4.65.07-6.68.07l.07-2.93h-.16Zm13.46 6.04a767.33 767.33 0 0 1 .07-3.18H82.6c.07 1.96.07 3.98.07 6.92 0 2.95-.03 4.99-.07 6.93h5.18c-.09-1.37-.11-3.68-.11-5.65 0-3.1 1.26-4 4.12-4 1.33 0 2.28.16 3.1.46.03-1.16.26-3.43.4-4.43-.86-.25-1.81-.41-2.96-.41-2.46-.03-4.26.98-5.1 3.38l-.17-.02Zm22.55 3.65c0 2.5-1.8 3.66-4.64 3.66-2.81 0-4.61-1.1-4.61-3.66s1.82-3.52 4.61-3.52c2.82 0 4.64 1.03 4.64 3.52Zm4.71-.11c0-4.96-3.87-7.18-9.35-7.18-5.5 0-9.23 2.22-9.23 7.18 0 4.94 3.49 7.59 9.21 7.59 5.77 0 9.37-2.65 9.37-7.6Z"/><defs><linearGradient id="a" x1="6.33" x2="19.43" y1="40.8" y2="34.6" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient></defs></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="1024" fill="none"><path fill="url(#a)" fill-rule="evenodd" d="M-217.58 475.75c91.82-72.02 225.52-29.38 341.2-44.74C240 415.56 372.33 315.14 466.77 384.9c102.9 76.02 44.74 246.76 90.31 366.31 29.83 78.24 90.48 136.14 129.48 210.23 57.92 109.99 169.67 208.23 155.9 331.77-13.52 121.26-103.42 264.33-224.23 281.37-141.96 20.03-232.72-220.96-374.06-196.99-151.7 25.73-172.68 330.24-325.85 315.72-128.6-12.2-110.9-230.73-128.15-358.76-12.16-90.14 65.87-176.25 44.1-264.57-26.42-107.2-167.12-163.46-176.72-273.45-10.15-116.29 33.01-248.75 124.87-320.79Z" clip-rule="evenodd" style="opacity:.154"/><path fill="url(#b)" fill-rule="evenodd" d="M1103.43 115.43c146.42-19.45 275.33-155.84 413.5-103.59 188.09 71.13 409 212.64 407.06 413.88-1.94 201.25-259.28 278.6-414.96 405.96-130 106.35-240.24 294.39-405.6 265.3-163.7-28.8-161.93-274.12-284.34-386.66-134.95-124.06-436-101.46-445.82-284.6-9.68-180.38 247.41-246.3 413.54-316.9 101.01-42.93 207.83 21.06 316.62 6.61Z" clip-rule="evenodd" style="opacity:.154"/><defs><linearGradient id="b" x1="373" x2="1995.44" y1="1100" y2="118.03" gradientUnits="userSpaceOnUse"><stop stop-color="#D83333"/><stop offset="1" stop-color="#F041FF"/></linearGradient><linearGradient id="a" x1="107.37" x2="1130.66" y1="1993.35" y2="1026.31" gradientUnits="userSpaceOnUse"><stop stop-color="#3245FF"/><stop offset="1" stop-color="#BC52EE"/></linearGradient></defs></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="160" height="32.095" viewBox="0 0 160 32.095">
<g id="logo-e" transform="translate(15704.411 15506)">
<path id="Path_9" data-name="Path 9" d="M36.476,37.047,26.43,28.956,35.6,21H28.924l-6.608,6H19.755V21H14.9V37.047h4.855V30.912h2.427L29.4,37.047Z" transform="translate(-15719.312 -15518.977)" fill="#fff"/>
<path id="Path_10" data-name="Path 10" d="M71.013,29.093a25.313,25.313,0,0,0-.2-4.113c-.4-2.427-1.618-3.574-4.18-3.978a48.386,48.386,0,0,0-7.08-.2,50.027,50.027,0,0,0-5.327.2c-2.427.27-4.046,1.214-4.585,2.832-.472,1.214-.539,1.955-.539,5.192,0,1.888.067,3.1.135,3.776a4.386,4.386,0,0,0,2.292,3.574c1.349.674,2.764.742,8.293.742,2.7,0,4.652-.067,5.866-.135,2.63-.2,4.315-1.416,4.855-3.506a11.591,11.591,0,0,0,.472-4.383m-4.855-.337c0,2.9-.27,3.708-1.348,4.113-.742.27-1.686.337-5.461.337-5.057,0-5.327-.2-5.327-4.383,0-2.562.27-3.371,1.214-3.776.674-.27,1.686-.337,4.72-.337,3.776,0,4.585.067,5.259.472.742.4.944,1.214.944,3.574" transform="translate(-15730.452 -15518.911)" fill="#fff"/>
<path id="Path_11" data-name="Path 11" d="M107.46,26.359c0-2.495-.607-3.978-1.888-4.652-.944-.472-2.09-.607-4.45-.607H87.3V37.147h4.855V33.1h7.484c1.348,0,1.686.067,2.09.337a2.028,2.028,0,0,1,.607,1.753v2.023h4.922V34.72a4.121,4.121,0,0,0-.472-2.36c-.472-.809-1.146-1.011-2.967-1.146l-.809-.067c1.955-.27,2.495-.4,3.1-.877.944-.742,1.348-2.023,1.348-3.911m-4.855,1.011c0,1.483-.472,1.753-2.832,1.753H92.155V25.011h7.754c1.483,0,1.82.067,2.225.472.337.27.472.742.472,1.888" transform="translate(-15742.896 -15519.009)" fill="#fff"/>
<path id="Path_12" data-name="Path 12" d="M144.674,29.024c0-3.708-.4-5.461-1.483-6.54S140.493,21,137.122,21H123.3V37.047h14.5c3.236,0,4.383-.27,5.394-1.348,1.146-1.214,1.483-2.764,1.483-6.675m-4.922,0c0,2.832-.337,3.641-1.483,3.978a4.716,4.716,0,0,1-2.023.2h-8.158V24.978h8.293c2.764,0,3.371.742,3.371,4.046" transform="translate(-15754.622 -15518.977)" fill="#fff"/>
<path id="Path_13" data-name="Path 13" d="M159.4,25.147a16.052,16.052,0,0,1,31.285-5.057,16.047,16.047,0,1,1,0,10.114A16.052,16.052,0,0,1,159.4,25.147" transform="translate(-15766.382 -15515.1)" fill="#fff"/>
<path id="Path_14" data-name="Path 14" d="M188.358,32.025a5.144,5.144,0,0,0-1.011-3.574c-.742-.877-1.753-1.146-4.113-1.281-1.281-.067-2.225-.067-2.562-.067h-4.517c-1.551,0-1.686-.067-1.955-.067a1.193,1.193,0,0,1-1.079-1.281c0-.877.4-1.214,1.618-1.349.742-.067,2.9-.135,4.383-.135,3.3,0,3.776.2,3.776,1.618h4.787c0-2.764-.539-3.843-2.158-4.45-1.214-.472-2.495-.539-7.147-.539a42.686,42.686,0,0,0-6,.27c-2.967.4-3.978,1.686-3.978,4.855,0,2.495.674,3.776,2.36,4.315a16.2,16.2,0,0,0,4.517.4h4.45a12.6,12.6,0,0,1,2.427.067c1.011.067,1.483.539,1.483,1.348,0,1.416-.607,1.551-6.338,1.551a16.254,16.254,0,0,1-3.034-.2c-.742-.2-.877-.472-.944-1.686h-4.787v.944c0,2.292.742,3.439,2.562,3.911,1.146.337,2.832.4,6.405.4a56.556,56.556,0,0,0,6.742-.27c2.967-.27,4.113-1.551,4.113-4.787" transform="translate(-15769.313 -15518.943)" fill="#000"/>
<path id="Path_15" data-name="Path 15" d="M234.473,37.047,225.708,21h-6.54L210.2,37.047h5.529l1.483-2.9H227.6l1.551,2.9Z" transform="translate(-15782.93 -15518.977)" fill="#000"/>
<path id="Path_16" data-name="Path 16" d="M230.077,32.505H223.2l3.439-6.405Z" transform="translate(-15787.165 -15520.638)" fill="#fff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" id="Camada_1" viewBox="0 0 158 23"><defs></defs><g><path class="cls-1" d="M68.52,22.59h-2.37c-.19,0-.35-.16-.35-.35v-7.67c0-1.75-.7-3.04-2.53-3.04s-2.99,1.24-2.99,3.28v7.44c0,.19-.16.35-.35.35h-2.37c-.19,0-.35-.16-.35-.35v-12.69c0-.19.16-.35.35-.35h2.14c.19,0,.35.16.35.35v1.43c.57-1.06,1.86-2.09,4-2.09,1.93,0,3.27.83,4.02,2.11,1.03-1.29,2.48-2.11,4.54-2.11,3.22,0,4.87,2.24,4.87,5.29v8.06c0,.19-.16.35-.35.35h-2.37c-.19,0-.35-.16-.35-.35v-7.67c0-1.73-.67-3.04-2.53-3.04s-3.02,1.21-3.02,3.38v7.34c0,.19-.16.35-.35.35"></path><path class="cls-1" d="M83.32,17.28c-.54.28-.8.85-.8,1.5,0,1.08.67,1.73,2.3,1.73,2.55,0,3.76-1.06,3.76-2.94v-.7c-4.33,0-4.82.18-5.26.41M79.58,18.67c0-1.55.75-2.78,2.17-3.43.8-.36,1.68-.7,6.83-.7v-.67c0-1.62-1.03-2.45-2.86-2.45-1.5,0-2.42.6-2.75,1.61-.07.22-.27.37-.5.37h-2.18c-.22,0-.38-.2-.34-.42.4-2.18,2.04-4.1,5.84-4.1s5.78,1.93,5.78,5v8.34c0,.19-.16.35-.35.35h-2.14c-.19,0-.35-.16-.35-.35v-1.07c-.95,1.13-2.32,1.73-4.46,1.73-3.33,0-4.69-1.86-4.69-4.23"></path><path class="cls-1" d="M96.99,10.99c.57-1.06,1.93-2.09,4.13-2.09,3.25,0,4.98,2.17,4.98,5.29v8.06c0,.19-.16.35-.35.35h-2.37c-.19,0-.35-.16-.35-.35v-7.99c0-1.49-1.2-2.73-2.69-2.72-1.91.02-3.11,1.23-3.11,3.3v7.41c0,.19-.16.35-.35.35h-2.37c-.19,0-.35-.16-.35-.35v-12.69c0-.19.16-.35.35-.35h2.14c.19,0,.35.16.35.35v1.43Z"></path><path class="cls-1" d="M108.34,18.31h2.14c.24,0,.45.16.51.39.26.97,1.19,1.68,2.86,1.68s2.47-.59,2.45-1.52c-.05-2.84-7.69-.31-7.78-5.75-.04-2.24,1.94-4.2,5.25-4.2,3.57,0,4.97,2.26,5.28,4.03.04.21-.12.4-.34.4h-2.12c-.23,0-.44-.15-.51-.37-.25-.82-.98-1.56-2.35-1.56-1.52,0-2.29.62-2.27,1.6.04,2.6,7.69.31,7.78,5.72.04,2.27-1.79,4.18-5.53,4.18s-5.37-1.92-5.7-4.2c-.03-.21.13-.39.34-.39"></path><path class="cls-1" d="M123.82,14.52h7.12c-.26-1.86-1.55-3.12-3.53-3.12s-3.27,1.29-3.58,3.12M123.77,16.79c.23,2.11,1.6,3.48,3.74,3.48,1.3,0,2.43-.61,2.98-1.62.09-.17.27-.28.47-.28h2.28c.25,0,.41.25.32.48-.93,2.4-3.2,4.06-6.13,4.06-4.05,0-6.68-3.02-6.68-7.01s2.68-6.99,6.65-6.99,6.58,3.02,6.58,6.94c0,.23,0,.45-.01.62,0,.19-.16.34-.35.34h-9.85Z"></path><path class="cls-1" d="M143.24,11.58c0,.2-.17.36-.37.35-.1,0-.21-.01-.32-.01-2.17,0-3.46,1.13-3.46,3.71v6.61c0,.19-.16.35-.35.35h-2.37c-.19,0-.35-.16-.35-.35v-12.69c0-.19.16-.35.35-.35h2.14c.19,0,.35.16.35.35v1.51c.49-.85,1.62-1.99,3.95-1.99.03,0,.07,0,.11,0,.19,0,.33.16.33.35v2.15Z"></path><path class="cls-1" d="M155.36,9.21h2.29c.25,0,.42.25.32.48l-5.14,12.58c-.08.2-.27.33-.48.33h-2.18c-.21,0-.4-.13-.48-.33l-5.11-12.58c-.09-.23.08-.48.32-.48h2.37c.22,0,.41.14.49.34l3.53,9.41,3.58-9.41c.08-.2.27-.34.49-.34"></path></g><g><path class="cls-2" d="M24.5.49c-1.12-.66-2.5-.46-3.39.43L.1,21.95c-.22.22-.07.61.25.61h3.02c.09,0,.19-.04.25-.1L22.99,3.09v19.14c0,.2.16.36.36.36h2.16c.2,0,.36-.16.36-.36V3.01c0-1.02-.49-2.01-1.37-2.52"></path><path class="cls-2" d="M49.05,3v19.23c0,.2-.16.36-.36.36h-2.16c-.2,0-.36-.16-.36-.36V3.09l-8.72,8.72-2.87,2.87-7.8,7.8c-.07.07-.16.1-.25.1h-2.66c-.27,0-.44-.28-.32-.52.26-.53.61-1.02,1.04-1.45L44.3.91c.89-.89,2.26-1.08,3.38-.43.88.51,1.37,1.5,1.37,2.52Z"></path></g><g><path class="cls-1" d="M37.46,3.01v4.75l-2.87,2.87V3.09L15.22,22.46c-.07.07-.16.1-.25.1h-3.02c-.32,0-.48-.38-.25-.61L32.7.91c.89-.89,2.27-1.08,3.39-.43.88.51,1.37,1.5,1.37,2.52Z"></path><path class="cls-1" d="M34.59,14.69l2.87-2.87v10.42c0,.2-.16.36-.36.36h-2.16c-.2,0-.36-.16-.36-.36v-7.55Z"></path></g></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,33 @@
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 504 421.7" style="enable-background:new 0 0 504 421.7;" xml:space="preserve">
<g id="Layer_1_1_">
<g id="Nissan_Badge_1_">
<g>
<path class="st0" d="M293.7,227.7c-0.4,0.1-2,0.1-2.7,0.1h-51.6v12h52.5c0.4,0,3.5,0,4.1-0.1c10.7-1,15.6-9.9,15.6-17.7
c0-8-5.1-16.6-14.8-17.5c-1.9-0.2-3.5-0.2-4.2-0.2h-34.3c-1.5,0-3.2-0.1-3.8-0.3c-2.7-0.7-3.7-3.1-3.7-5.1c0-1.8,1-4.2,3.8-5
c0.8-0.2,1.7-0.3,3.6-0.3h49.5v-11.8h-50.3c-2.1,0-3.7,0.1-5,0.3c-8.6,1.2-14.6,8.1-14.6,16.9c0,7.2,4.5,15.6,14.4,17
c1.8,0.2,4.3,0.2,5.4,0.2H291c0.6,0,2.1,0,2.4,0.1c3.8,0.5,5.1,3.3,5.1,5.8C298.5,224.5,297,227.1,293.7,227.7z"></path>
<path class="st0" d="M195.9,227.7c-0.4,0.1-2,0.1-2.6,0.1h-51.7v12h52.5c0.4,0,3.5,0,4.1-0.1c10.7-1,15.6-9.9,15.6-17.7
c0-8-5.1-16.6-14.8-17.5c-1.9-0.2-3.5-0.2-4.2-0.2h-34.3c-1.5,0-3.2-0.1-3.8-0.3c-2.7-0.7-3.7-3.1-3.7-5.1c0-1.8,1-4.2,3.8-5
c0.8-0.2,1.7-0.3,3.6-0.3h49.5v-11.8h-50.3c-2.1,0-3.7,0.1-5,0.3c-8.6,1.2-14.6,8.1-14.6,16.9c0,7.2,4.5,15.6,14.4,17
c1.8,0.2,4.3,0.2,5.4,0.2h33.4c0.6,0,2.1,0,2.4,0.1c3.8,0.5,5.1,3.3,5.1,5.8C200.7,224.5,199.3,227.1,195.9,227.7z"></path>
<rect x="101.7" y="181.4" class="st0" width="13" height="58.7"></rect>
<polygon class="st0" points="73,240.1 73,181.4 60,181.4 60,225.2 16.7,181.4 0,181.4 0,240.1 13,240.1 13,196.1 56.6,240.1
"></polygon>
<polygon class="st0" points="491.1,181.4 491.1,225.2 447.8,181.4 431.1,181.4 431.1,240.1 444.1,240.1 444.1,196.1 487.6,240.1
504,240.1 504,181.4 "></polygon>
<path class="st0" d="M363.4,181.4l-36.6,58.7h15.8l6.5-10.5h42.7l6.5,10.5H414l-36.6-58.7H363.4z M385.1,218.5h-29.3l14.7-23.6
L385.1,218.5z"></path>
<path class="st0" d="M72.3,148.1C98.5,71.6,170.7,20.2,252.1,20.2s153.7,51.4,179.8,127.9l0.2,0.6h57.3v-6.9l-23.8-2.8
c-14.7-1.7-17.8-8.2-21.8-16.4l-1-2C408.4,47.4,333.5,0,252.1,0C170.6,0,95.8,47.4,61.4,120.8l-1,2c-4,8.2-7.1,14.7-21.8,16.4
L14.8,142v6.9H72L72.3,148.1z"></path>
<path class="st0" d="M432.1,272.9l-0.2,0.6c-26.2,76.5-98.4,127.8-179.8,127.8l0,0c-81.4,0-153.7-51.4-179.8-127.9l-0.2-0.6H14.9
v6.9l23.8,2.8c14.7,1.7,17.8,8.2,21.8,16.4l1,2c34.4,73.4,109.3,120.8,190.7,120.8l0,0c81.4,0,156.3-47.4,190.7-120.7l1-2
c4-8.2,7.1-14.7,21.8-16.4l23.8-2.8v-6.9L432.1,272.9z"></path>
</g>
<g id="Layer_2_2_">
<g id="Layer_3_1_">
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,39 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="141.088" height="45.581" viewBox="0 0 141.088 45.581">
<g id="Group_1157" data-name="Group 1157" transform="translate(0 0)">
<path id="Path_3695" data-name="Path 3695" d="M157.006,3.7l20.143.017v7.115l-13.045.028v4.291l13.045-.028v7.115l-13.045.028v4.348h13.045v7.03h-20.16Z" transform="translate(-127.467 -3.7)" fill="currentColor" fill-rule="evenodd"/>
<g id="Group_1155" data-name="Group 1155">
<g id="Group_1154" data-name="Group 1154" clip-path="url(#clip-path)">
<path id="Path_3696" data-name="Path 3696" d="M510.834,24.257l.029-.028.171-.219.2-.276.171-.249.171-.247.342-.551.171-.247.142-.276.143-.276.142-.274.142-.3.143-.274.114-.3.114-.276.114-.3.112-.3.086-.3.114-.3.085-.3.086-.3.057-.3.085-.329.057-.3.057-.329.029-.3.057-.331.028-.329.029-.331v-.331l.028-.331v-.331l-.028-.77-.057-.77-.114-.745-.114-.742-.171-.743-.228-.717-.228-.688-.285-.688-.312-.662-.342-.66-.4-.633-.4-.606-.428-.578-.454-.578-.513-.551-.511-.523-.542-.5-.568-.468L507.789,3l-.625-.413-.627-.386-.654-.357-.684-.359-.682-.3-.711-.247-.711-.249-.741-.192-.768-.165-.768-.137-.768-.11-.8-.055-.8-.027-.8.027-.8.055-.8.11L495.3.329l-.741.165-.741.192-.71.249-.711.247-.711.3-.654.359-.656.357-.625.386L489.118,3l-.6.468-.57.468-.54.5-.513.523-.484.551-.454.578-.427.578-.428.606-.37.633-.342.66-.313.662-.285.688-.228.688-.228.717-.171.743-.142.742-.086.745-.055.77-.029.77.029.772.055.77.086.772.142.743.171.715.228.717.228.717.285.688.313.66.342.633.37.633.428.633.427.578.454.578.484.551.513.523.54.5.57.468.6.441.627.441.625.384.656.359.654.329.711.3.682.274.739.249.741.192.741.165.768.137.8.084.8.082h1.565l.228-.027h.256l.257-.027.256-.028.228-.028.256-.027.228-.055.256-.028.228-.053.256-.028.228-.055.257-.055.226-.055.228-.055.228-.082.228-.055.256-.084.228-.082.228-.055.2-.084.226-.082.228-.11.228-.082.228-.084.2-.11.228-.082.2-.11.228-.11.029-.028,1.594,1.268,10.389-.028ZM500.1,23.513h-.114l-.114.027-.114.028h-.114l-.112.027h-.114l-.143.028h-.228l-.114.027H498l-.454-.055-.427-.055-.456-.055-.427-.11-.428-.108-.4-.139-.4-.137-.4-.194-.37-.164-.371-.221-.37-.221-.342-.249-.34-.247-.313-.276-.314-.276-.285-.3-.283-.3-.257-.331-.256-.331-.228-.357-.2-.357-.2-.357-.171-.386-.171-.386L490,17.648l-.114-.413-.085-.413-.086-.413-.057-.441-.028-.441-.029-.441.029-.439.028-.414.057-.439.086-.413.085-.414.114-.413.142-.413.171-.386.171-.357.2-.386.2-.357.228-.331.256-.357.257-.3.283-.331.285-.276.314-.3.313-.249.34-.274.342-.221.37-.221.371-.221.37-.194.4-.164.4-.165.4-.11.428-.137.427-.084.456-.082.427-.055L498,6.552h.912l.456.028.427.055.456.082.427.084.4.137.428.11.4.165.4.164.37.194.371.221.37.221.342.221.34.274.314.249.6.578.285.331.255.3.256.357.228.331.2.357.2.386.171.357.169.386.143.413.114.413.086.414.085.413.057.439.028.414.029.439v.194l-.029.192v.192l-.028.165v.194l-.029.192-.028.165-.028.194-.029.164-.057.194-.028.165-.059.192-.028.165-.057.165-.057.165-.057.192-.055.165-.086.165-.057.165-.085.165-.059.137-.169.331-.086.137-.085.165-.086.137-.112.139-.086.137-.086.139-.114.137-.114.137-.085.139-.114.11-.114.137-.142.139-.114.11-.114.137-.143.11-.142.137-.142.11-.143.11-.142.139-.171.108-.142.112-.173.108-.142.11-.171.11-.34.221-.171.084-.171.108-.171.084-.171.082-.171.11-.171.055-.2.084-.171.082-.171.055-.2.084-.171.055-.171.053-.2.055-.171.055-.171.028-.114.027Zm5.48,4.524-5.3-4.094,9.531.018.456.327a23.111,23.111,0,0,1-4.688,3.749m-23.753-20.6V.494L461.527.478l-.017,29.2h20.322V22.825h-13.15v-4.24l13.15-.028V11.619l-13.15.027V7.461Z" transform="translate(-376.664)" fill="currentColor" fill-rule="evenodd"/>
<path id="Path_3697" data-name="Path 3697" d="M27.637,23.065l-.029.441-.028.441-.057.439-.085.441-.086.441-.142.413-.143.413-.171.413-.171.386-.2.386-.228.386-.228.357-.256.357-.57.662-.283.3-.314.3-.342.276-.34.276-.371.247-.37.247-.4.194-.4.221-.4.165-.427.165-.428.137-.454.137-.427.11-.485.055-.454.084-.484.027H2.392v-.012H.112V25.021h2.28v0H18.614l.2-.027.2-.055.171-.084.2-.082.171-.11.143-.11.142-.137.142-.139.114-.137.114-.165.086-.165.055-.165.059-.192.028-.165v-.441l-.028-.221L20.35,22.4l-.055-.221-.086-.194-.114-.192-.114-.165-.142-.165L19.7,21.33l-.171-.11-.171-.11-.4-.165-.2-.055-.228-.027H9.422l-.485-.028-.454-.055L8,20.7l-.454-.084L7.06,20.5l-.428-.137-.454-.137-.428-.165-.427-.194L4.9,19.652l-.4-.221-.4-.249-.371-.247-.37-.276-.342-.3-.342-.3-.625-.662-.285-.357-.256-.386-.256-.386-.228-.413-.2-.413L.654,15l-.171-.441-.142-.468-.114-.468-.085-.5L.057,12.63l-.028-.525L0,11.583l.029-.494.028-.5.057-.468.114-.47.086-.439.142-.441L.6,8.335l.2-.414L1,7.535l.2-.384.228-.359.257-.357.283-.357.285-.331.313-.3.314-.3.313-.276.37-.249L3.9,4.369l.371-.221.4-.221.4-.192.4-.192.4-.165.427-.139.454-.108.428-.11.454-.084.428-.082.454-.028.484-.055h1.329v0H27.4V9.738H9.279l-.2.028-.228.027-.2.055-.2.082-.2.084-.171.082-.171.11-.142.139-.143.137-.228.331L7.315,11l-.057.194-.057.219v.525l.057.247.114.441.114.192.114.165.114.165.171.165.142.11.171.137.2.082.2.084.2.055.2.055.228.027H9.45l8.994.028h.541l.542.055.511.055.485.082.484.11.484.139.456.137.427.165.427.192.4.221.4.221.371.247.34.249.342.3.314.276.313.329.285.3.256.357.256.331.228.357.2.386.2.384.171.386.171.413.114.414.142.413.086.413.085.441.085.439.029.441.028.441Z" transform="translate(0 -2.278)" fill="currentColor"/>
<path id="Path_3698" data-name="Path 3698" d="M280.834,32.942H273.7l8.129-29.35h7.134Z" transform="translate(-223.382 -2.953)" fill="currentColor" fill-rule="evenodd"/>
<path id="Path_3699" data-name="Path 3699" d="M330.834,32.609H323.7l8.129-29.35h7.134Z" transform="translate(-264.189 -2.679)" fill="currentColor" fill-rule="evenodd"/>
<path id="Path_3700" data-name="Path 3700" d="M379.5,32.609h-7.134L380.5,3.259h7.134Z" transform="translate(-303.909 -2.679)" fill="currentColor" fill-rule="evenodd"/>
<path id="Path_3701" data-name="Path 3701" d="M7.909,205.68H4.983v-.831h.97v-6.476h-.97v-.831H7.909v.831h-.97v6.476h.97Z" transform="translate(-4.067 -162.41)" fill="currentColor"/>
<path id="Path_3702" data-name="Path 3702" d="M34.259,214.295h-.935v-3.476a6.534,6.534,0,0,0-.045-.789,1.546,1.546,0,0,0-.164-.577.785.785,0,0,0-.358-.342A1.417,1.417,0,0,0,32.15,209a1.8,1.8,0,0,0-.8.208,4.032,4.032,0,0,0-.8.53v4.558h-.936v-6.1h.936v.677a3.772,3.772,0,0,1,.905-.623,2.2,2.2,0,0,1,.96-.224,1.65,1.65,0,0,1,1.373.6,2.708,2.708,0,0,1,.473,1.716Z" transform="translate(-24.168 -171.025)" fill="currentColor"/>
<path id="Path_3703" data-name="Path 3703" d="M64.858,206.913a4.73,4.73,0,0,1-.575.126,3.579,3.579,0,0,1-.555.049,1.632,1.632,0,0,1-1.294-.5,2.407,2.407,0,0,1-.443-1.612v-3.246H61.36v-.863h.632v-1.754h.935v1.754h1.931v.863H62.927v2.782q0,.481.02.751a1.317,1.317,0,0,0,.139.506.7.7,0,0,0,.3.32,1.3,1.3,0,0,0,.585.1,1.684,1.684,0,0,0,.478-.074,3.155,3.155,0,0,0,.358-.123h.05Z" transform="translate(-50.079 -163.698)" fill="currentColor"/>
<path id="Path_3704" data-name="Path 3704" d="M89.436,211.349h-4.1a2.827,2.827,0,0,0,.154.981,1.858,1.858,0,0,0,.423.686,1.656,1.656,0,0,0,.615.394,2.251,2.251,0,0,0,.784.131,2.858,2.858,0,0,0,1.142-.249,2.75,2.75,0,0,0,.818-.489h.05v1.12a7.25,7.25,0,0,1-.965.366,3.59,3.59,0,0,1-1.035.147,2.826,2.826,0,0,1-2.159-.822,3.274,3.274,0,0,1-.776-2.336,3.563,3.563,0,0,1,.744-2.377,2.439,2.439,0,0,1,1.958-.88,2.144,2.144,0,0,1,1.734.722,3.087,3.087,0,0,1,.61,2.049Zm-.911-.787a1.933,1.933,0,0,0-.371-1.251,1.359,1.359,0,0,0-1.112-.443,1.544,1.544,0,0,0-1.2.486,1.975,1.975,0,0,0-.505,1.208Z" transform="translate(-68.876 -171.025)" fill="currentColor"/>
<rect id="Rectangle_142" data-name="Rectangle 142" width="0.935" height="8.503" transform="translate(21.988 34.766)" fill="currentColor"/>
<rect id="Rectangle_143" data-name="Rectangle 143" width="0.935" height="8.503" transform="translate(24.785 34.766)" fill="currentColor"/>
<path id="Path_3705" data-name="Path 3705" d="M150.753,198.3H149.7v-1.066h1.055Zm-.06,7.126h-.935v-6.1h.935Z" transform="translate(-122.177 -162.158)" fill="currentColor"/>
<path id="Path_3706" data-name="Path 3706" d="M167.986,213.6a3.383,3.383,0,0,1-.642,2.279,2.5,2.5,0,0,1-1.975.727,5.377,5.377,0,0,1-.863-.068,6.143,6.143,0,0,1-.828-.194v-1.049h.05a6.884,6.884,0,0,0,.726.243,3.545,3.545,0,0,0,1,.145,2.138,2.138,0,0,0,.791-.126,1.134,1.134,0,0,0,.488-.35,1.292,1.292,0,0,0,.249-.514,2.79,2.79,0,0,0,.075-.672v-.557a3.584,3.584,0,0,1-.809.555,2.3,2.3,0,0,1-.983.183,1.863,1.863,0,0,1-1.58-.79,3.684,3.684,0,0,1-.585-2.227,4.091,4.091,0,0,1,.2-1.358,3.149,3.149,0,0,1,.55-.986,2.247,2.247,0,0,1,.786-.6,2.162,2.162,0,0,1,.921-.216,2.628,2.628,0,0,1,.808.107,3.4,3.4,0,0,1,.689.325l.06-.262h.876Zm-.935-.984v-3.328a3.416,3.416,0,0,0-.694-.265,2.661,2.661,0,0,0-.639-.079,1.455,1.455,0,0,0-1.214.568,2.643,2.643,0,0,0-.443,1.65,2.99,2.99,0,0,0,.329,1.557,1.181,1.181,0,0,0,1.09.53,2.1,2.1,0,0,0,.818-.172,2.909,2.909,0,0,0,.754-.462" transform="translate(-133.111 -171.024)" fill="currentColor"/>
<path id="Path_3707" data-name="Path 3707" d="M202.621,211.349h-4.1a2.826,2.826,0,0,0,.154.981,1.858,1.858,0,0,0,.423.686,1.656,1.656,0,0,0,.615.394,2.251,2.251,0,0,0,.784.131,2.858,2.858,0,0,0,1.142-.249,2.75,2.75,0,0,0,.818-.489h.05v1.12a7.248,7.248,0,0,1-.965.366,3.59,3.59,0,0,1-1.035.147,2.826,2.826,0,0,1-2.159-.822,3.274,3.274,0,0,1-.776-2.336,3.563,3.563,0,0,1,.744-2.377,2.439,2.439,0,0,1,1.958-.88,2.144,2.144,0,0,1,1.734.722,3.087,3.087,0,0,1,.61,2.049Zm-.911-.787a1.933,1.933,0,0,0-.371-1.251,1.359,1.359,0,0,0-1.112-.443,1.544,1.544,0,0,0-1.2.486,1.975,1.975,0,0,0-.505,1.208Z" transform="translate(-161.253 -171.025)" fill="currentColor"/>
<path id="Path_3708" data-name="Path 3708" d="M237.38,214.295h-.935v-3.476a6.537,6.537,0,0,0-.045-.789,1.545,1.545,0,0,0-.164-.577.785.785,0,0,0-.358-.342,1.417,1.417,0,0,0-.607-.112,1.8,1.8,0,0,0-.8.208,4.032,4.032,0,0,0-.8.53v4.558h-.936v-6.1h.936v.677a3.772,3.772,0,0,1,.905-.623,2.2,2.2,0,0,1,.96-.224,1.65,1.65,0,0,1,1.373.6,2.708,2.708,0,0,1,.473,1.716Z" transform="translate(-189.946 -171.025)" fill="currentColor"/>
<path id="Path_3709" data-name="Path 3709" d="M270.152,214.039a5.7,5.7,0,0,1-.888.383,2.873,2.873,0,0,1-.893.137,3.042,3.042,0,0,1-1.1-.194,2.234,2.234,0,0,1-.861-.588,2.684,2.684,0,0,1-.562-.995,4.473,4.473,0,0,1-.2-1.4,3.439,3.439,0,0,1,.749-2.35,2.5,2.5,0,0,1,1.978-.852,3.061,3.061,0,0,1,.938.147,4.647,4.647,0,0,1,.843.361v1.142h-.05a3.494,3.494,0,0,0-.883-.563,2.23,2.23,0,0,0-.888-.2,1.51,1.51,0,0,0-1.256.588,3.44,3.44,0,0,0-.01,3.421,1.5,1.5,0,0,0,1.266.593,2.134,2.134,0,0,0,.577-.082,2.4,2.4,0,0,0,.527-.213,4.223,4.223,0,0,0,.383-.243,3.587,3.587,0,0,0,.284-.221h.05Z" transform="translate(-216.807 -171.152)" fill="currentColor"/>
<path id="Path_3710" data-name="Path 3710" d="M299.594,211.349h-4.1a2.826,2.826,0,0,0,.154.981,1.858,1.858,0,0,0,.423.686,1.656,1.656,0,0,0,.615.394,2.251,2.251,0,0,0,.784.131,2.858,2.858,0,0,0,1.142-.249,2.75,2.75,0,0,0,.818-.489h.05v1.12a7.248,7.248,0,0,1-.965.366,3.589,3.589,0,0,1-1.035.147,2.826,2.826,0,0,1-2.159-.822,3.274,3.274,0,0,1-.776-2.336,3.563,3.563,0,0,1,.744-2.377,2.439,2.439,0,0,1,1.958-.88,2.144,2.144,0,0,1,1.734.722,3.087,3.087,0,0,1,.61,2.049Zm-.911-.787a1.933,1.933,0,0,0-.371-1.251,1.359,1.359,0,0,0-1.112-.443,1.544,1.544,0,0,0-1.2.486,1.975,1.975,0,0,0-.505,1.208Z" transform="translate(-240.398 -171.025)" fill="currentColor"/>
<path id="Path_3711" data-name="Path 3711" d="M349.977,198.3h-1.055v-1.066h1.055Zm-.06,7.126h-.935v-6.1h.935Z" transform="translate(-284.774 -162.158)" fill="currentColor"/>
<path id="Path_3712" data-name="Path 3712" d="M369.051,214.295h-.935v-3.476a6.573,6.573,0,0,0-.045-.789,1.546,1.546,0,0,0-.164-.577.784.784,0,0,0-.358-.342,1.417,1.417,0,0,0-.607-.112,1.8,1.8,0,0,0-.8.208,4.037,4.037,0,0,0-.8.53v4.558H364.4v-6.1h.935v.677a3.773,3.773,0,0,1,.906-.623,2.2,2.2,0,0,1,.96-.224,1.65,1.65,0,0,1,1.373.6,2.708,2.708,0,0,1,.472,1.716Z" transform="translate(-297.41 -171.025)" fill="currentColor"/>
<path id="Path_3713" data-name="Path 3713" d="M421.37,205.68h-1.05l-.727-2.268h-3.2l-.726,2.268h-1l2.7-8.137h1.314Zm-2.08-3.2-1.3-3.995-1.3,3.995Z" transform="translate(-338.429 -162.41)" fill="currentColor"/>
<path id="Path_3714" data-name="Path 3714" d="M459.171,212.635a1.721,1.721,0,0,1-.63,1.372,2.567,2.567,0,0,1-1.719.536,3.772,3.772,0,0,1-1.132-.161,4.753,4.753,0,0,1-.863-.352v-1.153h.05a3.661,3.661,0,0,0,.985.582,2.806,2.806,0,0,0,1.04.216,1.81,1.81,0,0,0,.965-.219.754.754,0,0,0,.348-.689.733.733,0,0,0-.189-.546,1.625,1.625,0,0,0-.726-.317q-.2-.049-.52-.115t-.585-.142a1.905,1.905,0,0,1-1.037-.626,1.653,1.653,0,0,1-.306-1.014,1.8,1.8,0,0,1,.142-.71,1.7,1.7,0,0,1,.43-.6,2.01,2.01,0,0,1,.709-.407,2.907,2.907,0,0,1,.963-.15,3.953,3.953,0,0,1,1.007.134,3.586,3.586,0,0,1,.849.325v1.1h-.05a3.254,3.254,0,0,0-.871-.489,2.764,2.764,0,0,0-1.005-.2,1.63,1.63,0,0,0-.866.216.7.7,0,0,0-.353.642.723.723,0,0,0,.214.568,1.6,1.6,0,0,0,.677.312q.259.066.58.131t.535.12a1.93,1.93,0,0,1,1.005.563,1.57,1.57,0,0,1,.353,1.071" transform="translate(-371.209 -171.125)" fill="currentColor"/>
<path id="Path_3715" data-name="Path 3715" d="M488.05,212.635a1.72,1.72,0,0,1-.63,1.372,2.567,2.567,0,0,1-1.719.536,3.772,3.772,0,0,1-1.132-.161,4.752,4.752,0,0,1-.863-.352v-1.153h.05a3.66,3.66,0,0,0,.985.582,2.806,2.806,0,0,0,1.04.216,1.81,1.81,0,0,0,.965-.219.754.754,0,0,0,.348-.689.733.733,0,0,0-.189-.546,1.625,1.625,0,0,0-.726-.317q-.2-.049-.52-.115t-.585-.142a1.905,1.905,0,0,1-1.037-.626,1.653,1.653,0,0,1-.306-1.014,1.8,1.8,0,0,1,.142-.71,1.7,1.7,0,0,1,.43-.6,2.01,2.01,0,0,1,.709-.407,2.907,2.907,0,0,1,.963-.15,3.953,3.953,0,0,1,1.007.134,3.586,3.586,0,0,1,.849.325v1.1h-.05a3.254,3.254,0,0,0-.871-.489,2.764,2.764,0,0,0-1.005-.2,1.63,1.63,0,0,0-.866.216.7.7,0,0,0-.353.642.723.723,0,0,0,.214.568,1.6,1.6,0,0,0,.677.312q.259.066.58.131t.535.12a1.93,1.93,0,0,1,1.005.563,1.571,1.571,0,0,1,.353,1.071" transform="translate(-394.779 -171.125)" fill="currentColor"/>
<path id="Path_3716" data-name="Path 3716" d="M517.521,211.349h-4.095a2.827,2.827,0,0,0,.154.981,1.858,1.858,0,0,0,.423.686,1.659,1.659,0,0,0,.615.394,2.253,2.253,0,0,0,.784.131,2.858,2.858,0,0,0,1.142-.249,2.753,2.753,0,0,0,.818-.489h.05v1.12a7.228,7.228,0,0,1-.965.366,3.588,3.588,0,0,1-1.035.147,2.826,2.826,0,0,1-2.16-.822,3.274,3.274,0,0,1-.776-2.336,3.562,3.562,0,0,1,.744-2.377,2.438,2.438,0,0,1,1.958-.88,2.144,2.144,0,0,1,1.734.722,3.087,3.087,0,0,1,.609,2.049Zm-.911-.787a1.932,1.932,0,0,0-.371-1.251,1.359,1.359,0,0,0-1.112-.443,1.543,1.543,0,0,0-1.2.486,1.974,1.974,0,0,0-.505,1.208Z" transform="translate(-418.26 -171.025)" fill="currentColor"/>
<path id="Path_3717" data-name="Path 3717" d="M547.8,206.913a4.714,4.714,0,0,1-.575.126,3.577,3.577,0,0,1-.555.049,1.632,1.632,0,0,1-1.294-.5,2.407,2.407,0,0,1-.443-1.612v-3.246H544.3v-.863h.632v-1.754h.935v1.754H547.8v.863H545.87v2.782q0,.481.02.751a1.323,1.323,0,0,0,.139.506.7.7,0,0,0,.3.32,1.3,1.3,0,0,0,.585.1,1.682,1.682,0,0,0,.478-.074,3.129,3.129,0,0,0,.358-.123h.05Z" transform="translate(-444.236 -163.698)" fill="currentColor"/>
<path id="Path_3718" data-name="Path 3718" d="M595.034,205.68h-.985V201.7h-3.7v3.984h-.985v-8.137h.985v3.191h3.7v-3.191h.985Z" transform="translate(-481.015 -162.41)" fill="currentColor"/>
<path id="Path_3719" data-name="Path 3719" d="M633.52,211.349h-4.095a2.828,2.828,0,0,0,.154.981,1.859,1.859,0,0,0,.423.686,1.659,1.659,0,0,0,.615.394,2.253,2.253,0,0,0,.784.131,2.858,2.858,0,0,0,1.142-.249,2.753,2.753,0,0,0,.818-.489h.05v1.12a7.228,7.228,0,0,1-.965.366,3.588,3.588,0,0,1-1.035.147,2.826,2.826,0,0,1-2.16-.822,3.274,3.274,0,0,1-.776-2.336,3.562,3.562,0,0,1,.744-2.377,2.438,2.438,0,0,1,1.958-.88,2.144,2.144,0,0,1,1.734.722,3.087,3.087,0,0,1,.609,2.049Zm-.911-.787a1.932,1.932,0,0,0-.371-1.251,1.359,1.359,0,0,0-1.112-.443,1.543,1.543,0,0,0-1.2.486,1.974,1.974,0,0,0-.505,1.208Z" transform="translate(-512.933 -171.025)" fill="currentColor"/>
<path id="Path_3720" data-name="Path 3720" d="M666.162,214.4h-.93v-.65q-.124.093-.336.259a2.356,2.356,0,0,1-.411.265,2.626,2.626,0,0,1-.537.211,2.667,2.667,0,0,1-.712.084,1.7,1.7,0,0,1-1.274-.546,1.934,1.934,0,0,1-.522-1.394,2.073,2.073,0,0,1,.271-1.123,1.851,1.851,0,0,1,.774-.675,3.875,3.875,0,0,1,1.219-.333q.712-.087,1.528-.131V210.2a1.32,1.32,0,0,0-.112-.579.866.866,0,0,0-.321-.361,1.248,1.248,0,0,0-.478-.169,3.733,3.733,0,0,0-.582-.044,3.622,3.622,0,0,0-.821.107,5.968,5.968,0,0,0-.935.309h-.05v-1.044q.274-.082.791-.18a5.449,5.449,0,0,1,1.02-.1,4.34,4.34,0,0,1,1.023.107,1.906,1.906,0,0,1,.754.363,1.6,1.6,0,0,1,.478.65,2.61,2.61,0,0,1,.164.989Zm-.93-1.5v-1.7q-.428.027-1.008.082a4.791,4.791,0,0,0-.918.159,1.477,1.477,0,0,0-.652.391,1.21,1.21,0,0,0,.04,1.519,1.267,1.267,0,0,0,.881.265,1.938,1.938,0,0,0,.9-.21,4.021,4.021,0,0,0,.756-.506" transform="translate(-539.838 -171.126)" fill="currentColor"/>
<rect id="Rectangle_144" data-name="Rectangle 144" width="0.935" height="8.503" transform="translate(128.136 34.766)" fill="currentColor"/>
<path id="Path_3721" data-name="Path 3721" d="M712.3,206.913a4.714,4.714,0,0,1-.575.126,3.577,3.577,0,0,1-.555.049,1.631,1.631,0,0,1-1.294-.5,2.407,2.407,0,0,1-.443-1.612v-3.246H708.8v-.863h.632v-1.754h.935v1.754H712.3v.863H710.37v2.782q0,.481.02.751a1.324,1.324,0,0,0,.139.506.7.7,0,0,0,.3.32,1.3,1.3,0,0,0,.585.1,1.682,1.682,0,0,0,.478-.074,3.129,3.129,0,0,0,.358-.123h.05Z" transform="translate(-578.493 -163.698)" fill="currentColor"/>
<path id="Path_3722" data-name="Path 3722" d="M738.621,203.986h-.935v-3.476a6.573,6.573,0,0,0-.045-.789,1.546,1.546,0,0,0-.164-.577.784.784,0,0,0-.358-.342,1.417,1.417,0,0,0-.607-.112,1.8,1.8,0,0,0-.8.208,4.031,4.031,0,0,0-.8.53v4.558h-.935v-8.5h.935v3.077a3.775,3.775,0,0,1,.905-.623,2.2,2.2,0,0,1,.96-.224,1.65,1.65,0,0,1,1.373.6,2.708,2.708,0,0,1,.472,1.716Z" transform="translate(-599.037 -160.717)" fill="currentColor"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,22 +1,20 @@
---
import Layout from '@layouts/Layout.astro'
import { Picture } from 'astro:assets'
import { Picture, Image } from 'astro:assets'
import { Container } from '@components/Container'
import { FAQ } from '@components/FAQ'
import {
AcademicCapIcon,
GlobeAmericasIcon,
PhoneIcon,
BanknotesIcon,
StarIcon,
ClockIcon,
} from '@heroicons/react/24/outline'
import { StarIcon, ClockIcon } from '@heroicons/react/24/outline'
import { CheckBadgeIcon } from '@heroicons/react/24/solid'
import { LinkedInIcon } from '@components/linkedin-icon'
import { LinkedInIcon } from '@components/LinkedInIcon'
import nr18plataforma from '../assets/nr18-plataforma.png'
import mulherdenegocios from '../assets/mulher-de-negocios.png'
import homemdenegocios from '../assets/homem-de-negocios.png'
import francis from '../assets/francis.jpeg'
import Natura from '../assets/natura.svg'
import Nissan from '../assets/nissan.svg'
import Kordsa from '../assets/kordsa.svg'
import Manserv from '../assets/manserv.svg'
import Semeq from '../assets/semeq.svg'
---
<Layout>
@@ -25,7 +23,7 @@ import francis from '../assets/francis.jpeg'
src={nr18plataforma}
alt="NR-18"
formats={['webp']}
class="hidden lg:block"
class="max-lg:hidden"
/>
<section>
<div class="space-y-5">
@@ -83,7 +81,6 @@ import francis from '../assets/francis.jpeg'
<li><StarIcon className="w-4" /></li>
</ul>
</div>
<span>66 avaliações no Google</span>
</a>
</div>
@@ -91,10 +88,57 @@ import francis from '../assets/francis.jpeg'
</section>
</Container>
<Container className="py-6 xl:py-24 text-center space-y-2.5 hidden">
<div
class="flex lg:gap-12 itens-center justify-center max-lg:overflow-x-scroll snap-x snap-mandatory scroll-smoothscrollbar-hide"
>
<Natura class="snap-center flex-shrink-0 size-36 fill-white" />
<Nissan class="snap-center flex-shrink-0 size-36 fill-white" />
<Manserv class="snap-center flex-shrink-0 size-36 fill-white" />
<Kordsa class="snap-center flex-shrink-0 size-36 fill-white" />
<Semeq class="snap-center flex-shrink-0 size-36 fill-white" />
</div>
</Container>
<Container className="py-6 xl:py-24 text-center space-y-2.5 lg:space-y-6">
<h2 class="text-pretty font-semibold text-4xl">
Alguns clientes que acreditam em nós
</h2>
<div
class="flex max-lg:overflow-x-scroll max-lg:snap-x snap-mandatory scroll-smooth scrollbar-hide space-x-4 lg:gap-12 lg:justify-center"
>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Natura class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Nissan class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Manserv class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Kordsa class="size-52 lg:size-36 fill-white" />
</div>
<div
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
>
<Semeq class="size-52 lg:size-36 fill-white" />
</div>
</div>
</Container>
<Container>
<div class="border border-lime-400 rounded-2xl lg:grid grid-cols-3">
<div
class="bg-linear-to-tr from-lime-400/50 to-lime-300 rounded-2xl p-6 relative h-136 hidden lg:block -m-px"
class="bg-linear-to-tr from-lime-400/50 to-lime-300 rounded-2xl p-6 relative h-136 max-lg:hidden -m-px max-xl:overflow-hidden"
>
<Picture
alt="Homem de negócios"
@@ -109,8 +153,9 @@ import francis from '../assets/francis.jpeg'
class="w-96 absolute bottom-0 -right-24"
/>
</div>
<div class="col-span-2 flex items-center">
<div class="lg:w-7/12 lg:mx-auto space-y-5 p-6">
<div class="xl:w-8/12 xl:mx-auto space-y-5 p-6">
<h2 class="text-pretty text-4xl font-semibold">
Por que capacitar sua equipe com a EDUSEG&reg;
</h2>
@@ -161,42 +206,14 @@ import francis from '../assets/francis.jpeg'
</div>
</Container>
<!-- <Container className="py-6 hidden">
<ul class="flex gap-2.5 text-base/6">
<li class="flex items-center gap-2.5">
<span class="bg-white/10 p-2 rounded">
<BanknotesIcon className="w-6" />
</span>
<span>Economize até 70% com o curso online</span>
</li>
<li class="flex items-center gap-2.5">
<span class="bg-white/10 p-2 rounded">
<AcademicCapIcon className="w-6" />
</span>
<span>Certificado digital reconhecido em até 24 horas </span>
</li>
<li class="flex items-center gap-2.5">
<span class="bg-white/10 p-2 rounded">
<GlobeAmericasIcon className="w-6" />
</span>
<span>Aprenda no seu tempo e de qualquer lugar</span>
</li>
<li class="flex items-center gap-2.5">
<span class="bg-white/10 p-2 rounded">
<PhoneIcon className="w-6" />
</span>
<span>Suporte de especialistas sempre que precisar</span>
</li>
</ul>
</Container> -->
<Container>
<div class="bg-white/10 rounded-2xl p-2.5 xl:py-24">
<div class="bg-white/10 rounded-2xl p-2.5 lg:py-6 xl:py-24">
<div class="lg:w-8/12 flex max-lg:flex-col gap-5 mx-auto">
<div class="shrink-0">
<Picture
src={francis}
alt="Francis Ricardo Baretta"
formats={['webp']}
class="rounded-xl size-32 outline-2 outline-offset-2 outline-lime-400"
/>
</div>
@@ -230,55 +247,4 @@ import francis from '../assets/francis.jpeg'
</div>
</div>
</Container>
<!--
<Container className="lg:space-y-5 lg:p-3">
<Card className="space-y-2.5">
<h1 class="text-2xl font-medium">
Garanta a capacitação para sua empresa
</h1>
<ul>
<li>Pagamento flexível</li>
<li>Acesso imediato</li>
<li>Carga horária</li>
</ul>
<ul>
<li>Economize até 70% com o curso online</li>
<li>Certificado Digital reconhecido em até 24 Horas</li>
<li>Aprenda no seu tempo e de qualquer lugar</li>
<li>Suporte de especialistas sempre que precisar</li>
</ul>
</Card>
<section class="lg:grid grid-cols-4">
<div>
<h1 class="text-2xl font-medium">Módulos deste treinamento</h1>
<div>
O curso é dividido em módulos para facilitar seu aprendizado
e garantir que você domine todos os aspectos teóricos e
práticos.
</div>
</div>
<div><Example client:load /></div>
</section>
</Container>
<section class="grid lg:grid-cols-2 gap-6 p-3">
<div class="flex items-center justify-center">
<div class="space-y-3">
<h4 class="font-medium text-4xl">Solicite um orçamento</h4>
<p>
Quer saber como podemos capacitar sua equipe?
<br class="max-lg:hidden" />
Fale com nossa equipe e receba uma proposta personalizada.
</p>
</div>
</div>
<Card color="zinc" className="rounded-xl p-4">
<Form client:load />
</Card>
</section>
-->
</Layout>