From 70c72ce754e06b7ddd03b67e64b056fc6d557c09 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:22:50 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 61 +++++++++++++--------------------------- 1 file changed, 20 insertions(+), 41 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7127647..17d5f27 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,26 +18,23 @@ const ContactPage = () => { const footerColumns = [ { - title: "Product", - items: [ - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, + title: "Product", items: [ + { label: "Services", href: "services" }, + { label: "Portfolio", href: "portfolio" }, { label: "Pricing", href: "#" }, { label: "Security", href: "#" }, ], }, { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, + title: "Company", items: [ + { label: "About Us", href: "about" }, + { label: "Our Team", href: "about" }, { label: "Blog", href: "#" }, - { label: "Contact", href: "/contact" }, + { label: "Contact", href: "contact" }, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "GitHub", href: "https://github.com" }, @@ -92,41 +89,23 @@ const ContactPage = () => { sideDescription="Find answers to common questions about our services, process, and how we can help transform your business." faqs={[ { - id: "1", - title: "What services does Kraftcode offer?", - content: - "We provide comprehensive digital solutions including website development, iOS and Android app development, custom development, performance optimization, and security implementation. Our services are tailored to meet your unique business requirements.", - }, + id: "1", title: "What services does Kraftcode offer?", content: + "We provide comprehensive digital solutions including website development, iOS and Android app development, custom development, performance optimization, and security implementation. Our services are tailored to meet your unique business requirements."}, { - id: "2", - title: "How long does a typical project take?", - content: - "Project timelines vary based on complexity and scope. Most web projects take 2-4 months, while mobile apps typically require 3-6 months. We provide detailed timelines and milestones during the planning phase.", - }, + id: "2", title: "How long does a typical project take?", content: + "Project timelines vary based on complexity and scope. Most web projects take 2-4 months, while mobile apps typically require 3-6 months. We provide detailed timelines and milestones during the planning phase."}, { - id: "3", - title: "What is your development process?", - content: - "We follow a structured approach: Discovery & Planning → Design & Prototyping → Development → Testing → Deployment → Support. We maintain regular communication and provide progress updates throughout the project.", - }, + id: "3", title: "What is your development process?", content: + "We follow a structured approach: Discovery & Planning → Design & Prototyping → Development → Testing → Deployment → Support. We maintain regular communication and provide progress updates throughout the project."}, { - id: "4", - title: "Do you offer post-launch support?", - content: - "Yes, we provide comprehensive post-launch support including maintenance, updates, bug fixes, and performance monitoring. We offer various support packages tailored to your needs.", - }, + id: "4", title: "Do you offer post-launch support?", content: + "Yes, we provide comprehensive post-launch support including maintenance, updates, bug fixes, and performance monitoring. We offer various support packages tailored to your needs."}, { - id: "5", - title: "How do you ensure quality and security?", - content: - "Quality is built into our process through rigorous testing, code reviews, and quality assurance protocols. Security is implemented from the ground up, with compliance to industry standards and best practices.", - }, + id: "5", title: "How do you ensure quality and security?", content: + "Quality is built into our process through rigorous testing, code reviews, and quality assurance protocols. Security is implemented from the ground up, with compliance to industry standards and best practices."}, { - id: "6", - title: "Can you work with our existing team?", - content: - "Absolutely. We're experienced in collaborating with in-house teams, agencies, and external partners. We can integrate seamlessly into your existing workflow and development processes.", - }, + id: "6", title: "Can you work with our existing team?", content: + "Absolutely. We're experienced in collaborating with in-house teams, agencies, and external partners. We can integrate seamlessly into your existing workflow and development processes."}, ]} faqsAnimation="blur-reveal" textPosition="left"