added contact us structure for sending data to backend

This commit was merged in pull request #13.
This commit is contained in:
victorAnumudu
2025-12-15 20:00:51 +01:00
parent 9616d28ce8
commit 9440b273ec
4 changed files with 172 additions and 47 deletions
+4 -1
View File
@@ -12,8 +12,10 @@
},
"dependencies": {
"@tanstack/react-query": "^5.62.16",
"axios": "^1.13.2",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"formik": "^2.4.9",
"next": "^13.5.8",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -21,6 +23,7 @@
"sass": "^1.62.1",
"server-only": "^0.0.1",
"swiper": "^10.0.4",
"wowjs": "^1.1.3"
"wowjs": "^1.1.3",
"yup": "^1.7.1"
}
}