Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 17:21:29 +00:00
parent 358daec47f
commit 567b2333c9

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "features" },
{ label: "Pricing", href: "pricing" },
{ label: "Security", href: "#" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Blog", href: "#" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Contact", href: "contact" },
{ label: "Privacy Policy", href: "#" },
@@ -73,35 +70,17 @@ export default function ContactPage() {
sideDescription="Everything you need to know about Report Desk implementation and operation."
faqs={[
{
id: "faq-1",
title: "Do field staff need to download an app?",
content: "No. Report Desk is web-based and mobile-responsive. Field operators simply scan a QR code with any smartphone browser. No installation, no onboarding friction.",
},
id: "faq-1", title: "Do field staff need to download an app?", content: "No. Report Desk is web-based and mobile-responsive. Field operators simply scan a QR code with any smartphone browser. No installation, no onboarding friction."},
{
id: "faq-2",
title: "What machines does Report Desk support?",
content: "Report Desk works with any equipment: coin-operated washers/dryers, vending machines, ATMs, or custom machinery. You control the data fields and workflows.",
},
id: "faq-2", title: "What machines does Report Desk support?", content: "Report Desk works with any equipment: coin-operated washers/dryers, vending machines, ATMs, or custom machinery. You control the data fields and workflows."},
{
id: "faq-3",
title: "How long does implementation take?",
content: "Typical deployment: 24 weeks. We handle QR code generation, integration setup, and team training. Your technicians can start reporting in days.",
},
id: "faq-3", title: "How long does implementation take?", content: "Typical deployment: 24 weeks. We handle QR code generation, integration setup, and team training. Your technicians can start reporting in days."},
{
id: "faq-4",
title: "Does Report Desk integrate with our existing tools?",
content: "Yes. We support Zapier, API connections, and CSV exports. Connect to Connecteam, Slack, email, or custom systems. Your data flows where it needs to go.",
},
id: "faq-4", title: "Does Report Desk integrate with our existing tools?", content: "Yes. We support Zapier, API connections, and CSV exports. Connect to Connecteam, Slack, email, or custom systems. Your data flows where it needs to go."},
{
id: "faq-5",
title: "What if connectivity is poor in the field?",
content: "Report Desk works offline. Reports are cached locally and synced automatically when connectivity returns. No data is lost.",
},
id: "faq-5", title: "What if connectivity is poor in the field?", content: "Report Desk works offline. Reports are cached locally and synced automatically when connectivity returns. No data is lost."},
{
id: "faq-6",
title: "How secure is maintenance data?",
content: "Industry-standard encryption (TLS 1.3). SOC 2 Type II compliant. Role-based access control. Your data never leaves secure servers.",
},
id: "faq-6", title: "How secure is maintenance data?", content: "Industry-standard encryption (TLS 1.3). SOC 2 Type II compliant. Role-based access control. Your data never leaves secure servers."},
]}
textPosition="left"
useInvertedBackground={false}
@@ -115,7 +94,7 @@ export default function ContactPage() {
tag="Get Started"
title="Start Your Free Pilot Today"
description="No credit card required. See Report Desk transform your operations in 2 weeks. Schedule a brief demo with our team."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your work email"
buttonText="Start Free Pilot"