Update src/app/contact/page.tsx
This commit is contained in:
@@ -27,10 +27,10 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="AgentAI"
|
brandName="AgentAI"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Features", href: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Pricing", href: "/pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "About", href: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Docs", href: "https://docs.example.com" }
|
{ name: "Docs", id: "https://docs.example.com" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Start Free Trial", href: "/contact" }}
|
button={{ text: "Start Free Trial", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
@@ -58,24 +58,16 @@ export default function ContactPage() {
|
|||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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"
|
animationType="smooth"
|
||||||
@@ -86,28 +78,16 @@ export default function ContactPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"
|
||||||
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",
|
id: "2", name: "Jennifer Wu", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Jennifer Wu"
|
||||||
name: "Jennifer Wu",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg",
|
|
||||||
imageAlt: "Jennifer Wu"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "David Patel", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg", imageAlt: "David Patel"
|
||||||
name: "David Patel",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg",
|
|
||||||
imageAlt: "David Patel"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Lisa Anderson"
|
||||||
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"
|
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."
|
copyrightText="© 2025 AgentAI Inc. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Features", href: "/#features" },
|
{ label: "Features", href: "/#features" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
@@ -131,8 +110,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -140,8 +118,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Developers",
|
title: "Developers", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "https://docs.example.com" },
|
{ label: "Documentation", href: "https://docs.example.com" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "GitHub", href: "#" },
|
{ label: "GitHub", href: "#" },
|
||||||
@@ -149,8 +126,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Compliance", href: "#" },
|
{ label: "Compliance", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user