3 Commits

Author SHA1 Message Date
ef602c64bb Update src/app/page.tsx 2026-03-03 14:17:12 +00:00
40d68f80dd Update src/app/layout.tsx 2026-03-03 14:17:11 +00:00
a13056f1d5 Merge version_1 into main
Merge version_1 into main
2026-03-03 14:13:18 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -81,7 +81,7 @@ export default function LandingPage() {
<FeatureCardSeven <FeatureCardSeven
title="Why Choose Crazy Routines?" 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." 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={[ features={[
{ {
id: 1, id: 1,
@@ -247,4 +247,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }