Update src/app/page.tsx

This commit is contained in:
2026-03-08 15:46:37 +00:00
parent 528bda7354
commit 0f5ccb8ce3

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}