include contact page and restructuring (#640)

* include contact and navbar changes

* removereact references

* tweak contacts APi route

* change font
This commit is contained in:
Musa 2025-12-22 15:02:45 -08:00
parent efb6091f29
commit 76c2fa470d
12 changed files with 468 additions and 10 deletions

View file

@ -20,5 +20,9 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "npm@10.0.0"
"packageManager": "npm@10.0.0",
"dependencies": {
"react": "^19.2.3",
"resend": "^6.6.0"
}
}