Making some slight changes to landing page to be more clear/provide more of my information for companies

This commit is contained in:
Frank
2024-03-22 20:51:36 -06:00
parent 8778f28cc2
commit 12000ecd0d
14 changed files with 1145 additions and 374 deletions

View File

@@ -1,3 +1,19 @@
{
"extends": "next/core-web-vitals"
"env": {
"browser": true,
"es2021": true
},
"extends": [
"standard-with-typescript",
"plugin:react/recommended"
],
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": [
"react"
],
"rules": {
}
}