+ About NXTGAUGE
+ Trust-First Marketplace and Hiring Platform
+
+ NXTGAUGE helps customers, professionals, companies, and jobseekers connect through role-specific onboarding,
+ verification checks, and runtime-configured workflows.
+
+
+
+ What We Focus On
+ Role separation, verified identities, and city-by-city controlled launch quality.
+
+ - Customer intent-first onboarding for service requests
+ - Professional onboarding with portfolio and verification
+ - Company onboarding with business compliance checks
+ - Jobseeker onboarding with profile and document validation
+
+
+
+
+
+ );
+}
diff --git a/src/routes/contact.tsx b/src/routes/contact.tsx
new file mode 100644
index 0000000..9abedfa
--- /dev/null
+++ b/src/routes/contact.tsx
@@ -0,0 +1,26 @@
+import { A } from '@solidjs/router';
+
+export default function ContactPage() {
+ return (
+
+ Contact NXTGAUGE
+ We Are Here To Help
+ For onboarding, verification, or launch support, contact our team.
+
+
+ Support Details
+ Email: support@nxtgauge.com
+ Launch City: Chennai, India
+ Support Window: 10:00 AM - 7:00 PM IST
+
+
+
+
+ );
+}
diff --git a/src/routes/index.tsx b/src/routes/index.tsx
index 7f36488..f043f0c 100644
--- a/src/routes/index.tsx
+++ b/src/routes/index.tsx
@@ -45,6 +45,10 @@ export default function Home() {