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" 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}