diff --git a/src/app/page.tsx b/src/app/page.tsx index 98846dd..058a53e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file