- Choose what you’d like to do — audits, consultations, or support.
+ Choose what you’d like to do — audits, consultations, or support.
We’ll guide you through the right steps and get back within one business day.
- {/* Step 1 – Select Request Type */}
{step === 1 && (
)}
- {/* Step 2 – Request Form */}
{step === 2 && (
- {/* Show domain and technical fields only for audits / consultations */}
{(form.type === "audit" || form.type === "consultation") && (
<>
diff --git a/web/app/contact/success/page.tsx b/web/app/contact/success/page.tsx
new file mode 100644
index 0000000..fc37b1a
--- /dev/null
+++ b/web/app/contact/success/page.tsx
@@ -0,0 +1,51 @@
+"use client";
+
+import { motion } from "framer-motion";
+import Link from "next/link";
+
+export default function ContactSuccessPage() {
+ return (
+
+
+
+ 🎉
+
+
+
+ Request Received
+
+
+
+ Thanks for reaching out! Your request has been received successfully.
+ We’ll review it and get back to you within one business day.
+