Update src/app/page.tsx

This commit is contained in:
2026-05-13 08:36:39 +00:00
parent cfbf7e5d4c
commit 86fc243900

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Discover botanical beauty rooted in timeless self-care and quiet intention."
buttons={[
{
text: "Explore Rituals", href: "#rituals"},
text: "Shop the Ritual", href: "#products"},
{
text: "Discover Ingredients", href: "#ingredients"},
]}
@@ -249,4 +249,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}