diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1d14a27..468e0f0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file 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