From 33653b92525bf1fbc6338b9008440307fdf2ddfa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:51:02 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 62 ++++++++++++---------------------------- 1 file changed, 19 insertions(+), 43 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b2c8278..f34d0aa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Patent Registration", href: "/services" }, { label: "Trademark Protection", href: "/services" }, { label: "Copyright Services", href: "/services" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Case Studies", href: "/results" }, { label: "FAQ", href: "#faq" }, { label: "Blog Articles", href: "/blog" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -63,7 +59,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -74,9 +70,7 @@ export default function ContactPage() { brandName="PatentPro" navItems={navItems} button={{ - text: "Get Consultation", - href: "/contact", - }} + text: "Get Consultation", href: "/contact"}} /> @@ -90,7 +84,7 @@ export default function ContactPage() { { text: "Book Consultation", href: "tel:+1-800-IP-LEGAL" }, { text: "Contact Form", href: "#contact-form" }, ]} - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} useInvertedBackground={false} /> @@ -107,41 +101,23 @@ export default function ContactPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How quickly can I schedule a consultation?", - content: - "We typically accommodate consultation requests within 24-48 hours. For urgent matters, please call us directly at 1-800-IP-LEGAL. Most initial consultations are free and can be conducted via phone, video, or in-person.", - }, + id: "1", title: "How quickly can I schedule a consultation?", content: + "We typically accommodate consultation requests within 24-48 hours. For urgent matters, please call us directly at 1-800-IP-LEGAL. Most initial consultations are free and can be conducted via phone, video, or in-person."}, { - id: "2", - title: "Is my initial consultation confidential?", - content: - "Absolutely. All consultations are subject to attorney-client privilege and confidentiality. We maintain strict privacy standards and will never share your information without explicit consent.", - }, + id: "2", title: "Is my initial consultation confidential?", content: + "Absolutely. All consultations are subject to attorney-client privilege and confidentiality. We maintain strict privacy standards and will never share your information without explicit consent."}, { - id: "3", - title: "What should I bring to my consultation?", - content: - "Please bring any existing documentation related to your intellectual property, including invention descriptions, prototypes, marketing materials, or previous IP filings. The more information you provide, the better recommendations we can make.", - }, + id: "3", title: "What should I bring to my consultation?", content: + "Please bring any existing documentation related to your intellectual property, including invention descriptions, prototypes, marketing materials, or previous IP filings. The more information you provide, the better recommendations we can make."}, { - id: "4", - title: "Do you offer virtual consultations?", - content: - "Yes, we offer consultations via phone, video conferencing, or in-person meetings. Choose the format that works best for you. Virtual consultations are just as comprehensive as in-person meetings.", - }, + id: "4", title: "Do you offer virtual consultations?", content: + "Yes, we offer consultations via phone, video conferencing, or in-person meetings. Choose the format that works best for you. Virtual consultations are just as comprehensive as in-person meetings."}, { - id: "5", - title: "What are your business hours?", - content: - "Our offices are open Monday through Friday, 9 AM to 6 PM EST. We also offer after-hours consultations by appointment. For emergency matters, please contact our support line.", - }, + id: "5", title: "What are your business hours?", content: + "Our offices are open Monday through Friday, 9 AM to 6 PM EST. We also offer after-hours consultations by appointment. For emergency matters, please contact our support line."}, { - id: "6", - title: "How can I reach your team?", - content: - "You can reach us by phone at 1-800-IP-LEGAL, email at info@patentpro.com, or through this contact form. You can also schedule consultations directly through our website.", - }, + id: "6", title: "How can I reach your team?", content: + "You can reach us by phone at 1-800-IP-LEGAL, email at info@patentpro.com, or through this contact form. You can also schedule consultations directly through our website."}, ]} />