diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b49ef71..edd8ffd 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: "About Us", href: "/" }, { label: "Our Products", href: "/products" }, { label: "Careers", href: "#" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Distribution", href: "#" }, { label: "Logistics", href: "#" }, { label: "Wholesale", href: "#" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Support Portal", href: "#" }, @@ -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: "#" }, @@ -74,9 +70,7 @@ export default function ContactPage() { brandName="Istaqbaal" navItems={navItems} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} /> @@ -88,13 +82,9 @@ export default function ContactPage() { useInvertedBackground={true} buttons={[ { - text: "Contact Our Team", - href: "/contact", - }, + text: "Contact Our Team", href: "/contact"}, { - text: "Request a Quote", - href: "/contact", - }, + text: "Request a Quote", href: "/contact"}, ]} /> @@ -108,47 +98,27 @@ export default function ContactPage() { tagAnimation="opacity" buttons={[ { - text: "Contact Support", - href: "/contact", - }, + text: "Contact Support", href: "/contact"}, ]} buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - faqsAnimation="smooth" + faqsAnimation="blur-reveal" animationType="smooth" showCard={true} faqs={[ { - id: "faq-1", - title: "What products does Istaqbaal Agencies distribute?", - content: "We distribute a wide range of products including consumer goods, industrial equipment, pharmaceuticals, cosmetics, food and beverages, electronics, and specialty items. Our portfolio spans multiple industries to serve diverse business needs.", - }, + id: "faq-1", title: "What products does Istaqbaal Agencies distribute?", content: "We distribute a wide range of products including consumer goods, industrial equipment, pharmaceuticals, cosmetics, food and beverages, electronics, and specialty items. Our portfolio spans multiple industries to serve diverse business needs."}, { - id: "faq-2", - title: "How can I place an order?", - content: "You can place orders through our online platform, contact our sales team directly, or visit our office. We provide flexible ordering options with convenient payment terms and bulk pricing for qualified partners.", - }, + id: "faq-2", title: "How can I place an order?", content: "You can place orders through our online platform, contact our sales team directly, or visit our office. We provide flexible ordering options with convenient payment terms and bulk pricing for qualified partners."}, { - id: "faq-3", - title: "What are your delivery timeframes?", - content: "We typically deliver within 2-5 business days depending on location and order size. Express delivery options are available for urgent requirements. All shipments are tracked in real-time.", - }, + id: "faq-3", title: "What are your delivery timeframes?", content: "We typically deliver within 2-5 business days depending on location and order size. Express delivery options are available for urgent requirements. All shipments are tracked in real-time."}, { - id: "faq-4", - title: "Do you offer bulk discounts?", - content: "Yes, we provide competitive bulk pricing for volume orders. Our pricing structure is transparent and customized based on your business requirements and order history.", - }, + id: "faq-4", title: "Do you offer bulk discounts?", content: "Yes, we provide competitive bulk pricing for volume orders. Our pricing structure is transparent and customized based on your business requirements and order history."}, { - id: "faq-5", - title: "What payment methods do you accept?", - content: "We accept bank transfers, credit cards, checks, and flexible payment plans. For registered business partners, we offer convenient invoicing and credit terms.", - }, + id: "faq-5", title: "What payment methods do you accept?", content: "We accept bank transfers, credit cards, checks, and flexible payment plans. For registered business partners, we offer convenient invoicing and credit terms."}, { - id: "faq-6", - title: "How do I become a distribution partner?", - content: "Contact our partnership team to discuss your business requirements. We evaluate potential partners based on market presence, business plan, and mutual growth objectives.", - }, + id: "faq-6", title: "How do I become a distribution partner?", content: "Contact our partnership team to discuss your business requirements. We evaluate potential partners based on market presence, business plan, and mutual growth objectives."}, ]} />