Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 05:59:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -78,7 +78,7 @@ export default function ArcliqLanding() {
}
]}
buttons={[
{ text: "Upload Your Dataset", href: "#features" },
{ text: "Start Free Trial", href: "#features" },
{ text: "View Demo", href: "#workflow" }
]}
buttonAnimation="blur-reveal"
@@ -295,4 +295,4 @@ export default function ArcliqLanding() {
</div>
</ThemeProvider>
);
}
}