feat(web): streamline contact form and integrate identity fields
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 1m9s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Failing after 30m21s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-04-07 23:08:04 +02:00
parent aeb1814a34
commit 2097b571f3
9 changed files with 318 additions and 156 deletions

View File

@@ -47,6 +47,7 @@ export const initialState: FormState = {
storageExpansion: 0,
name: "",
email: "",
phone: "",
role: "",
message: "",
sitemapFile: null,