From 8389b646e85eeb943f19f4b292ca767afe02140c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:17:43 +0000 Subject: [PATCH 1/2] 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 072e7de..5bed179 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" From 8f4304522e91776322a73296236b9598a4cf17b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:17:45 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66e8e2e..2e26176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function HomePage() { ]} buttons={[ { text: "Explore Collections", href: "/products" }, - { text: "Learn More", href: "/about" }, + { text: "Learn More", href: "#about" }, ]} buttonAnimation="blur-reveal" useInvertedBackground={false}