diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e4e86f..2020bf6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { tagIcon={BarChart3} tagAnimation="none" buttons={[ - { text: "Get Started", href: "#sentiment-wall" }, + { text: "Launch Dashboard", href: "#sentiment-wall" }, { text: "Learn More", href: "#quality-control" } ]} buttonAnimation="none" @@ -254,4 +254,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file