Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-27 07:24:20 +00:00

View File

@@ -155,7 +155,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "How often should I use it?", content: "Daily usage is recommended for best dandruff control."},
id: "f1", title: "How often should I use it?", content: "Use as a regular shampoo, 3-4 times a week for optimal results."},
{
id: "f2", title: "Is it safe for color-treated hair?", content: "Yes, our formula is gentle on color-treated strands."},
{
@@ -212,4 +212,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}