Update src/app/contact/page.tsx
This commit is contained in:
@@ -42,9 +42,7 @@ export default function ContactPage() {
|
||||
{ name: "Documentation", id: "/api-docs" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Started", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -69,40 +67,28 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email Us",
|
||||
description:
|
||||
"Send your inquiry to hello@emphra.io. We typically respond within 2 hours during business hours.",
|
||||
},
|
||||
title: "Email Us", description:
|
||||
"Send your inquiry to hello@emphra.io. We typically respond within 2 hours during business hours."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Schedule a Demo",
|
||||
description:
|
||||
"Book a 30-minute call with our product team to see Emphra in action and discuss your needs.",
|
||||
},
|
||||
title: "Schedule a Demo", description:
|
||||
"Book a 30-minute call with our product team to see Emphra in action and discuss your needs."},
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Call Our Sales Team",
|
||||
description:
|
||||
"Speak directly with an account executive at +1-555-EMPHRA-1. Available weekdays 9am-6pm EST.",
|
||||
},
|
||||
title: "Call Our Sales Team", description:
|
||||
"Speak directly with an account executive at +1-555-EMPHRA-1. Available weekdays 9am-6pm EST."},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Live Chat",
|
||||
description:
|
||||
"Chat with a support specialist in real-time on this page. Average wait time is under 5 minutes.",
|
||||
},
|
||||
title: "Live Chat", description:
|
||||
"Chat with a support specialist in real-time on this page. Average wait time is under 5 minutes."},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Partnership Inquiries",
|
||||
description:
|
||||
"Interested in integrating or reselling? Contact partners@emphra.io for partnership opportunities.",
|
||||
},
|
||||
title: "Partnership Inquiries", description:
|
||||
"Interested in integrating or reselling? Contact partners@emphra.io for partnership opportunities."},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Technical Support",
|
||||
description:
|
||||
"API issues? Email devs@emphra.io or visit our developer support portal for instant solutions.",
|
||||
},
|
||||
title: "Technical Support", description:
|
||||
"API issues? Email devs@emphra.io or visit our developer support portal for instant solutions."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -123,7 +109,7 @@ export default function ContactPage() {
|
||||
{ text: "Email Us", href: "mailto:hello@emphra.io" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,8 +121,7 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 Emphra. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/#features" },
|
||||
{ label: "Playground", href: "/playground" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
@@ -144,8 +129,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -153,8 +137,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user