diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9d77d84..2bf325c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -16,14 +16,11 @@ export default function ContactPage() { ]; const navButton = { - text: "View Our Work", - href: "/portfolio", - }; + text: "View Our Work", href: "/portfolio"}; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Web Design", href: "/services" }, { label: "Development", href: "/services" }, { label: "UX/UI Strategy", href: "/services" }, @@ -31,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Team", href: "/about" }, @@ -40,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -78,8 +73,8 @@ export default function ContactPage() { description="Let's discuss your project goals and explore how Apex Digital Partners can help you achieve digital excellence." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-team-collaboration-scene--1772694293642-0b465240.png?_wi=2" - mediaAnimation="slide-up" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW2rAHmDcSblhmPtJ4YXRL0jWg/a-professional-team-collaboration-scene--1772694293642-0b465240.png" + mediaAnimation="smooth" mediaPosition="right" inputPlaceholder="Your email address" buttonText="Schedule a Call" @@ -93,57 +88,34 @@ export default function ContactPage() { description="Everything you need to know about working with Apex Digital Partners" tag="FAQ" textboxLayout="default" - animationType="slide-up" + faqsAnimation="none" + animationType="smooth" useInvertedBackground={false} faqs={[ { - id: "1", - title: "What is your typical project timeline?", - content: - "Most web design and development projects take 8-16 weeks from discovery to launch, depending on complexity and scope. We provide detailed timelines during the initial consultation.", - }, + id: "1", title: "What is your typical project timeline?", content: + "Most web design and development projects take 8-16 weeks from discovery to launch, depending on complexity and scope. We provide detailed timelines during the initial consultation."}, { - id: "2", - title: "Do you provide ongoing support after launch?", - content: - "Absolutely. We offer comprehensive post-launch support including bug fixes, performance optimization, and feature updates. We're committed to long-term partnerships.", - }, + id: "2", title: "Do you provide ongoing support after launch?", content: + "Absolutely. We offer comprehensive post-launch support including bug fixes, performance optimization, and feature updates. We're committed to long-term partnerships."}, { - id: "3", - title: "What technologies do you use?", - content: - "We leverage modern, best-in-class technologies including React, Next.js, TypeScript, Node.js, and cloud platforms like AWS. We choose technologies based on your project needs.", - }, + id: "3", title: "What technologies do you use?", content: + "We leverage modern, best-in-class technologies including React, Next.js, TypeScript, Node.js, and cloud platforms like AWS. We choose technologies based on your project needs."}, { - id: "4", - title: "How much does a project cost?", - content: - "Project costs vary based on scope, complexity, and requirements. Our range typically starts at $25,000 for custom web design projects and scales based on additional services and features.", - }, + id: "4", title: "How much does a project cost?", content: + "Project costs vary based on scope, complexity, and requirements. Our range typically starts at $25,000 for custom web design projects and scales based on additional services and features."}, { - id: "5", - title: "Can you work with our existing team?", - content: - "Yes, we're experienced in collaborating with internal teams, other agencies, and external contractors. We ensure smooth communication and seamless integration.", - }, + id: "5", title: "Can you work with our existing team?", content: + "Yes, we're experienced in collaborating with internal teams, other agencies, and external contractors. We ensure smooth communication and seamless integration."}, { - id: "6", - title: "What if we need design changes after launch?", - content: - "We build flexibility into all our projects. Changes are accommodated through our support packages, with transparent pricing for additional work beyond the initial scope.", - }, + id: "6", title: "What if we need design changes after launch?", content: + "We build flexibility into all our projects. Changes are accommodated through our support packages, with transparent pricing for additional work beyond the initial scope."}, { - id: "7", - title: "Do you handle e-commerce solutions?", - content: - "Yes, we have extensive e-commerce expertise. We build scalable platforms using Shopify, custom solutions, and integrations with payment processors and fulfillment systems.", - }, + id: "7", title: "Do you handle e-commerce solutions?", content: + "Yes, we have extensive e-commerce expertise. We build scalable platforms using Shopify, custom solutions, and integrations with payment processors and fulfillment systems."}, { - id: "8", - title: "How do you approach SEO?", - content: - "SEO is built into our development process from day one. We implement technical SEO best practices, optimize performance, ensure mobile-responsiveness, and provide ongoing optimization strategies.", - }, + id: "8", title: "How do you approach SEO?", content: + "SEO is built into our development process from day one. We implement technical SEO best practices, optimize performance, ensure mobile-responsiveness, and provide ongoing optimization strategies."}, ]} />