From 83306660e5d1beb43f471450d168805646c9d112 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:22:42 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 83b5806..7d5ec2c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -77,7 +77,8 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - title: "Purity & Integrity", description: "We never compromise on ingredients. Every product contains only what nature provides and science confirms as beneficial for hair.", icon: Leaf, mediaItems: [ + title: "Purity & Integrity", description: "We never compromise on ingredients. Every product contains only what nature provides and science confirms as beneficial for hair.", icon: Leaf, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/colored-cloths-arrangement-with-natural-pigments_23-2148734437.jpg", imageAlt: "Natural pure ingredients"}, { @@ -85,7 +86,8 @@ export default function AboutPage() { ], }, { - title: "Innovation & Excellence", description: "We invest in research and development to bring you breakthrough technologies like our patented capsule system.", icon: Beaker, mediaItems: [ + title: "Innovation & Excellence", description: "We invest in research and development to bring you breakthrough technologies like our patented capsule system.", icon: Beaker, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-pill-plastic-blister-pack_9975-133834.jpg", imageAlt: "Advanced capsule technology"}, { @@ -93,7 +95,8 @@ export default function AboutPage() { ], }, { - title: "Trust & Transparency", description: "Our customers deserve to know exactly what they're putting on their hair. Complete transparency is non-negotiable.", icon: Award, mediaItems: [ + title: "Trust & Transparency", description: "Our customers deserve to know exactly what they're putting on their hair. Complete transparency is non-negotiable.", icon: Award, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/woman-donating-hair-cancer_657883-597.jpg", imageAlt: "Trusted by professionals"}, { -- 2.49.1 From cf6cca1b0de759026e28cd795f6ecaf624a2ac1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:22:43 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5bed179..072e7de 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,7 +76,7 @@ export default function ContactPage() { { 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" -- 2.49.1 From 0535fb54abf4a1d8d949a8bf13dc453395bac788 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:22:45 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca77691..2e26176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,8 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "100% Natural Coloring", description: "Pure botanical extracts deliver rich, lasting color without ammonia or harsh chemicals. Your hair stays healthy and vibrant.", icon: Leaf, mediaItems: [ + title: "100% Natural Coloring", description: "Pure botanical extracts deliver rich, lasting color without ammonia or harsh chemicals. Your hair stays healthy and vibrant.", icon: Leaf, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/colored-cloths-arrangement-with-natural-pigments_23-2148734437.jpg", imageAlt: "Natural coloring process"}, { @@ -121,7 +122,8 @@ export default function HomePage() { ], }, { - title: "Capsule Innovation", description: "Our patented capsule system guarantees consistent application, minimal waste, and professional results every time.", icon: Beaker, mediaItems: [ + title: "Capsule Innovation", description: "Our patented capsule system guarantees consistent application, minimal waste, and professional results every time.", icon: Beaker, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-pill-plastic-blister-pack_9975-133834.jpg", imageAlt: "Capsule technology system"}, { @@ -129,7 +131,8 @@ export default function HomePage() { ], }, { - title: "Professional-Grade Quality", description: "Salon-trusted formulations that deliver results professionals rely on, now available for home and professional use.", icon: Sparkles, mediaItems: [ + title: "Professional-Grade Quality", description: "Salon-trusted formulations that deliver results professionals rely on, now available for home and professional use.", icon: Sparkles, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/woman-donating-hair-cancer_657883-597.jpg", imageAlt: "Professional salon application"}, { @@ -137,7 +140,8 @@ export default function HomePage() { ], }, { - title: "Hair Health First", description: "Formulated with nourishing oils and botanicals that strengthen and protect your hair while coloring beautifully.", icon: Heart, mediaItems: [ + title: "Hair Health First", description: "Formulated with nourishing oils and botanicals that strengthen and protect your hair while coloring beautifully.", icon: Heart, + mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-plump-woman-loving-her-body_23-2149180813.jpg", imageAlt: "Hair health improvement"}, { -- 2.49.1