Add contact form, cookie banner, and update packages

This commit includes the addition of a contact form and a cookie banner to improve user experience and comply with regulations. The contact form involves email submission functionality. Several packages have also been updated and new routes have been added to the sitemap for better SEO. Environment variables have also been adjusted for email and contact form functionality.
This commit is contained in:
giancarlo
2024-04-26 13:43:41 +07:00
parent 2b3dbb4549
commit 259e6ba555
12 changed files with 435 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"version": "0.1.0",
"exports": {
".": "./server.ts"
".": "./index.ts"
},
"typesVersions": {
"*": {
@@ -11,7 +11,7 @@
"src/*"
]
}
}
},
"license": "MIT",
"scripts": {
"clean": "rm -rf .turbo node_modules",