Design A front page

This commit is contained in:
Jason Jordan
2025-06-30 15:54:10 -04:00
parent f971a75ad5
commit 3d85feb4b3
27 changed files with 480 additions and 70 deletions
+23 -4
View File
@@ -1,12 +1,12 @@
{
"name": "next-web",
"version": "0.1.0",
"name": "britton-site",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "next-web",
"version": "0.1.0",
"name": "britton-site",
"version": "2.0.0",
"dependencies": {
"next": "15.3.4",
"react": "^19.0.0",
@@ -18,8 +18,10 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"classnames": "^2.5",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"react-icons": "^5.5",
"tailwindcss": "^4",
"typescript": "^5"
}
@@ -2329,6 +2331,13 @@
"node": ">=18"
}
},
"node_modules/classnames": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
"integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==",
"dev": true,
"license": "MIT"
},
"node_modules/client-only": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
@@ -5112,6 +5121,16 @@
"react": "^19.1.0"
}
},
"node_modules/react-icons": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz",
"integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"react": "*"
}
},
"node_modules/react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",