8 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
e49353c87b Update src/app/page.tsx 2026-03-08 15:44:29 +00:00
c79a3b2988 Update src/app/layout.tsx 2026-03-08 15:44:28 +00:00
0cfaf903da Merge version_1 into main
Merge version_1 into main
2026-03-08 15:43:13 +00:00
26d62614d3 Merge version_1 into main
Merge version_1 into main
2026-03-08 15:42:22 +00:00
e5f8b8e6e9 Merge version_1 into main
Merge version_1 into main
2026-03-08 15:41:04 +00:00
2 changed files with 9 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
tagIcon={BarChart3}
tagAnimation="none"
buttons={[
{ text: "View Dashboard", 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>
);
}
}