From 07fa732772be737f9f3d9319cafca536f4c49d39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:59:15 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 51 ++++++++++++++-------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4f2a305..f955b81 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,9 +42,7 @@ export default function ContactPage() { { name: "Documentation", id: "/api-docs" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -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} /> @@ -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: "#" },