Update src/app/page.tsx

This commit is contained in:
2026-03-03 14:17:12 +00:00
parent 40d68f80dd
commit ef602c64bb

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
<FeatureCardSeven
title="Why Choose Crazy Routines?"
description="Our multi-step approach ensures your skin gets exactly what it needs. Follow our expertly designed routines to see visible results in just weeks."
tag="Key Benefits"
tag="Proven 3-Week Results"
features={[
{
id: 1,
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}