Update src/app/contact/page.tsx

This commit is contained in:
2026-02-02 15:14:07 +00:00
parent 3d50aeefaf
commit 64699975b3

View File

@@ -27,10 +27,10 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
brandName="AgentAI"
navItems={[
{ name: "Features", href: "/#features" },
{ name: "Pricing", href: "/pricing" },
{ name: "About", href: "/about" },
{ name: "Docs", href: "https://docs.example.com" }
{ name: "Features", id: "/#features" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Docs", id: "https://docs.example.com" }
]}
button={{ text: "Start Free Trial", href: "/contact" }}
/>
@@ -58,24 +58,16 @@ export default function ContactPage() {
useInvertedBackground="invertDefault"
faqs={[
{
id: "1",
title: "How long does it take to deploy an AI agent?",
content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates."
id: "1", title: "How long does it take to deploy an AI agent?", content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates."
},
{
id: "2",
title: "What kind of support do you provide?",
content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs."
id: "2", title: "What kind of support do you provide?", content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs."
},
{
id: "3",
title: "How secure is AgentAI?",
content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security."
id: "3", title: "How secure is AgentAI?", content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security."
},
{
id: "4",
title: "Can AgentAI integrate with our existing systems?",
content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use."
id: "4", title: "Can AgentAI integrate with our existing systems?", content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use."
}
]}
animationType="smooth"
@@ -86,28 +78,16 @@ export default function ContactPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Michael Torres",
imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
imageAlt: "Michael Torres"
id: "1", name: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Michael Torres"
},
{
id: "2",
name: "Jennifer Wu",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg",
imageAlt: "Jennifer Wu"
id: "2", name: "Jennifer Wu", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Jennifer Wu"
},
{
id: "3",
name: "David Patel",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg",
imageAlt: "David Patel"
id: "3", name: "David Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", imageAlt: "David Patel"
},
{
id: "4",
name: "Lisa Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
imageAlt: "Lisa Anderson"
id: "4", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Lisa Anderson"
}
]}
cardTitle="Over 500+ enterprise teams trust AgentAI to power their autonomous operations"
@@ -122,8 +102,7 @@ export default function ContactPage() {
copyrightText="© 2025 AgentAI Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -131,8 +110,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -140,8 +118,7 @@ export default function ContactPage() {
]
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "https://docs.example.com" },
{ label: "API Reference", href: "#" },
{ label: "GitHub", href: "#" },
@@ -149,8 +126,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },