3 Commits

Author SHA1 Message Date
0f5ccb8ce3 Update src/app/page.tsx 2026-03-08 15:46:37 +00:00
528bda7354 Update src/app/layout.tsx 2026-03-08 15:46:37 +00:00
24081e3423 Merge version_2 into main
Merge version_2 into main
2026-03-08 15:44:32 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}