From 239388b04429f61b474c9f4e5d272668a8555127 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:16:06 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 46 ++++++++++------------------------------ 1 file changed, 11 insertions(+), 35 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 192dceb..072e7de 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,9 +33,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Shop Now", - href: "/products", - }} + text: "Shop Now", href: "/products"}} animateOnLoad={true} /> @@ -68,35 +66,17 @@ export default function ContactPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "What makes your natural coloring system different?", - content: "Our 100% natural coloring system uses only plant-based ingredients without ammonia, PPD, or harsh chemicals. Each formula is designed to nourish while it colors, maintaining hair health and vibrancy.", - }, + id: "1", title: "What makes your natural coloring system different?", content: "Our 100% natural coloring system uses only plant-based ingredients without ammonia, PPD, or harsh chemicals. Each formula is designed to nourish while it colors, maintaining hair health and vibrancy."}, { - id: "2", - title: "How does the capsule technology work?", - content: "Our patented capsule system delivers precise, consistent color application. Each capsule contains the exact amount needed, eliminating guesswork and waste while ensuring professional-grade results every time.", - }, + id: "2", title: "How does the capsule technology work?", content: "Our patented capsule system delivers precise, consistent color application. Each capsule contains the exact amount needed, eliminating guesswork and waste while ensuring professional-grade results every time."}, { - id: "3", - title: "Can I use these products at home or only in a salon?", - content: "Both! Our products are designed for professional salon use and personal home application. We provide detailed instructions and tutorials for home users, with professional-grade results.", - }, + id: "3", title: "Can I use these products at home or only in a salon?", content: "Both! Our products are designed for professional salon use and personal home application. We provide detailed instructions and tutorials for home users, with professional-grade results."}, { - id: "4", - title: "Is the natural formula safe for all hair types?", - content: "Yes, our natural formulas are suitable for all hair types, including sensitive scalps, color-treated hair, and keratin-treated hair. We recommend a patch test for those with known sensitivities.", - }, + id: "4", title: "Is the natural formula safe for all hair types?", content: "Yes, our natural formulas are suitable for all hair types, including sensitive scalps, color-treated hair, and keratin-treated hair. We recommend a patch test for those with known sensitivities."}, { - id: "5", - title: "How long does the color last with your system?", - content: "With proper care, our natural coloring system provides vibrant color for 4-6 weeks. Our capsule system may last slightly longer depending on your hair type and maintenance routine.", - }, + id: "5", title: "How long does the color last with your system?", content: "With proper care, our natural coloring system provides vibrant color for 4-6 weeks. Our capsule system may last slightly longer depending on your hair type and maintenance routine."}, { - id: "6", - title: "Do you offer wholesale or B2B options?", - content: "Yes! We have dedicated B2B solutions for salons and professional distributors. Contact our sales team for custom packages, volume discounts, and professional support programs.", - }, + id: "6", title: "Do you offer wholesale or B2B options?", content: "Yes! We have dedicated B2B solutions for salons and professional distributors. Contact our sales team for custom packages, volume discounts, and professional support programs."}, ]} faqsAnimation="blur-reveal" textboxLayout="default" @@ -110,8 +90,7 @@ export default function ContactPage() {