Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-07 11:16:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
]}
avatarText="Trusted by 50,000+ beauty enthusiasts"
buttons={[
{ text: "Explore Collection", href: "#products" },
{ text: "Shop Now", href: "#products" },
{ text: "Learn More", href: "#benefits" },
]}
buttonAnimation="slide-up"
@@ -229,4 +229,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}