Update src/app/page.tsx

This commit is contained in:
2026-05-09 22:32:37 +00:00
parent 90478720dc
commit f7ba066e31

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "Start Exploring", href: "#features"},
text: "Generate Your Moodboard", href: "#features"},
{
text: "Watch Demo", href: "#demo"},
]}
@@ -265,4 +265,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}