2 Commits

Author SHA1 Message Date
6e9ded4cd9 Update src/app/page.tsx 2026-04-27 07:24:17 +00:00
ab915aea1e Merge version_1 into main
Merge version_1 into main
2026-04-27 07:17:31 +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>
);
}
}