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

@@ -29,7 +29,6 @@
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"html-react-parser": "^4.2.2",
"lucide-react": "^0.279.0",
@@ -46,10 +45,17 @@
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.156.1",
"typescript": "5.2.2"
"three": "^0.156.1"
},
"devDependencies": {
"@types/react-slick": "^0.23.10"
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"typescript": "^5.4.3"
}
}